Integrations & Bridges

zouroboros-swarm-executors

Local executor bridge for Claude Code + Hermes integration. Enables task handoff between both agents.

Upstream ↗Seed list ↗Role: integration
Why it matters

Profile

Local executor bridge for Claude Code + Hermes integration. Enables task handoff between both agents.

setup mediumintegration highinterface cli
Provenance

Signals

Listed in the awesome-hermes-agent README

Sources: 2 / Surfaces: 1

Fast skim

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)

Zouroboros Swarm ExecutorsWhat This IsAvailable ExecutorsQuick StartOption 1: Natural Language via Zo ChatOption 2: Terminal (Direct Bridge Calls)Call an executor directlyAsk Claude Code to review a file
  • 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"