claude_codex_bridge

Active
GitHub Python NOASSERTION

Description

Visible multi-agent CLI teams for Claude, Codex, Gemini, OpenCode, and Droid with project memory and tmux supervision.

Key Features

  • Multi-agent CLI workspace running Codex, Claude, Gemini, OpenCode simultaneously
  • Real tmux panes with visible collaboration and mouse-switchable agent sessions
  • Project-level configuration via .ccb/ccb.config for team layout and roles
  • Cross-provider model and API key management per agent
  • Communication channels: /ask, callback, and delegation routes between agents
  • Recoverable runtime with attach, restore, and project-scoped cleanup

Use Cases

💡 Running parallel coding tasks across multiple AI providers in one terminal
💡 Coordinating role-separated workflows: planner, implementer, reviewer
💡 Managing mixed-model development with visible cross-agent communication
💡 Supervising multi-agent CLI sessions with tmux-based workspace management

Quick Start

tar -xzf ccb-*.tar.gz && cd ccb-* && ./install.sh install && ccb start

Related Projects