diff --git a/README.md b/README.md index bbcd268..95351bd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ -

- 中文  |  English  -

+English | [繁體中文](README_tw.md) | [简体中文](README_zh.md)

Discord Follow

# 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! @@ -70,6 +69,7 @@ api_key = "sk-..." # Replace with your actual API key ``` ## Quick Start + One line for run OpenManus: ```bash @@ -85,11 +85,13 @@ 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: mannaandpoem@gmail.com ## Roadmap + - [ ] Better Planning - [ ] Live Demos - [ ] Replay @@ -97,6 +99,7 @@ Or contact @mannaandpoem via 📧email: mannaandpoem@gmail.com - [ ] Comprehensive Benchmarks ## Community Group + Join our networking group on Feishu and share your experience with other developers!
diff --git a/README_tw.md b/README_tw.md new file mode 100644 index 0000000..85b9cc8 --- /dev/null +++ b/README_tw.md @@ -0,0 +1,117 @@ +[English](README.md) | 繁體中文 | [简体中文](README_zh.md) + +

+ Discord Follow +

+ +# OpenManus 🙋 + +Manus 很棒,但 OpenManus 可以在沒有邀請碼的情況下實現任何想法 🛫! + +我們的團隊成員 [@mannaandpoem](https://github.com/mannaandpoem) [@XiangJinyu](https://github.com/XiangJinyu) [@MoshiQAQ](https://github.com/MoshiQAQ) [@didiforgithub](https://github.com/didiforgithub) 來自 [@MetaGPT](https://github.com/geekan/MetaGPT) 在 3 小時內完成了它! + +這是一個簡單的實現,所以我們歡迎任何建議、貢獻和反饋! + +享受使用 OpenManus 的代理吧! + +## 項目演示 + + + +## 安裝 + +1. 創建一個新的 conda 環境: + +```bash +conda create -n open_manus python=3.12 +conda activate open_manus +``` + +2. 克隆倉庫: + +```bash +git clone https://github.com/mannaandpoem/OpenManus.git +cd OpenManus +``` + +3. 安裝依賴: + +```bash +pip install -r requirements.txt +``` + +## 配置 + +OpenManus 需要配置其使用的 LLM API。按照以下步驟設置您的配置: + +1. 在 `config` 目錄中創建一個 `config.toml` 文件(您可以從示例中複製): + +```bash +cp config/config.example.toml config/config.toml +``` + +2. 編輯 `config/config.toml` 以添加您的 API 密鑰並自定義設置: + +```toml +# 全局 LLM 配置 +[llm] +model = "gpt-4o" +base_url = "https://api.openai.com/v1" +api_key = "sk-..." # 替換為您的實際 API 密鑰 +max_tokens = 4096 +temperature = 0.0 + +# 特定 LLM 模型的可選配置 +[llm.vision] +model = "gpt-4o" +base_url = "https://api.openai.com/v1" +api_key = "sk-..." # 替換為您的實際 API 密鑰 +``` + +## 快速開始 + +一行命令運行 OpenManus: + +```bash +python main.py +``` + +然後通過終端輸入您的想法! + +對於不穩定版本,您也可以運行: + +```bash +python run_flow.py +``` + +## 如何貢獻 + +我們歡迎任何友好的建議和有幫助的貢獻!只需創建問題或提交拉取請求。 + +或者通過 📧 電子郵件聯繫 @mannaandpoem:mannaandpoem@gmail.com + +## 路線圖 + +- [ ] 更好的規劃 +- [ ] 實時演示 +- [ ] 重播 +- [ ] RL 微調模型 +- [ ] 綜合基準測試 + +## 社區群組 + +加入我們的飛書網絡群組,與其他開發者分享您的經驗! + +
+ OpenManus 交流群 +
+ +## 星標歷史 + +[![Star History Chart](https://api.star-history.com/svg?repos=mannaandpoem/OpenManus&type=Date)](https://star-history.com/#mannaandpoem/OpenManus&Date) + +## 致謝 + +感謝 [anthropic-computer-use](https://github.com/anthropics/anthropic-quickstarts/tree/main/computer-use-demo) 和 [broswer-use](https://github.com/browser-use/browser-use) 為本項目提供基本支持! + +OpenManus 由 MetaGPT 的貢獻者構建。非常感謝這個代理社區! diff --git a/README_zh.md b/README_zh.md index 9c8cc8f..af8ece8 100644 --- a/README_zh.md +++ b/README_zh.md @@ -1,6 +1,4 @@ -

- 中文  |  English  -

+[English](README.md) | [繁體中文](README_tw.md) | 简体中文

Discord Follow @@ -71,6 +69,7 @@ api_key = "sk-..." # 替换为真实 API 密钥 ``` ## 快速启动 + 一行命令运行 OpenManus: ```bash @@ -86,11 +85,13 @@ python run_flow.py ``` ## 贡献指南 + 我们欢迎任何友好的建议和有价值的贡献!可以直接创建 issue 或提交 pull request。 -或通过📧邮件联系 @mannaandpoem:mannaandpoem@gmail.com +或通过 📧 邮件联系 @mannaandpoem:mannaandpoem@gmail.com ## 发展路线 + - [ ] 更优的规划系统 - [ ] 实时演示功能 - [ ] 运行回放 @@ -98,6 +99,7 @@ python run_flow.py - [ ] 全面的性能基准测试 ## 交流群 + 加入我们的飞书交流群,与其他开发者分享经验!