OpenManus

Stale
GitHub Python MIT

Description

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

💡 Automate daily office tasks such as document organization, data analysis, and report generation
💡 Build RAG-enhanced knowledge Q&A bots that answer domain-specific questions from your knowledge base
💡 Extend agent capabilities with MCP tools for browser automation, code execution, and other advanced workflows

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

Related Projects

Related Articles