Expand description
daemon tier dispatch. Mirrors
objectiveai-sdk-rs/src/cli/command/daemon/mod.rs. spawn is
streaming (the resident daemon yields readiness then serves);
kill is unary.
Modules§
- kill
daemon kill— stop the per-state plugin daemon. Its leasheddaemon: trueplugins die with it.- spawn
daemon spawn— launcher + resident foreground daemon.
Constants§
- DAEMON_
INIT_ LOCK_ KEY - Init gate key — serializes daemon startup so the singleton lock is
acquired without racing (mirrors
objectiveai-db’sdb-initgate). - DAEMON_
LOCK_ KEY - Per-state daemon singleton lock key (under
state_dir/locks).