SA
SuperAGI PYTHON
Open source · MITv0.5.0 99.9% uptime
Stars
16.9k
Deploys
29k
Version
0.5.0
Uptime
99.9%
Runtime
PYTHON
License
MIT
Overview
SuperAGI is an autonomous agent runtime with a full dashboard, run history and marketplace of toolkits. Provision, monitor and steer long-running agents from the UI. Claws runs the whole platform for you and wires it to our model router.
Key features
- Web dashboard for agent lifecycle
- Toolkit marketplace + resource manager
- Concurrent multi-agent execution
- Vector DB and knowledge integrations
- Fine-tuning + performance telemetry
Install
$ docker compose -f docker-compose.yaml up --buildQuickstart
# 1 - install SuperAGI
docker compose -f docker-compose.yaml up --build
# 2 - deploy on claws (managed, autoscaled, zero-ops)
claws deploy superagi --model claude-sonnet-4-6
# 3 - or self-host on any VPS
superagi serve --port 8080