agent-orchestrator/backend/internal/daemonmeta/meta.go

7 lines
274 B
Go

package daemonmeta
// ServiceName identifies the AO daemon in loopback health/readiness probes.
// The CLI uses it with the reported PID to avoid signaling an unrelated process
// when a stale run-file's PID has been reused.
const ServiceName = "agent-orchestrator-daemon"