Harden long-running AI agents and background automations so they never silently die. Use when deploying or auditing 24/7 agents, cron jobs, trading bots, scrapers, or any persistent process — especially on macOS (launchd) or Linux (systemd). Covers: keep-alive/auto-restart so processes survive sleep
Harden long-running AI agents and background automations so they never silently die. Use when deploying or auditing 24/7 agents, cron jobs, trading bots, scrapers, or any persistent process — especially on macOS (launchd) or Linux (systemd). Covers: keep-alive/auto-restart so processes survive sleep/crash/reboot; heartbeat + staleness detection with learned cadence baselines; PROVING the alert pat