Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
|
| 2 |
|
| 3 |
-
##
|
| 4 |
|
| 5 |
- Multi-agent AI workflow using CrewAI
|
| 6 |
- Semantic code search using HuggingFace embeddings
|
|
@@ -9,7 +9,7 @@
|
|
| 9 |
- Web search integration
|
| 10 |
- Streamlit UI for interaction
|
| 11 |
|
| 12 |
-
##
|
| 13 |
|
| 14 |
-
|
| 15 |
pip install -r requirements.txt
|
|
|
|
| 1 |
+
AI Codebase Intelligence & Autonomous Debugging System
|
| 2 |
|
| 3 |
+
##Features
|
| 4 |
|
| 5 |
- Multi-agent AI workflow using CrewAI
|
| 6 |
- Semantic code search using HuggingFace embeddings
|
|
|
|
| 9 |
- Web search integration
|
| 10 |
- Streamlit UI for interaction
|
| 11 |
|
| 12 |
+
##Installation
|
| 13 |
|
| 14 |
+
bash
|
| 15 |
pip install -r requirements.txt
|