Spaces:
Runtime error
Runtime error
Upload 3 files
Browse files- README.md +1 -24
- log.txt +1 -0
- memory.json +1 -0
README.md
CHANGED
|
@@ -1,24 +1 @@
|
|
| 1 |
-
#
|
| 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
|
|
|
|
| 1 |
+
# README.md
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
log.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# log.txt
|
memory.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
# memory.json
|