Table of Contents

Class DaemonServiceIdentity

Namespace
JD.AI.Core.Infrastructure
Assembly
JD.AI.Core.dll

Shared service and CLI identity constants for the JD.AI daemon.

public static class DaemonServiceIdentity
Inheritance
DaemonServiceIdentity
Inherited Members

Fields

HostedServiceDisplayName

public const string HostedServiceDisplayName = "JD.AI Gateway"

Field Value

string

LinuxServiceName

public const string LinuxServiceName = "jdai-daemon"

Field Value

string

ToolCommand

public const string ToolCommand = "jdai-daemon"

Field Value

string

WindowsDescription

public const string WindowsDescription = "JD.AI AI Gateway - manages AI agents, channels, and routing."

Field Value

string

WindowsDisplayName

public const string WindowsDisplayName = "JD.AI Gateway Daemon"

Field Value

string

WindowsServiceName

public const string WindowsServiceName = "JDAIDaemon"

Field Value

string