AI Agent self-organizing teams, task allocation, and collaborative CLI tool. 49 commands, 16 integrated open-source projects, 178 role templates.
Project description
SuperAgent
AI Agent self-organizing teams, task allocation, and collaborative CLI tool.
One command → agents form teams, split tasks, coordinate work, deliver results.
Highlights
- 49 CLI commands covering the full agent lifecycle
- 16 open-source projects integrated (577k+ total GitHub stars)
- 178 professional agent roles across 14 departments
- 4 execution engines: DeerFlow, Aider, Browser-use, GPT-Researcher
- Zero-cost offline mode: Ollama / LocalAI / llama.cpp
- Pixel-art dashboard: Real-time agent visualization
Quick Start
pip install superagent-cli
superagent auto "Build a todo app with auth" --command builtin
Core Commands
| Command | Description |
|---|---|
superagent auto "goal" |
One sentence → full team automation |
superagent auto "goal" --command local |
Zero-cost offline execution |
superagent role match "task" |
Smart role matching from 178 templates |
superagent triage route "task" |
Intelligent routing to best agent |
superagent engine list |
Show available execution engines |
superagent pipeline show sdlc |
View SOP workflow |
superagent dashboard serve --team X |
Pixel-art visualization |
superagent trends search "topic" |
Multi-platform trend search |
superagent browser run "task" |
Web automation |
superagent research run "query" |
Deep research |
Integrated Projects (577k+ Stars)
| Project | Stars | Capability |
|---|---|---|
| Browser-use | 86k | Web automation |
| agency-agents | 76k | 178 role templates |
| DeerFlow | 60k | LLM execution engine |
| Mem0 | 52k | Semantic memory |
| Firecrawl | 91k | Web scraping |
| RAGFlow | 75k | Document RAG |
| Aider | 25k | Coding agent |
| GPT-Researcher | 18k | Deep research |
| Composio | 12k | 200+ service integrations |
| E2B | 7k | Sandbox execution |
| Star-Office-UI | 7k | Pixel-art dashboard |
| ClawTeam | 5k | Team coordination base |
| LocalAI support | 45k | Zero-cost local models |
| Langfuse | OSS | Execution tracing |
| Hermes Agent | 47k | Learning patterns (design) |
| ClawTeam-OpenClaw | 1k | Enhanced features |
Architecture
User → superagent auto "goal"
→ Orchestrator (category detect + role match)
→ Execution Engine (DeerFlow / Aider / Local)
→ Multi-Agent (each in Git Worktree + tmux)
→ File Output + Dashboard Visualization
Installation
pip install superagent-cli # Core
pip install superagent-cli[all] # Everything
Install from Source (development)
git clone https://github.com/superagent-cli/superagent.git
cd superagent
pip install -e . # Core
pip install -e ".[dashboard]" # + Dashboard
Optional: Local Model (zero cost)
brew install ollama && ollama serve &
ollama pull llama3.2
superagent local register
superagent auto "Build X" --command local
Configuration
# LLM Provider (pick one)
superagent llm add --name deepseek --api-key $DEEPSEEK_API_KEY --base-url https://api.deepseek.com/v1 --model deepseek-chat
superagent llm default deepseek
# Or use local models (free)
superagent local setup --model llama3.2
Documentation
- Usage Guide — Complete 10-section tutorial
- Evaluation Report — 5W2H1R + SWOT analysis
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file superagent_cli-2.8.0.tar.gz.
File metadata
- Download URL: superagent_cli-2.8.0.tar.gz
- Upload date:
- Size: 25.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cd29256bd021b0d2a1400b10563f94432c3304759da90a6ee4bd3e630b08c78
|
|
| MD5 |
29b8b6ddf7b1ea54bb9c8674f19a5344
|
|
| BLAKE2b-256 |
20f2c3a37de74b99e696ddf8436c2061f8d65c78cfcaf4d5afe11597619c9ca4
|
File details
Details for the file superagent_cli-2.8.0-py3-none-any.whl.
File metadata
- Download URL: superagent_cli-2.8.0-py3-none-any.whl
- Upload date:
- Size: 503.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
945e8718a5d199e6f9eb8eca833119bd04d167a9b63cb13510e48f24b3660b0a
|
|
| MD5 |
bdcc8bfcd5832c593aa80183fd7eb86b
|
|
| BLAKE2b-256 |
f489f66aa326036cd381135c9b2873fb5296a7cfc141b7d43f3f52b9c3f96fbd
|