Hermes — a self-healing AI agent fleet
A 24/7 autonomous multi-agent operating system running on 5 machines, engineered to detect its own failures and recover with no human in the loop.
roleSolo. I deployed the runtime and built the entire self-healing, memory, orchestration, and fault-tolerance layer on top of it. I did not train a model from scratch — I engineered the system that makes agents survive and keep working.
hardest partKeeping autonomous agents alive without a human watching. A process can be "alive" but brain-dead — event loop frozen, OAuth silently expired, or an orphan process stealing the message queue. I built a 7-layer watchdog that distinguishes "process running" from "actually reachable end-to-end," down to verifying outbound API reachability.
source private · walkthrough available on request