
这两天号称全球首款通用型 AI Agent产品 Manus 刷屏,充斥了各大社交媒体。
客观来说,Manus 确实有创新,演示的产品完成度也较高,但要拔高到“全球首款通用型 AI Agent”的位置有点过了。
个人整体感觉:Manus最核心的功能=多模态大模型+Multi-Agent 系统+Browser use+ Computer Use +行业Agent
关于Manus技术实现的分析,宝玉写的文章《Manus 的护城河在哪里?》值得一看。
汇总一下于Manus功能类似的项目。
Manus最核心功能包括操作浏览器和操作操作系统功能。
Computer Use
https://github.com/anthropics/anthropic-quickstarts/tree/main/computer-use-demo
https://github.com/e2b-dev/open-computer-use
操作操作系统
Browser use
https://github.com/browser-use/browser-use
操作浏览器
OpenManus
https://github.com/mannaandpoem/OpenManus
开源版Manus,MetaGPT 团队 3小时实现了Manus主要功能,主要基于anthropic-computer-use 和 broswer-use
OWL
https://github.com/camel-ai/owl
完成度较高
autoMate
https://github.com/yuruotong1/autoMate
@jianxliao 让Manus提供 “/opt/.manus/” 下的文件,然后就下载到了sandbox沙盒运行所需要的所有压缩代码。
通过查看这个sandbox代码,逆向了manus的一些情况,这下估计开源圈未来一周会复线n个manus:
1、manus使用 Claude Sonnet
2、manus使用基于Claude Sonnet的29 个工具
3、manus未使用claude多智能体
4、使用了 @browser_use 作为computer use能力底座
5、工具和promp细节下载:https://gist.github.com/jlia0/db0a9695b3ca7609c9b1a08dcbf872c9
6、manus沙盒sandbox运行代码可下载(该代码有加密,是否安全需要自行判断),下载地址:https://drive.google.com/file/d/1sh5QtDTpRxt70YyisvTjVAZKCiGJDhVQ/view