CoolFace
Apppublic

Navya-Sree/multi-agent-code-assistant

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
App README

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

  1. 1.Clone the repository
bash
git clone https://github.com/yourusername/multi-agent-code-assistant.git
cd multi-agent-code-assistant