最近,开源智能体项目 OpenManus 可谓是吸引了无数目光!仅 24小时 内就狂揽 9.7K+ Star,你还在等邀请码?不如直接 本地部署,亲手体验这款开源神器!🔥
💡 智能体协作:基于 MetaGPT,支持多智能体高效协作。 💡 可视化工作流:Camel-Agent 扩展,业务流程一目了然。 💡 完全开源:不受限于商业化模型,随心所欲自定义。
项目名称 | 核心技术特点 | 适用场景 |
---|---|---|
OpenManus | 基于MetaGPT的多智能体协作框架 | 复杂任务自动化 |
OpenManus-OWL | Camel-Agent扩展,支持工作流可视化 | 业务流程编排 |
💻 1. 创建新的 Conda 环境
conda create -n open_manus python=3.12
conda activate open_manus
📦 2. 克隆项目代码
git clone https://github.com/mannaandpoem/OpenManus.git
cd OpenManus
📌 3. 安装依赖
pip install -r requirements.txt
🛠 4. 配置 API 密钥
cp config/config.example.toml config/config.toml
✏️ 编辑 config.toml
[llm]
model = "gpt-4o"
base_url = "https://api.openai.com/v1"
api_key = "sk-..." # 替换为真实 API 密钥
max_tokens = 4096
temperature = 0.0
🚀 5. 一键启动OpenManus!
python main.py
⚡ 想体验开发中版本?试试这个!
python run_flow.py
🔗 meta GPT团队的OpenManus:GitHub 传送门 🔗 camel团队的OpenManus-OWL:GitHub 传送门
扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2025 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号:粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
Copyright © 2013 - 2025 Tencent Cloud.
All Rights Reserved. 腾讯云 版权所有