Spaces:
Sleeping
Sleeping
File size: 687 Bytes
4e70435 4f0996c 4e70435 4f0996c 4e70435 fbb380e 4e70435 4f0996c 4e70435 fbb380e 4e70435 | 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 | ---
title: AI Codebase Intelligence
emoji: 🤖
colorFrom: blue
colorTo: purple
sdk: streamlit
sdk_version: "1.35.0"
python_version: "3.10"
app_file: app.py
pinned: false
---
# AI Codebase Intelligence & Autonomous Debugging System
An AI-powered multi-agent system for:
- Semantic code search
- Autonomous debugging
- Reflection-based improvement
- Codebase understanding
## Features
- CrewAI multi-agent workflow
- HuggingFace embeddings
- FAISS vector search
- Python execution tool
- Web search integration
- Streamlit UI
## Tech Stack
- Python
- CrewAI
- LangChain
- HuggingFace
- FAISS
- Streamlit
## Run Locally
```bash
pip install -r requirements.txt
streamlit run app.py |