This project represents the final capstone (Module 3) of the Agentic AI Developer Certification Program, building upon the foundation of Project 2: Multi-Agent System.
The system has been upgraded to a production-grade AI application, designed to analyze GitHub repositories, summarize project insights, and enhance documentation quality โ all powered by a network of intelligent, collaborative AI agents.
The goal of this project is to transform a functional prototype into a reliable, secure, and user-ready AI system by integrating:
The system follows a modular multi-agent design:
Each agent interacts through clearly defined interfaces to ensure scalability, maintainability, and testability.
pytest70% coverage on all core workflows
A clean Streamlit app allows users to:
git clone https://github.com/yourusername/multi-agent-system.git cd multi-agent-system pip install -r requirements.txt cd ui streamlit run app.py ======================================================================================== Example Output:- { "analysis": "This repository demonstrates an AI-powered system for repository analysis...", "metadata": { "tech_stack": ["Python", "LangChain", "Streamlit"], "purpose": "Automated documentation improvement" }, "improvements": [ "Add project architecture diagram", "Include contribution guidelines" ] } Google-drive - https://drive.google.com/file/d/1nF5x7Ba81kZgLI4FJaJQBLJcffIlvYKu/view?usp=sharing