Profile
Local executor bridge for Claude Code + Hermes integration. Enables task handoff between both agents.
Signals
Listed in the awesome-hermes-agent README
Sources: 2 / Surfaces: 1
What the upstream surface says
Short excerpt only, so you can decide whether to click out.
⚠️ DEPRECATED — This repository has been archived. All code has been migrated to the Zouroboros monorepo under packages/swarm/src/executor/. Please open issues and PRs there.
Turn any CLI tool into a first-class AI persona on Zo Computer. Each executor gets consistent identity, shared memory, and full swarm integration through a simple bash bridge script. Part of the Zouroboros ecosystem — self-improving AI development tools for Zo Computer.
[](https://opensource.org/licenses/MIT)
- 4 Built-in Executors -- Claude Code, Hermes, Gemini, and Codex, each wrapped in a bridge script
- Shared Identity -- All executors read the same SOUL.md, IDENTITY files, and memory system as API personas
- Simple Interface -- A bridge script accepts a prompt on stdin and returns text on stdout. That's the whole contract
- Health Checks -- Doctor script validates all bridges, environment variables, and CLI tools
- Custom Executors -- Add your own CLI tool as an executor with a template bridge script and a registry entry
- "Ask Claude Code to review src/auth.ts for security issues"
- "Use Hermes to research the top 5 competitors to Acme Corp"
- "Have Codex generate a rate-limiting middleware for Express.js"