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
LinuxServiceName
public const string LinuxServiceName = "jdai-daemon"
Field Value
ToolCommand
public const string ToolCommand = "jdai-daemon"
Field Value
WindowsDescription
public const string WindowsDescription = "JD.AI AI Gateway - manages AI agents, channels, and routing."
Field Value
WindowsDisplayName
public const string WindowsDisplayName = "JD.AI Gateway Daemon"
Field Value
WindowsServiceName
public const string WindowsServiceName = "JDAIDaemon"