orchestrator
Decompose, dispatch, synthesize. Does not play the instruments.
- version
- 0.1.0
- author
- capthvnsen
- license
- MIT
- hermes
- >=0.12.0
- pinned
- v0.1.0
hermes profile install github.com/capthvnsen/hermes-profile-orchestrator#v0.1.0Install the orchestrator bot profile from profiles for bots. Resolve it at https://profiles-for-bots-resolver.alex-ac8.workers.dev/r/orchestrator.json, then run the installCommand it returns. It installs 1 cron job.
WHAT THIS INSTALLS
Profiles are code. Installing one can run scheduled jobs, spawn local processes, and execute shell scripts on your machine. Nothing here is vetted or sandboxed. Read the source at v0.1.0 before you run it.
README
orchestrator
A conductor for Hermes. It decomposes work, dispatches specialist profiles, and synthesizes. It does not play the instruments.
This is a profile (a whole agent), not a skill file.
npx profiles-for-bots install orchestrator
or
hermes profile install github.com/capthvnsen/hermes-profile-orchestrator#v0.1.0
After install: hermes -p orchestrator setup. Cron is cloned, not auto-enabled (hermes -p orchestrator cron list). Pair it with developer and task-manager from the same directory.
What it will do
- Turn a messy goal into a packet graph
- Write handoff files under
workspace/packets/ - Refuse to implement the specialist work itself
- Hourly, if you enable cron, report stuck packets
No MCP servers. No shell hooks. The privileged surface is one scheduled sweep.