Spaces:
Runtime error
Runtime error
metadata
title: Autonomous AI
emoji: π€
colorFrom: gray
colorTo: green
sdk: gradio
sdk_version: 3.41.0
app_file: app.py
pinned: false
Autonomous AI β Self-Improving Agent
This is an autonomous AI system capable of learning, improving, and handling tasks via API, Webhooks, and a Client Portal.
π Features
- Self-upgrading agent loop
- Multi-agent collaboration
- Feedback storage + analytics dashboard
- Webhook + portal UI
- Scheduler & voice interface
π³ Deploy with Docker
docker build -t autonomous-ai .
docker run -p 8000:8000 autonomous-ai
Visit: http://localhost:8000/portal
π Manual Start (No Docker)
pip install -r requirements.txt
python -c "from storage import init_db; init_db()"
uvicorn api:app --reload
π Endpoints
/portal- Task submission UI/dashboard- Feedback/goal display/webhook- POST task externally