Infrastructure as Readme for Your Agent Fleet
This template builds the control plane first—docs, runbooks, and registry—so a lone VPS agent can grow into an orchestrated team without becoming a pile of disconnected bots.

What it does Hermes Agent Control Room is a sidecar template for governing Hermes agents on a VPS. It provides a folder structure, runbook templates, and bundled skills for Claude Code or Codex to bootstrap servers, register agents, and manage backups. The repo itself is not an agent; it is the system map and operating manual that agents (and you) consult.
The interesting bit The unusual discipline here is setting up the bureaucracy before the workers. The template enforces a four-level maturity model—one agent, then direct specialists, then an orchestrator, then automation—so you only add complexity after the manual workflow actually works. It also keeps raw secrets out of the control plane by design, recording only metadata like scope and rotation dates.
Key highlights
- Sidecar control plane: docs, registry, and runbooks live in
/root/agent-control-roomwhile runtime state stays in/srv. - Bundled skills for agent-assisted setup, including a Hetzner VPS bootstrap and an
agent-task-routerfor orchestrator handoffs. - Task bus pattern for routing work between an optional orchestrator and specialist agents.
- Security-by-default templates: inventory, env maps, and backup plans without committing API keys.
- Four-level architecture that delays automation until the manual system is debugged.
Caveats
- This is a template and skill library, not a running service; your agent still has to execute the setup steps interactively.
- The Hermes Agent installation is marked “best-effort,” and several bundled skills assume a Claude Code or Codex workflow.
- The automated VPS bootstrap is tightly coupled to Hetzner for the initial
create-vpsskill.
Verdict Grab this if you are running (or planning) multiple Hermes agents on a VPS and want structured governance before the chaos sets in. Skip it if you are looking for a hosted multi-agent orchestrator or a one-click runtime.
Frequently asked
- What is shannhk/hermes-agent-control-room?
- This template builds the control plane first—docs, runbooks, and registry—so a lone VPS agent can grow into an orchestrated team without becoming a pile of disconnected bots.
- Is hermes-agent-control-room open source?
- Yes — shannhk/hermes-agent-control-room is open source, released under the MIT license.
- What language is hermes-agent-control-room written in?
- shannhk/hermes-agent-control-room is primarily written in Shell.
- How popular is hermes-agent-control-room?
- shannhk/hermes-agent-control-room has 677 stars on GitHub.
- Where can I find hermes-agent-control-room?
- shannhk/hermes-agent-control-room is on GitHub at https://github.com/shannhk/hermes-agent-control-room.