关于
This project implements a team of coding agents utilizing LangGraph and the Model Context Protocol (MCP). The agents collaborate to take requirements and code context, generating multiple implementations of proposed features, allowing human operators to choose their preferred approach. It originated from the Anthropic MCP Hackathon and has evolved into a standalone project, showcasing the power of agent collaboration in software development.
主要功能
- Supports multiple LLM providers (Anthropic, OpenAI, OpenRouter, Google)
- Utilizes LangGraph for agent orchestration
- Employs multiple coding agents for parallel implementation
- Integrates with GitHub for code management (branching, PR creation)
- 18 GitHub stars
- Leverages Model Context Protocol (MCP) for tool access
使用案例
- Collaborative coding between agents
- Rapid prototyping of software features
- Automated feature implementation with multiple options