Ourocodus
About
Ourocodus is an orchestrator and relay that runs several coding agents concurrently on one codebase and coordinates them, rather than being an agent itself. It speaks the Agent Client Protocol (ACP), so it can spin up Claude Code through claude-code-acp alongside OpenAI Codex or any other ACP-compatible agent, and route work between them over a WebSocket relay. Each agent gets its own git worktree and managed session lifecycle, with optional Docker container isolation and NATS event logging for observability. The agent loop stays with the underlying agents — Ourocodus multiplexes them, manages their worktrees, and relays their outputs. The project is early stage and aimed at users who want to experiment with multi-agent concurrency on shared code.
Other entries by 2389-research
- Breakaway Agent — agent
- Hex — agent
- Coven — multiplexer
- Fleet Control — multiplexer
- Tracker — multiplexer
- 2389 Agent Protocol (Rust) — agent-sdk
- Dippin — agent-sdk
- Mux (Rust) — agent-sdk