multi-agent-coding-assistant

sanjaykunta/multi-agent-coding-assistant
★ 0 stars Python 🤖 AI/LLM Updated 5d ago
Multi-agent coding assistant using LangGraph, Vertex AI Gemini, embedding-based RAG, and MCP client/server tooling to generate implementation code, tests, and code reviews from software requirements.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "multi-agent-coding-a": {
      "command": "uvx",
      "args": [
        "multi-agent-coding-assistant"
      ]
    }
  }
}

Or install with pip: pip install multi-agent-coding-assistant

README Excerpt

Production-style portfolio project: a coding assistant that turns a software requirement into a design, implementation artifact, test plan, and code review using a LangGraph multi-agent workflow. It is intentionally runnable without cloud credentials through a local deterministic LLM provider, while keeping a real Vertex AI Gemini provider ready for production use.

Tools (2)

list_filesread_file