Open-source framework to build, manage and run useful Autonomous AI Agents
Follow SuperAGI
Connect with the Creator
Share SuperAGI Repository
A dev-first open source autonomous AI agent framework enabling developers to build, manage & run useful autonomous agents. You can run concurrent agents seamlessly, extend agent capabilities with tools. The agents efficiently perform a variety of tasks and continually improve their performance with each subsequent run.
Toolkits allow SuperAGI Agents to interact with external systems and third-party plugins.
You can install superAGI using one of the following three approaches.
To quickly start experimenting with agents without the hassle of setting up the system, try Superagi Cloud
Visit Superagi Cloud and log in using your github account.
In your account settings, go to "Model Providers" and add your API key.
You're all set! Start running your agents effortlessly.
git clone https://github.com/TransformerOptimus/SuperAGI.git
cd SuperAGI
Create a copy of config_template.yaml, and name it config.yaml.
Ensure that Docker is installed on your system. You can download and install it from here.
Once you have Docker Desktop running, run the following command in the SuperAGI directory:
a. For regular usage:
docker compose -f docker-compose.yaml up --build
b. If you want to use SuperAGI with Local LLMs and have GPU, run the following command:
docker compose -f docker-compose-gpu.yml up --build
Deploy SuperAGI to DigitalOcean with one click.
SuperAGI Architecture

Agent Architecture

Agent Workflow Architecture

Tools Architecture

ER Diagram

Join our Discord community for support and discussions.
If you have questions or encounter issues, please don't hesitate to create a new issue to get support.
We ❤️ our contributors. We’re committed to fostering an open, welcoming, and safe environment in the community.
If you'd like to contribute, start
$ claude mcp add SuperAGI \
-- python -m otcore.mcp_server <graph>