Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,24 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
---
|
6 |
-
# 🧠 Multi-Agent Autonomous AI (Advanced)
|
7 |
|
8 |
## Features
|
9 |
-
|
10 |
-
-
|
11 |
-
-
|
12 |
-
-
|
13 |
-
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Autonomous AI Multi-Agent System
|
2 |
+
|
3 |
+
This repository contains a multi-agent autonomous AI system built with FastAPI and Gradio.
|
4 |
+
It supports task planning, execution, critique, memory, and manual code submission.
|
|
|
|
|
5 |
|
6 |
## Features
|
7 |
+
|
8 |
+
- Multi-agent system with Planner, Executor, and Critic agents
|
9 |
+
- Cognitive engine for improvement identification and code enhancement
|
10 |
+
- Vector-based memory system
|
11 |
+
- Gradio interface for interactive tasks and manual code input
|
12 |
+
- Logging and resource monitoring
|
13 |
+
|
14 |
+
## Setup
|
15 |
+
|
16 |
+
### Requirements
|
17 |
+
|
18 |
+
- Python 3.8+
|
19 |
+
- See `requirements.txt` for Python dependencies
|
20 |
+
|
21 |
+
### Installation
|
22 |
+
|
23 |
+
```bash
|
24 |
+
pip install -r requirements.txt
|