Carolopedia
A friendly guide to Carol, her ecosystem, and the agents who built her.
๐ Carolopedia โบ Services โบ Process Monitoring โบ CoreGuide page
๐What this track is
The core work of the monitoring service.
๐งฑBlocks in this track (4)
Scheduled & Ongoing ProcessesEvery process that runs on a clock โ daily, hourly, every-N-minutes or continuously. Hermione judges these on cadence: did it run on time, did its last run complete, is it overdue.
Triggered & On-Demand ProcessesProcesses that run only when something invokes them โ an event, a webhook, another agent, or a manual call. Never-ran is normal here, so Hermione watches a different signal: did th
Embedded ProcessesWorkers that live inside a parent agent's own loop rather than running as a standalone process โ Carol's in-conversation helpers are the main example. They have no run of their own
Scheduled Run-Audit (Heartbeat DB)The dedicated datastore for scheduled-process run-audit. Every recurring droid records a start/finish heartbeat here (kept OUT of the planner database so the per-minute write burst