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.
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.