OpenManus
StaleDescription
OpenManus is an open-source AI Agent framework from the MetaGPT team, delivering Manus-like autonomous task execution without any invite code. Supports MCP tool calls and multi-agent flow.
Key Features
- Autonomous task execution — Agents plan and execute complex tasks end-to-end without step-by-step human input
- MCP tool integration — Connect external tools and services via Model Context Protocol
- Multi-agent collaboration — Flow mode coordinates multiple agents working together on shared workflows
- Data analysis agent — Built-in DataAnalysis Agent with data visualization and chart generation
Use Cases
Categories
Quick Start
# Clone repo and install dependencies
git clone https://github.com/FoundationAgents/OpenManus.git
cd OpenManus && uv venv --python 3.12 && source .venv/bin/activate
uv pip install -r requirements.txt
# Configure your LLM API key
cp config/config.example.toml config/config.toml
# One-liner start
python main.py