Spaces:
Running
Running
A newer version of the Gradio SDK is available: 6.14.0
metadata
title: CodeAgent-MCP
emoji: 🤖
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 5.6.0
python_version: '3.12'
app_file: app.py
pinned: false
license: mit
CodeAgent-MCP
Multi-Agent Code Generation System with MCP Protocol.
Planner (task decomposition) -> Coder (code generation) -> Reviewer (code review) feedback loop.
How to use
- Enter your DeepSeek / OpenAI API key
- Choose a provider (default = DeepSeek)
- Describe the code you want to generate
- Click "Start" and watch the multi-agent system work
Architecture
- Planner Agent: Decomposes complex requirements into 2-4 subtasks
- Coder Agent: Generates code with optional MCP tool integration
- Reviewer Agent: Scores code quality (1-10) and provides improvement suggestions
- Orchestrator: Manages Coder-Reviewer feedback loop until quality threshold is met
Project Series
- small-llms-tool-use - Function calling fine-tuning (86-89% exact match)
- agenttune - Multi-step ReAct reasoning (100% task success rate)
- smallrag - RAG optimization (chunk_size=512 + MMR + top-k=5)
- CodeAgent-MCP (this project) - Multi-Agent system integration