Skip to main content

Module daemon

Module daemon 

Source
Expand description

Persistent daemon that polls for messages and spawns AI agents.

  • macOS: LaunchAgent plist (survives reboot)
  • Linux: systemd user service (survives reboot)
  • Fallback: background process with nohup

Structs§

DaemonConfig

Functions§

install
Install the daemon as a persistent background service.
status
Check daemon status.
uninstall
Uninstall the daemon.