Leonydis137 commited on
Commit
5aaf74c
·
verified ·
1 Parent(s): e05d4f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -16
README.md CHANGED
@@ -1,18 +1,24 @@
1
- ---
2
- sdk_version: 4.44.1
3
- license: mit
4
- sdk: gradio
5
- ---
6
- # 🧠 Multi-Agent Autonomous AI (Advanced)
7
 
8
  ## Features
9
- - Planner, Executor, Critic agents
10
- - Contextual vector memory (FAISS)
11
- - JSON + log file memory
12
- - Timestamped, session-aware logging
13
- - Ready for Hugging Face Spaces
14
-
15
- ## How to Use
16
- 1. Create a Hugging Face Space (Gradio SDK)
17
- 2. Upload this ZIP folder
18
- 3. Done — `app.py` runs automatically
 
 
 
 
 
 
 
 
 
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