Spaces:
Build error
Build error
File size: 1,377 Bytes
2fb585e ab17487 2fb585e ab17487 2fb585e f499f35 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 |
---
title: Multi Agent Code Assistant
emoji: π
colorFrom: red
colorTo: red
sdk: docker
app_port: 8501
tags:
- streamlit
pinned: false
short_description: Streamlit template space
---
# 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](https://docs.streamlit.io) and [community
forums](https://discuss.streamlit.io).
# π€ 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
1. **Clone the repository**
```bash
git clone https://github.com/yourusername/multi-agent-code-assistant.git
cd multi-agent-code-assistant
|