claude_codex_bridge
by SeemSeam
Real-time multi-LLM collaboration with persistent, low-cost shared context
Summary
Enable real-time collaboration between Claude, Codex, and Gemini while keeping context persistent and token overhead low. Routes messages between models, maintains a compact shared context (real-time collaboration and context-delta packing) and provides a CLI plus Python primitives for live coordination. Includes replayable logs and minimal-state context syncing to reduce cost and make conversations reproducible.
Why It Matters
Ideal For
Teams wiring multiple LLMs (Claude, Codex, Gemini) together for live collaboration or prototyping multi-agent flows with reproducible logs. Consider adopting patterns like planning to coordinate steps in complex tasks and market-based coordination for scalable agent interaction.
Applications
- Prototype multi-model pipelines that delegate subtasking to specialized LLMs
- Record and replay agent interactions to build an agent track record
- Reduce token costs by syncing compact shared context across agents