SuperAGI
Development↓ 0
OPEN-Charlie
Other
autonomousguimemorytoolsorchestration
Description
A visual platform for building and running autonomous AI agents. Create agents from a GUI dashboard, run multiple agents at the same time, add tools from a marketplace, and track performance — without writing complex orchestration code.
Setup Guide
1. git clone https://github.com/TransformerOptimus/SuperAGI
2. cd SuperAGI && cp config_template.yaml config.yaml
3. Add your API keys (OpenAI, etc.) to config.yaml
4. docker-compose up --build
5. Open http://localhost:3000 → create agents from the GUI dashboard