- Update language links in the README to include Traditional and Simplified Chinese options - Remove outdated HTML paragraph tags from the README - Add a new README file in Traditional Chinese - Include installation instructions and configuration steps in the new README - Add a video demonstration section in the new README - Enhance the roadmap section with additional planning items in both README files - Encourage community engagement and contributions in both README files Signed-off-by: appleboy <appleboy.tw@gmail.com>
4.6 KiB
4.6 KiB
OpenManus 🙋
Manus 很棒,但 OpenManus 可以在沒有邀請碼的情況下實現任何想法 🛫!
我們的團隊成員 @mannaandpoem @XiangJinyu @MoshiQAQ @didiforgithub 來自 @MetaGPT 在 3 小時內完成了它!
這是一個簡單的實現,所以我們歡迎任何建議、貢獻和反饋!
享受使用 OpenManus 的代理吧!
項目演示
安裝
- 創建一個新的 conda 環境:
conda create -n open_manus python=3.12
conda activate open_manus
- 克隆倉庫:
git clone https://github.com/mannaandpoem/OpenManus.git
cd OpenManus
- 安裝依賴:
pip install -r requirements.txt
配置
OpenManus 需要配置其使用的 LLM API。按照以下步驟設置您的配置:
- 在
config
目錄中創建一個config.toml
文件(您可以從示例中複製):
cp config/config.example.toml config/config.toml
- 編輯
config/config.toml
以添加您的 API 密鑰並自定義設置:
# 全局 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:
python main.py
然後通過終端輸入您的想法!
對於不穩定版本,您也可以運行:
python run_flow.py
如何貢獻
我們歡迎任何友好的建議和有幫助的貢獻!只需創建問題或提交拉取請求。
或者通過 📧 電子郵件聯繫 @mannaandpoem:mannaandpoem@gmail.com
路線圖
- 更好的規劃
- 實時演示
- 重播
- RL 微調模型
- 綜合基準測試
社區群組
加入我們的飛書網絡群組,與其他開發者分享您的經驗!
星標歷史
致謝
感謝 anthropic-computer-use 和 broswer-use 為本項目提供基本支持!
OpenManus 由 MetaGPT 的貢獻者構建。非常感謝這個代理社區!