What problem does it solve?
Many long-running agent-driven campaigns stall between sessions or require manual restarts, wasting time and risking inconsistent state; daemon automates session chaining so campaigns progress unattended while enforcing cost and safety gates.
Core Features & Use Cases
- Continuous Session Chaining: Schedules one-shot chain triggers and a recurring watchdog to restart sessions automatically after cooldowns or when a chain dies.
- Budget and Lock Gates: Enforces budget caps, prevents overlapping sessions with lock checks, and stops or pauses on campaign completion, failure, or level-up approvals.
- Telemetry-aware Cost Tracking: Reads per-session telemetry for accurate spend accounting and falls back to configurable per-session estimates.
- Use Case: Run a multi-day research or improvement campaign overnight where Archon handles the work and the daemon guarantees safe, budgeted continuity and automated recovery.
Quick Start
Start the daemon for the active campaign by running /daemon start --budget 50 --interval 30m to begin continuous, budget-capped campaign execution.