Sign inSign up

superagidev/superagi

By superagidev

โ€ขUpdated over 1 year ago

SuperAGI is a dev-first opensource framework to build, manage and run useful autonomous AI agents

Image
8

5.2K

superagidev/superagi repository overview

SuperAGI logo โ  SuperAGI logo โ 

Open-source framework to build, manage and run useful Autonomous AI Agents

โ  โ  โ  โ  โ 

SuperAGI forks โ  SuperAGI stars โ  โ  SuperAGI Commits โ 

Follow SuperAGI

Follow _superAGI โ  Join SuperAGI Discord Community โ 

Connect with the Creator

Follow ishaanbhola โ 

Share SuperAGI Repository

Follow _superAGIโ  Share on Telegram Share on Reddit โ  Buy Me A Coffee


โ What are we ?

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.

โ ๐Ÿ’ก Features
  • Provision, Spawn & Deploy Autonomous AI Agents - Create production-ready & scalable autonomous agents.
  • Extend Agent Capabilities with Toolkits - Add Toolkits from our marketplace to your agent workflows.
  • Graphical User Interface - Access your agents through a graphical user interface.
  • Action Console - Interact with agents by giving them input and permissions.
  • Multiple Vector DBs - Connect to multiple Vector DBs to enhance your agentโ€™s performance.
  • Performance Telemetry - Get insights into your agentโ€™s performance and optimize accordingly.
  • Optimized Token Usage - Control token usage to manage costs effectively.
  • Agent Memory Storage - Enable your agents to learn and adapt by storing their memory.
  • Models - Custom fine tuned models for business specific usecases.
  • Workflows - Automate tasks with ease using ReAct LLM's predefined steps.
โ ๐Ÿ›  Toolkits

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">

โ โš™๏ธ Installation

You can install superAGI using one of the following three approaches.

โ โ˜๏ธ SuperAGI cloud

To quickly start experimenting with agents without the hassle of setting up the system, try Superagi Cloudโ 

  1. Visit Superagi Cloudโ  and log in using your github account.

  2. In your account settings, go to "Model Providers" and add your API key.

You're all set! Start running your agents effortlessly.

โ ๐Ÿ–ฅ๏ธ Local
  1. Open your terminal and clone the SuperAGI repository.
git clone https://github.com/TransformerOptimus/SuperAGI.git 
  1. Navigate to the cloned repository directory using the command:
cd SuperAGI
  1. Create a copy of config_template.yaml, and name it config.yaml.

  2. Ensure that Docker is installed on your system. You can download and install it from hereโ .

  3. 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
    
  4. Open your web browser and navigate to http://localhost:3000โ  to access SuperAGI.

โ ๐ŸŒ€ Digital Ocean

โ 
Deploy SuperAGI to DigitalOcean with one click.

โ ๐ŸŒ Architecture
โ 
SuperAGI Architecture

SuperAGI Architecture

Agent Architecture

Agent Architecture

Agent Workflow Architecture

Agent Workflow Architecture

Tools Architecture

Tools Architecture

ER Diagram

ER Diagram

โ ๐Ÿ“š Resources
โ ๐Ÿ“– Need Help?

Join our Discord communityโ  for support and discussions.

Join us on Discord

If you have questions or encounter issues, please don't hesitate to create a new issueโ  to get support.

โ ๐Ÿ’ป Contribution

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.

โ ๐Ÿ‘ฉโ€๐Ÿ’ป Contributors

TransformerOptimus Cptsnowcrasher vectorcrow Akki-jain Autocop-AgentCOLONAYUSHluciferlinx101mukundans89Fluder-ParadynenborthynihirrTarraannneelayan7Arkajit-Dattaguangchen811juanfpo96iskandarrezajpenalbaepallasite99xutpuualexkreidlerhanhyalex123ps4vseltociear shaiss AdityaRajSingh1992 namansleeps2 sirajperson hsm207 unkn-wn DMTarmey Parth2506 platinaCoder anisha1607 jorgectf PaulRBerg boundless-asura JPDucky Vibhusha22 ai-akuma rounak610 AdarshJha619 ResoluteStoic JohnHunt999 Maverick-F35 jorgectf AdityaSharma13064 lalitlj andrew-kelly-neutralaiz sayan1101

Back to top

โ โš ๏ธ Under Development!

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!

Tag summary

Content type

Image

Digest

sha256:4307d2fe4โ€ฆ

Size

328.4 MB

Last updated

over 1 year ago

docker pull superagidev/superagi:main