MCPcopy
hub / github.com/TransformerOptimus/SuperAGI

github.com/TransformerOptimus/SuperAGI @v0.0.14 sqlite

repository ↗ · DeepWiki ↗ · release v0.0.14 ↗
2,685 symbols 10,279 edges 517 files 538 documented · 20%
README

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.

Twitter Coding Tool Instagram Knowledge Search Email Jira File Manager Google Search Dall-E Github Web Interaction Duckduckgo Google Calendar Google Calendar Serp API Searx Web Scraper Notion 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

  1. 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

Core symbols most depended-on inside this repo

error
called by 238
superagi/lib/logger.py
info
called by 132
superagi/lib/logger.py
get_config
called by 114
superagi/config/config.py
setLocalStorageValue
called by 52
gui/utils/utils.js
get_tool_config
called by 45
superagi/tools/base_tool.py
add_next_workflow_step
called by 34
superagi/models/workflows/agent_workflow_step.py
setLocalStorageArray
called by 33
gui/utils/utils.js
find_by_id
called by 33
superagi/models/project.py

Shape

Function 1,121
Method 870
Class 396
Route 298

Languages

Python85%
TypeScript15%

Modules by API surface

gui/pages/api/DashboardService.js101 symbols
gui/pages/Content/Agents/AgentCreate.js55 symbols
gui/utils/utils.js37 symbols
superagi/tools/base_tool.py30 symbols
superagi/controllers/models_controller.py27 symbols
superagi/controllers/toolkit.py26 symbols
tests/unit_tests/helper/test_github_helper.py25 symbols
superagi/controllers/agent_template.py24 symbols
main.py24 symbols
gui/pages/Content/Agents/AgentWorkspace.js24 symbols
superagi/controllers/api/agent.py22 symbols
superagi/helper/tool_helper.py21 symbols

Dependencies from manifests, versioned

axios1.4.0 · 1×
bootstrap5.2.3 · 1×
date-fns2.30.0 · 1×
date-fns-tz2.0.0 · 1×
echarts5.4.2 · 1×
echarts-for-react3.0.2 · 1×
eslint8.40.0 · 1×
eslint-config-next13.4.2 · 1×
js-cookie3.0.5 · 1×
jszip3.10.1 · 1×
mitt3.0.0 · 1×
mixpanel-browser2.47.0 · 1×

Datastores touched

super_agi_mainDatabase · 1 repos

For agents

$ claude mcp add SuperAGI \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact