SuperAGI is a dev-first opensource framework to build, manage and run useful autonomous AI agents
5.2K
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.
<img src=โ https://superagi.com/wp-content/uploads/2023/08/Twitter.pngโ height=50px width=50px alt="Twitter" valign="middle" title="Twitter"> <img src=โ https://superagi.com/wp-content/uploads/2023/08/Coding.pngโ height=50px width=50px alt="Coding Tool" valign="middle" title="Coding Tool"> <img src=โ https://superagi.com/wp-content/uploads/2023/08/Insta.pngโ height=50px width=50px alt="Instagram" valign="middle" title="Instagram"> <img src=โ https://superagi.com/wp-content/uploads/2023/08/Knowledge_tool.pngโ height=50px width=50px alt="Knowledge Search" valign="middle" title="Knowledge Search"> <img src=โ https://superagi.com/wp-content/uploads/2023/05/Group-113612.pngโ height=50px width=50px alt="Email" valign="middle" title="Email"> <img src=โ https://superagi.com/wp-content/uploads/2023/05/Group-113610.pngโ height=50px width=50px alt="Jira" valign="middle" title="Jira"> <img src=โ https://superagi.com/wp-content/uploads/2023/05/Group-113611.pngโ height=50px width=50px alt="File Manager" valign="middle" title="File Manager"> <img src=โ https://superagi.com/wp-content/uploads/2023/05/Group-113613.pngโ height=50px width=50px alt="Google Search" valign="middle" title="Google Search"> <img src=โ https://superagi.com/wp-content/uploads/2023/05/Group-113615.pngโ height=50px width=50px alt="Dall-E" valign="middle" title="Dall-E"> <img src=โ https://superagi.com/wp-content/uploads/2023/05/Group-113614.pngโ height=50px width=50px alt="Github" valign="middle" title="Github"> <img src=โ https://superagi.com/wp-content/uploads/2023/05/Group-113616.pngโ height=50px width=50px alt="Web Interaction" valign="middle" title="Web Interaction"> <img src=โ https://superagi.com/wp-content/uploads/2023/05/Group-113622.pngโ height=50px width=50px alt="Duckduckgo" valign="middle" title="Duckduckgo"> <img src=โ https://superagi.com/wp-content/uploads/2023/08/Calendar_tool.pngโ height=50px width=50px alt="Google Calendar" valign="middle" title="Google Calendar"> <img src=โ https://superagi.com/wp-content/uploads/2023/08/Search_tool.pngโ height=50px width=50px alt="Google Calendar" valign="middle" title="Google Search"> <img src=โ https://superagi.com/wp-content/uploads/2023/08/Serp.pngโ height=50px width=50px alt="Serp API" valign="middle" title="Serp API"> <img src=โ https://superagi.com/wp-content/uploads/2023/08/Searx.pngโ height=50px width=50px alt="Searx" valign="middle" title="Searx "> <img src=โ https://superagi.com/wp-content/uploads/2023/08/Web_scraper_logo.pngโ height=50px width=50px alt="Web Scraper" valign="middle" title="Web Scraper"> <img src=โ https://superagi.com/wp-content/uploads/2023/08/Notion_logo.pngโ height=50px width=50px alt="Notion" valign="middle" title="Notion"> <img src=โ https://superagi.com/wp-content/uploads/2023/08/Apollo_logo.pngโ height=50px width=50px alt="Apollo" valign="middle" title="Apollo">
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
Open your web browser and navigate to http://localhost:3000โ to access SuperAGI.
โ
Deploy SuperAGI to DigitalOcean with one click.





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 by reading our Contribution Guideโ .
We expect everyone participating in the community to abide by our Code of Conductโ .
To get more idea on where we are heading, checkout our roadmap hereโ .
Explore some good first issuesโ to start contributing.
This project is under active development and may still have issues. We appreciate your understanding and patience. If you encounter any problems, please check the open issues first. If your issue is not listed, kindly create a new issue detailing the error or problem you experienced. Thank you for your support!
Content type
Image
Digest
sha256:4307d2fe4โฆ
Size
328.4 MB
Last updated
over 1 year ago
docker pull superagidev/superagi:main