概要
Agent Team Bridge facilitates seamless communication between AI agent teams, specifically those utilizing Claude Code and Cursor, when deployed across isolated Devcontainer environments. It acts as a central routing server, allowing different agent teams to register via WebSocket and send requests to one another. Upon receiving a request, the router dynamically spawns a dedicated agent session on the target team, ensuring structured and threaded conversations. This setup is ideal for complex projects where multiple specialized agent teams need to collaborate effectively while maintaining their distinct environments.