Skip to content
barkley-clawd edited this page Aug 8, 2026 · 5 revisions

Caduceus

Caduceus is a Hermes Agent plugin daemon that watches your watched GitHub repositories, claims issues, dispatches workers, and finalises the result — commit, push, pull request, comment — with durable checkpoints at every step. A crash mid-work resumes from the last checkpoint instead of re-running side effects.

The daemon is one Rust binary, one Python bridge, one Hermes plugin. It is small on purpose: the supervisor contract is the design, not a framework.

The one rule

Never edit daemon state, claim files, or transcripts directly. State recovery has its own page — follow it when something is corrupt or wedged:

The manual

Pick the page that matches what you're trying to do:

The migration procedure for replacing a prior install is in the repository README. Operators with an outage should not have to navigate a docs tree.

Contributing

Contributor guidance lives in the repository: AGENTS.md, CONTRIBUTING.md, and the README.

Caduceus docs

Clone this wiki locally