https://github.com/mannaandpoem/OpenManus
本地代码地址:
通过main.py启动:
遇到的问题:
1、deepseek-reasoner不支持函数调用:
2、gpt-4o限速,无法使用:
3、尝试本地部署ollama,加载Qwen模型,成功调通模型:
总结:20250314:但是能力还不如browse-use默认的能力;也达不到Manus的demo演示能力;
具体的问题:能完成浏览器的自动访问,和信息提取,但是下一步任务丢失,像是记忆丢失了;
4、使用ollama运行llama3.3,运行main.py直接报错:Tool 'web_search' encountered a problem: '<' not supported between instances of 'int' and 'str'
5、使用AZURE OPENAI 模型终于跑通了:
使用的AWS云上部署的gpt-4o,地址属于公司业务,所以不公开了;
源码需要做关键字适配修改:
生成在本地的文件:
完整运行日志如下:
D:\code\github\OpenManus\venv\Scripts\python.exe D:\code\github\OpenManus\main.py
INFO [browser_use] BrowserUse logging setup complete with level info
INFO [root] Anonymized telemetry enabled. See https://docs.browser-use.com/development/telemetry for more information.
Enter your prompt: 搜索github最近一周星数增长最快的项目,并以将信息提取并保存成markdown文件,供我查看
2025-03-17 21:28:07.020 | WARNING | __main__:main:15 - Processing your request...
2025-03-17 21:28:07.020 | INFO | app.agent.base:run:137 - Executing step 1/20
2025-03-17 21:28:10.583 | INFO | app.agent.toolcall:think:54 - ✨ Manus's thoughts: None
2025-03-17 21:28:10.583 | INFO | app.agent.toolcall:think:55 - 🛠️ Manus selected 1 tools to use
2025-03-17 21:28:10.583 | INFO | app.agent.toolcall:think:59 - 🧰 Tools being prepared: ['web_search']
2025-03-17 21:28:10.584 | INFO | app.agent.toolcall:execute_tool:145 - 🔧 Activating tool: 'web_search'...
2025-03-17 21:28:13.221 | INFO | app.agent.toolcall:act:118 - 🎯 Tool 'web_search' completed its mission! Result: Observed output of cmd `web_search` executed:
['https://github.com/trending', 'https://star-history.com/', 'https://dev.to/leamsigc/top-10-trending-github-repositories-january-2025-1f24', 'https://gitstar-ranking.com/repositories', 'https://gitstar-ranking.com/']
2025-03-17 21:28:13.221 | INFO | app.agent.base:run:137 - Executing step 2/20
2025-03-17 21:28:14.406 | INFO | app.agent.toolcall:think:54 - ✨ Manus's thoughts: None
2025-03-17 21:28:14.407 | INFO | app.agent.toolcall:think:55 - 🛠️ Manus selected 1 tools to use
2025-03-17 21:28:14.408 | INFO | app.agent.toolcall:think:59 - 🧰 Tools being prepared: ['browser_use']
2025-03-17 21:28:14.408 | INFO | app.agent.toolcall:execute_tool:145 - 🔧 Activating tool: 'browser_use'...
2025-03-17 21:28:20.955 | INFO | app.agent.toolcall:act:118 - 🎯 Tool 'browser_use' completed its mission! Result: Observed output of cmd `browser_use` executed:
Navigated to https://github.com/trending
2025-03-17 21:28:20.956 | INFO | app.agent.base:run:137 - Executing step 3/20
2025-03-17 21:28:22.782 | INFO | app.agent.toolcall:think:54 - ✨ Manus's thoughts: None
2025-03-17 21:28:22.783 | INFO | app.agent.toolcall:think:55 - 🛠️ Manus selected 1 tools to use
2025-03-17 21:28:22.783 | INFO | app.agent.toolcall:think:59 - 🧰 Tools being prepared: ['browser_use']
2025-03-17 21:28:22.784 | INFO | app.agent.toolcall:execute_tool:145 - 🔧 Activating tool: 'browser_use'...
2025-03-17 21:28:22.803 | INFO | app.agent.toolcall:act:118 - 🎯 Tool 'browser_use' completed its mission! Result: Observed output of cmd `browser_use` executed:
Skip to content
Navigation Menu
Product
Solutions
Resources
Open Source
Enterprise
Pricing
Sign in
Sign up
Explore
Topics
Trending
Collections
Events
GitHub Sponsors
Trending
See what the GitHub community is most excited about today.
Repositories
Developers
Spoken Language: Any
Language: Any
Date range: Today
Sponsor
Star
glanceapp / glance
A self-hosted dashboard that puts all your feeds in one place
Go 16,013 561 Built by
2,039 stars today
Star
langchain-ai / ollama-deep-researcher
Fully local web research and report writing assistant
Python 3,804 446 Built by
464 stars today
Star
nvim-lua / kickstart.nvim
A launch point for your personal nvim configuration
Lua 22,676 29,870 Built by
109 stars today
Star
microsoft / RD-Agent
Research and development (R&D) is crucial for the enhancement of industrial productivity, especially in the AI era, where the core aspects of R&D are mainly focused on data and models. We are committed to automating these high-value generic R&D processes through our open source R&D automation tool RD-Agent, which lets AI drive data-driven AI.
Python 2,911 236 Built by
370 stars today
Star
calcom / cal.com
Scheduling infrastructure for absolutely everyone.
TypeScript 34,916 8,896 Built by
383 stars today
Sponsor
Star
patchy631 / ai-engineering-hub
Jupyter Notebook 5,029 980 Built by
319 stars today
Star
RIP-Comm / sossoldi
"Sossoldi" is a wealth management / personal finance / Net Worth tracking app, made with Flutter.
Dart 835 147 Built by
256 stars today
Sponsor
Star
xpipe-io / xpipe
Access your entire server infrastructure from your local desktop
Java 9,066 304 Built by
667 stars today
Star
DiceDB / dice
DiceDB is an open-source, fast, reactive, in-memory database optimized for modern hardware.
Go 8,391 1,215 Built by
173 stars today
Star
tj-actions / changed-files
Githu
2025-03-17 21:28:22.803 | INFO | app.agent.base:run:137 - Executing step 4/20
2025-03-17 21:28:34.501 | INFO | app.agent.toolcall:think:54 - ✨ Manus's thoughts: None
2025-03-17 21:28:34.501 | INFO | app.agent.toolcall:think:55 - 🛠️ Manus selected 1 tools to use
2025-03-17 21:28:34.501 | INFO | app.agent.toolcall:think:59 - 🧰 Tools being prepared: ['file_saver']
2025-03-17 21:28:34.502 | INFO | app.agent.toolcall:execute_tool:145 - 🔧 Activating tool: 'file_saver'...
2025-03-17 21:28:34.504 | INFO | app.agent.toolcall:act:118 - 🎯 Tool 'file_saver' completed its mission! Result: Observed output of cmd `file_saver` executed:
Content successfully saved to GitHub_Trending_Repositories.md
2025-03-17 21:28:34.504 | INFO | app.agent.base:run:137 - Executing step 5/20
2025-03-17 21:28:35.391 | INFO | app.agent.toolcall:think:54 - ✨ Manus's thoughts: None
2025-03-17 21:28:35.392 | INFO | app.agent.toolcall:think:55 - 🛠️ Manus selected 1 tools to use
2025-03-17 21:28:35.393 | INFO | app.agent.toolcall:think:59 - 🧰 Tools being prepared: ['terminate']
2025-03-17 21:28:35.393 | INFO | app.agent.toolcall:execute_tool:145 - 🔧 Activating tool: 'terminate'...
2025-03-17 21:28:36.228 | INFO | app.agent.toolcall:_handle_special_tool:177 - 🏁 Special tool 'terminate' has completed the task!
2025-03-17 21:28:36.229 | INFO | app.agent.toolcall:act:118 - 🎯 Tool 'terminate' completed its mission! Result: Observed output of cmd `terminate` executed:
The interaction has been completed with status: success
2025-03-17 21:28:36.229 | INFO | __main__:main:17 - Request processing completed.
进程已结束,退出代码为 0
TOP问题汇总
Top Issues Dashboard · Issue #720 · mannaandpoem/OpenManus · GitHub