# Claude Codex Bridge — Visible Multi-Agent CLI Teams > Claude Codex Bridge is an AGPL-3.0 CLI for visible multi-agent teams, coordinating Claude/Codex-style tools with PTY sessions and controlled handoff. ## Install Copy the content below into your project: ## Quick Use ```bash git clone https://github.com/SeemSeam/claude_codex_bridge.git && cd claude_codex_bridge ./install.sh install ccb --help ``` ## Intro Claude Codex Bridge is an AGPL-3.0 CLI for visible multi-agent teams, coordinating Claude/Codex-style tools with PTY sessions and controlled handoff. **Best for:** developers coordinating multiple coding agents with clear visibility and a takeover-friendly terminal UX **Works with:** Claude/Codex-style CLIs, tmux sessions, Python 3.10+, Unix shells (Linux/macOS/WSL) **Setup time:** 6-12 minutes ### Key facts (verified) - GitHub: 2554 stars · 252 forks · pushed 2026-05-12. - License: AGPL-3.0 · owner avatar + repo URL verified via GitHub API. - README-verified entrypoint: `git clone https://github.com/SeemSeam/claude_codex_bridge.git && cd claude_codex_bridge`. ## Main - Use CCB when you need a “team view”: multiple agents running in parallel with explicit routing and handoff. - Keep sessions observable: PTY + tmux makes it easier to audit what an agent actually did versus what it claimed. - For best results, standardize prompts and add a review lane so one agent can continuously sanity-check others. ### Source-backed notes - README install path uses `./install.sh install` for Unix-like environments and a PowerShell alternative for Windows. - README lists requirements including Python 3.10+ and tmux. - Project license is AGPL-3.0 (see LICENSE). ### FAQ - **Is it cross-platform?**: Yes—README documents Unix-like install and a Windows PowerShell path. - **Why does it require tmux?**: tmux supports multiplexed, takeover-friendly terminal sessions. - **Is it copyleft?**: Yes—AGPL-3.0 applies; review LICENSE if you plan to run it as a service. ## Source & Thanks > Source: https://github.com/SeemSeam/claude_codex_bridge > License: AGPL-3.0 > GitHub stars: 2554 · forks: 252 --- ## Quick Use ```bash git clone https://github.com/SeemSeam/claude_codex_bridge.git && cd claude_codex_bridge ./install.sh install ccb --help ``` ## Intro Claude Codex Bridge 是 AGPL-3.0 许可的 CLI,用可视化方式编排多 agent 团队协作,支持在 Claude/Codex 等工具之间共享会话、PTY 交互与交接控制,便于并行推进复杂任务。 **Best for:** 需要把多个编码 agent 组织成团队协作、并且要可视化与可接管终端体验的开发者 **Works with:** Claude/Codex 等 CLI、tmux 会话、Python 3.10+、Linux/macOS/WSL **Setup time:** 6-12 minutes ### Key facts (verified) - GitHub:2554 stars · 252 forks;最近更新 2026-05-12。 - 许可证:AGPL-3.0;作者头像与仓库链接均已通过 GitHub API 复核。 - README 中核对过的入口命令:`git clone https://github.com/SeemSeam/claude_codex_bridge.git && cd claude_codex_bridge`。 ## Main - 当你需要“团队视图”时用它:多个 agent 并行运行、可显式路由与交接。 - 让会话可观测:PTY + tmux 更容易审计 agent 真正做了什么,而不是只听它说了什么。 - 效果更好的一招:统一提示词与流程,让一个 reviewer agent 持续给其他 agent 做校验。 ### Source-backed notes - README 的安装流程在类 Unix 环境使用 `./install.sh install`,Windows 提供 PowerShell 替代方案。 - README 明确依赖 Python 3.10+ 与 tmux。 - 项目 LICENSE 为 AGPL-3.0。 ### FAQ - **它跨平台吗?**:是。README 同时提供类 Unix 与 Windows 的安装路径。 - **为什么需要 tmux?**:tmux 便于多路复用,并支持随时接管的终端会话。 - **它是强 copyleft 吗?**:是。AGPL-3.0 适用于网络服务场景,计划商用前请仔细阅读 LICENSE。 ## Source & Thanks > Source: https://github.com/SeemSeam/claude_codex_bridge > License: AGPL-3.0 > GitHub stars: 2554 · forks: 252 --- Source: https://tokrepo.com/en/workflows/claude-codex-bridge-visible-multi-agent-cli-teams Author: Script Depot