agent-bridge
活跃·★ 123·MIT·更新于 2026-05-19
★ 时下流行★ 开发者工具
一个本地桥梁,用于在同一个工作会话中实现Claude Code和Codex之间的双向通信。
AgentBridge采用双进程架构:前景MCP客户端(bridge.ts)和持久后台守护进程(daemon.ts)。通过控制WebSocket和代理实现Claude Code与Codex之间的双向通信,具有自动重连和消息循环预防功能。
#agent-collaboration#Claude Code#命令行工具#Codex#开发者工具#本地优先#MCP 协议#MCP 服务器
01
功能特性
01双进程架构:前景MCP客户端和后台守护进程
02自动重连,具有指数退避机制
03通过源字段标记防止消息循环
04可通过插件市场或本地开发设置安装
05CLI工具管理生命周期(init、claude、codex、kill)
02
兼容性
macOS
macOS
已通过文档验证
Linux
Linux
已通过文档验证
03
快速开始
1
$ npm install -g @raysonmeng/agentbridge
2
$ abg init
04
使用场景
↳在单个工作流中连接Claude Code和Codex进行协作开发
↳促进多个AI代理之间的人类在环协作
↳作为本地开发工具测试多代理交互
05
同类工具
相关搜索
评论
登录后发表评论
- SSterling Clark2026年3月15日
Works as a local bridge — no cloud infrastructure for the collaboration layer.
- MMarlowe Martinez2026年3月12日
Local bridge for bidirectional collaboration between Claude Code and Codex.
- Jamie Lee2026年3月3日
Good for developers who use both Claude Code and Codex and want them to collaborate.
- HHayden Davis2026年2月26日
Bidirectional collaboration means each agent can leverage the other's strengths.