--- 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