Navya-Sree/multi-agent-code-assistant
0
Welcome to Streamlit!
Edit /src/streamlit_app.py to customize this app to your heart's desire. :heart:
If you have any questions, checkout our documentation and community forums.
๐ค Multi-Agent Code Assistant
A sophisticated AI system with multiple specialized agents working together to generate, review, and test code.
๐ฏ Features
- ๐ค Multi-Agent Architecture: Separate agents for coding, reviewing, and testing
- ๐ RAG Integration: Retrieves relevant documentation to improve code quality
- ๐งช Automated Testing: Creates and runs tests for generated code
- ๐ Monitoring Dashboard: Tracks performance metrics and quality scores
- ๐ Live Demo: Deployed on Hugging Face Spaces
๐ ๏ธ Tech Stack
- OpenAI GPT-3.5/4 - Language models
- Streamlit - Web interface
- LangChain - Agent framework
- ChromaDB - Vector database for RAG
- Pylint & Pytest - Code analysis and testing
๐ Quick Start
Local Setup
- Clone the repository
git clone https://github.com/yourusername/multi-agent-code-assistant.git
cd multi-agent-code-assistant
