微信扫码
添加专属顾问
我要投稿
无需命令行,OpenManus Web版带来全新体验。 核心内容: 1. OpenManus Web版使用指南 2. 配置大模型的详细步骤 3. 运行Web版并进行问题查询
如果不喜欢命令行方式操作OpenManus
,就试一下Web
版的OpenManus
吧!
首先,下载OpenManus
的front-end
分支代码,下载地址:https://github.com/mannaandpoem/OpenManus/tree/front-end
与main
分支一样,需要在config.toml
中配置key
,解压OpenManus-front-end
包,进入目录:
cd OpenManus-front-end/config
cp config.example.toml config.toml
如,我配置了DeepSeek
大模型:
# Global LLM configuration
[llm]
model = "deepseek-chat"
base_url = "https://api.deepseek.com"
api_key = "sk-xxxxxxxxxxxx"
max_tokens = 4096
temperature = 0.0
# Optional configuration for specific LLM models
[llm.vision]
model = "deepseek-chat"
base_url = "https://api.deepseek.com"
api_key = "sk-xxxxxxxxxxxx"
# Server configuration
[server]
host = "localhost"
port = 5172
配置后运行:
python app.py
此界面运行在本机的http://localhost:5172
不用手动去访问这个地址,会自动弹出前端界面:
此时,可以在对话框中输入问题,如:查看贵阳今天天气。
截止2025
年3
月15
日10
时,此分支尚未像main
分支一样合并其他搜索引擎,使用浏览器执行任务时,会出现如下错误:
2025-03-15 10:14:34.701 | ERROR | app.agent.toolcall:execute_tool:166 - ⚠️ Tool 'google_search' encountered a problem: HTTPSConnectionPool(host='www.google.com', port=443): Max retries exceeded with url: /search?q=%E8%B4%B5%E9%98%B3+%E4%BB%8A%E5%A4%A9+%E5%A4%A9%E6%B0%94&num=3&hl=en&start=0&safe=active (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x10af4c050>, 'Connection to www.google.com timed out. (connect timeout=5)'))
2025-03-15 10:14:34.702 | INFO | app.agent.toolcall:act:114 - ? Tool 'google_search' completed its mission! Result: Error: ⚠️ Tool 'google_search' encountered a problem: HTTPSConnectionPool(host='www.google.com', port=443): Max retries exceeded with url: /search?q=%E8%B4%B5%E9%98%B3+%E4%BB%8A%E5%A4%A9+%E5%A4%A9%E6%B0%94&num=3&hl=en&start=0&safe=active (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x10af4c050>, 'Connection to www.google.com timed out. (connect timeout=5)'))
但可以根据《OpenManus
切换搜索引擎》中的原方案配置百度搜索引擎。 配置后,重新运行:
python app.py
后台会有日志提示使用了百度搜索引擎:
2025-03-15 10:18:38.397 | INFO | app.agent.toolcall:think:54 - ✨ Manus's thoughts:
2025-03-15 10:18:38.398 | INFO | app.agent.toolcall:think:55 - ?️ Manus selected 1 tools to use
2025-03-15 10:18:38.398 | INFO | app.agent.toolcall:think:59 - ? Tools being prepared: ['baidu_search']
2025-03-15 10:18:38.398 | INFO | app.agent.toolcall:execute_tool:144 - ? Activating tool: 'baidu_search'...
INFO: ::1:51037 - "GET /tasks/b986ce2a-6f3b-4e7b-82dc-855e3c4baa62 HTTP/1.1" 200 OK
INFO: ::1:51038 - "GET /tasks/b986ce2a-6f3b-4e7b-82dc-855e3c4baa62 HTTP/1.1" 200 OK
INFO: ::1:51037 - "GET /tasks/b986ce2a-6f3b-4e7b-82dc-855e3c4baa62 HTTP/1.1" 200 OK
INFO: ::1:51038 - "GET /tasks/b986ce2a-6f3b-4e7b-82dc-855e3c4baa62 HTTP/1.1" 200 OK
2025-03-15 10:18:39.845 | INFO | app.agent.toolcall:act:114 - ? Tool 'baidu_search' completed its mission! Result: Observed output of cmd `baidu_search` executed:
当然,前端也会显示:配置百度搜索引擎,让它“查看贵阳今天天气”:
个人感觉OpenManus
既然有了web
版,可以适当增加一些功能,如配置大模型也能在web
界面执行,执行任务时可以终止任务等等,它刚刚成长,未来一定会更加完善。
53AI,企业落地大模型首选服务商
产品:场景落地咨询+大模型应用平台+行业解决方案
承诺:免费场景POC验证,效果验证后签署服务协议。零风险落地应用大模型,已交付160+中大型企业
2025-04-30
n8n:免费+开源的自动化神器,比dify更简单,比Make更强大!
2025-04-30
宝藏发现:Sim Studio,一款让AI工作流搭建变简单的开源利器
2025-04-29
我们有必要使用 Qwen3 吗?
2025-04-29
Qwen3开源发布:Think Deeper, Act Faster!社区推理、部署、微调、MCP调用实战教程来啦!
2025-04-29
阿里 Qwen3 技术详解: 4B 参数媲美 72B,MoE 架构的开源突破
2025-04-29
PAI-Model Gallery 支持云上一键部署 Qwen3 全尺寸模型
2025-04-29
Qwen3中性能最强MOE模型部署抛砖引玉 + 实测
2025-04-29
体验了最新的Qwen3之后,端侧之王果然没有让我失望!
2024-07-25
2025-01-01
2025-01-21
2024-05-06
2024-09-20
2024-07-20
2024-07-11
2024-06-12
2024-08-13
2024-12-26
2025-04-29
2025-04-28
2025-04-28
2025-04-28
2025-04-21
2025-04-19
2025-04-17
2025-04-15