SuperAGI

Stale
GitHub Python MIT

Description

SuperAGI is a dev-first open-source autonomous AI agent framework for building, managing, and running useful autonomous agents quickly and reliably.

Key Features

  • Create, deploy, and manage production-ready autonomous AI agents
  • Toolkits marketplace extending agent capabilities (Twitter, email, knowledge search)
  • Graphical Web UI for agent management and monitoring
  • Action Console for human-agent interaction with inputs and permissions
  • Multiple vector database support for optimized retrieval performance
  • Performance telemetry and token usage optimization to reduce costs

Use Cases

💡 Rapidly building and deploying AI agents for autonomous business processes
💡 Integrating social media, email and external services via toolkits marketplace
💡 Monitoring and optimizing performance of multiple concurrent agents
💡 Leveraging agent memory storage for continuous learning and adaptation

Strengths & Limitations

Strengths

  • High community interest (17.7k stars)
  • Permissive open-source license (MIT)
  • Established track record (3 years in production)

⚠️ Limitations

  • No updates in over 19 months

Quick Start

Clone the repository and start with Docker Compose, access the Web UI to create your first agent, add tools from the marketplace, configure your LLM provider and run.

Related Projects

Hermes Agent

240.1k · Python
Active A

An autonomous AI agent framework from NousResearch that supports multiple LLM backends and grows with user needs.

agent-frameworkautonomous-agentllm +1
  • · Self-improving learning loop - Auto-creates skills from experience, self-improves during use, cross-session recall
  • · Multi-platform messaging gateway - Single process supports Telegram, Discord, Slack, WhatsApp, Signal, and CLI
  • · Six terminal backends - Local, Docker, SSH, Singularity, Modal, and Daytona with serverless hibernation

AutoAgent

9.8k · Python
Stale B

Fully-automated and zero-code LLM agent framework that enables users to build and deploy custom AI agents through natural language without writing code.

agent-frameworkzero-codeautomation +2
  • · Fully-automated agent building through natural language — no coding required to create, customize, and deploy AI agents
  • · Zero-code framework democratizing AI development for users without technical backgrounds
  • · Self-managing workflow generation that dynamically creates and optimizes agent pipelines from high-level descriptions

ART

10.7k · Python
Active A+

ART (Agent Reinforcement Trainer) trains multi-step agents for real-world tasks using GRPO reinforcement learning, enabling on-the-job training for models like Qwen, Llama, and more.

reinforcement-learningagent-trainingGRPO +3
  • · GRPO-based reinforcement learning for training multi-step agents on real-world tasks
  • · W&B Training serverless RL with 40% lower cost and 28% faster training via shared inference cluster
  • · Pre-built notebooks for email search, 2048, Tic Tac Toe, Codenames, and MCP tool mastery

PocketFlow

11.1k · Python
Normal A

PocketFlow is a minimalist 100-line LLM framework that lets Agents build Agents, enabling complex AI agent workflows through a clean abstraction layer.

agent-frameworkllmworkflow +2
  • · Only 100 lines of code, zero dependencies, zero vendor lock-in — ultra lightweight
  • · Graph-based abstraction supporting Agent, Multi-Agent, Workflow, and RAG design patterns
  • · Supports Agentic Coding — let AI agents like Cursor build agents for 10x productivity