https://github.com/mannaandpoem/OpenManus
https://github.com/mannaandpoem/OpenManus
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mannaandpoem/OpenManus
- Owner: mannaandpoem
- License: mit
- Created: 2025-03-06T14:08:14.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-03-06T15:17:39.000Z (about 1 month ago)
- Last Synced: 2025-03-06T15:24:42.762Z (about 1 month ago)
- Language: Python
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - mannaandpoem/OpenManus - No fortress, purely open ground. OpenManus is Coming. (Python)
- Awesome-LLMOps - OpenManus - commit/mannaandpoem/openmanus?color=green) (Agent / Framework)
- StarryDivineSky - mannaandpoem/OpenManus
- awesome-hacking-lists - mannaandpoem/OpenManus - No fortress, purely open ground. OpenManus is Coming. (Python)
- awesome-llm-and-aigc - OpenManus
README
中文  |  English # OpenManus 🙋
Manus is incredible, but OpenManus can achieve any ideas without an Invite Code 🛫!Our team members [@mannaandpoem](https://github.com/mannaandpoem) [@XiangJinyu](https://github.com/XiangJinyu) [@MoshiQAQ](https://github.com/MoshiQAQ) [@didiforgithub](https://github.com/didiforgithub) from [@MetaGPT](https://github.com/geekan/MetaGPT) built it within 3 hours!
It's a simple implementation, so we welcome any suggestions, contributions, and feedback!
Enjoy your own agent with OpenManus!
## Project Demo
## Installation
1. Create a new conda environment:
```bash
conda create -n open_manus python=3.12
conda activate open_manus
```2. Clone the repository:
```bash
git clone https://github.com/mannaandpoem/OpenManus.git
cd OpenManus
```3. Install dependencies:
```bash
pip install -r requirements.txt
```## Configuration
OpenManus requires configuration for the LLM APIs it uses. Follow these steps to set up your configuration:
1. Create a `config.toml` file in the `config` directory (you can copy from the example):
```bash
cp config/config.example.toml config/config.toml
```2. Edit `config/config.toml` to add your API keys and customize settings:
```toml
# Global LLM configuration
[llm]
model = "gpt-4o"
base_url = "https://api.openai.com/v1"
api_key = "sk-..." # Replace with your actual API key
max_tokens = 4096
temperature = 0.0# Optional configuration for specific LLM models
[llm.vision]
model = "gpt-4o"
base_url = "https://api.openai.com/v1"
api_key = "sk-..." # Replace with your actual API key
```## Quick Start
One line for run OpenManus:```bash
python main.py
```Then input your idea via terminal!
For unstable version, you also can run:
```bash
python run_flow.py
```## How to contribute
We welcome any friendly suggestions and helpful contributions! Just create issues or submit pull requests.Or contact @mannaandpoem via 📧email: [email protected]
## Roadmap
- [ ] Better Planning
- [ ] Live Demos
- [ ] Replay
- [ ] RL Fine-tuned Models
- [ ] Comprehensive Benchmarks## Community Group
Join our networking group on Feishu and share your experience with other developers!
![]()
## Star History
[](https://star-history.com/#mannaandpoem/OpenManus&Date)
## Acknowledgement
Thanks to [anthropic-computer-use](https://github.com/anthropics/anthropic-quickstarts/tree/main/computer-use-demo) and [broswer-use](https://github.com/browser-use/browser-use) for providing basic support for this project!
OpenManus is built by contributors from MetaGPT. Huge thanks to this agent community!