Hermes Runtime tools · skills · cron · MCP · gateway
Execution substrate for tool-using agents. Hermes lets Orbit read files, run commands, inspect Root, schedule jobs, use browser/MCP tools, and deliver verified outcomes back to Telegram.
terminal
files
Root MCP
cron
skills
Telegram
Harness job control plane · deterministic · zero LLM
Supervises every scheduled job. Each one enters through a single safe entrypoint and runs against a declared contract. A job counts as done only if it produced its promised result, not just a clean exit code. Silent failures get flagged.
job-registry.json
side-effect contract
harness.db
jobctl doctor
→ trace flow
Why
A green checkmark used to mean the script finished. Now it means the work happened, with proof. 28 jobs declared, every run recorded: jobs rows are now written before spawn and guaranteed on failure paths, and a startup reconcile sweep closes stale "running" rows, so harness.db can no longer under-report.
Orbit Operator
AIOS admin for Root, Hermes, LaunchAgents, cron, logs, workspace drift, and delivery failures.
→ trace flow
Use when
“What broke overnight?”, “Audit Root health”, “Which agents are fake-alive?”, “Fix this cron.”
Pulse + Reality Check
Combines Root context with live files, dashboards, and cron output to surface stale loops and next actions.
→ trace flow
Use when
“Give me my work pulse”, “Check PrintPick”, “What has gone quiet?”, “What should I kill?”
Verified Repair Path
Read actual state → diagnose root cause → patch → run → verify → concise Telegram report.
→ trace flow
Rule
Not “I would check.” Orbit inspects, fixes when safe, then reports real output.