Loading repository data…
Loading repository data…
TransformerOptimus / repository
<⚡️> SuperAGI - A dev-first open source autonomous AI agent framework. Enabling developers to build, manage & run useful autonomous agents quickly and reliably.
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= height=50px width=50px alt="Google Calendar" valign="middle" title="Google Calendar"> <img src= height=50px width=50px alt="Google Calendar" valign="middle" title="Google Search"> <img src= height=50px width=50px alt="Serp API" valign="middle" title="Serp API"> <img src= height=50px width=50px alt="Searx" valign="middle" title="Searx "> <img src= height=50px width=50px alt="Web Scraper" valign="middle" title="Web Scraper"> <img src= height=50px width=50px alt="Notion" valign="middle" title="Notion"> <img src= 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 u