OpenManus/README_tw.md
appleboy a4340aa3b9
docs: enhance README with multilingual support and community engagement
- 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>
2025-03-08 13:07:50 +08:00

4.6 KiB
Raw Blame History

English | 繁體中文 | 简体中文

Discord Follow

OpenManus 🙋

Manus 很棒,但 OpenManus 可以在沒有邀請碼的情況下實現任何想法 🛫

我們的團隊成員 @mannaandpoem @XiangJinyu @MoshiQAQ @didiforgithub 來自 @MetaGPT 在 3 小時內完成了它!

這是一個簡單的實現,所以我們歡迎任何建議、貢獻和反饋!

享受使用 OpenManus 的代理吧!

項目演示

安裝

  1. 創建一個新的 conda 環境:
conda create -n open_manus python=3.12
conda activate open_manus
  1. 克隆倉庫:
git clone https://github.com/mannaandpoem/OpenManus.git
cd OpenManus
  1. 安裝依賴:
pip install -r requirements.txt

配置

OpenManus 需要配置其使用的 LLM API。按照以下步驟設置您的配置

  1. config 目錄中創建一個 config.toml 文件(您可以從示例中複製):
cp config/config.example.toml config/config.toml
  1. 編輯 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

如何貢獻

我們歡迎任何友好的建議和有幫助的貢獻!只需創建問題或提交拉取請求。

或者通過 📧 電子郵件聯繫 @mannaandpoemmannaandpoem@gmail.com

路線圖

  • 更好的規劃
  • 實時演示
  • 重播
  • RL 微調模型
  • 綜合基準測試

社區群組

加入我們的飛書網絡群組,與其他開發者分享您的經驗!

OpenManus 交流群

星標歷史

Star History Chart

致謝

感謝 anthropic-computer-usebroswer-use 為本項目提供基本支持!

OpenManus 由 MetaGPT 的貢獻者構建。非常感謝這個代理社區!