Files
nexus/wiki/entities/OpenManus.md
2026-04-15 08:15:46 +08:00

25 lines
620 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: OpenManus
type: entity
tags: [AI智能体, 开源]
aliases: []
---
## 基本信息
- **类型**AI Agent开源项目
- **Star数**5万+
- **开源地址**https://github.com/FoundationAgents/OpenManus
## 核心机制
规划(Planning) -> 执行(Execution) -> 循环反馈。
## 关键能力
- 基于browser-use或Playwright技术控制浏览器
- 在本地沙盒环境中编写并运行Python代码
- 将模糊指令拆解为步骤逐步执行
## Connections
- [[OpenManus]] ← 开源平替 ← [[Manus]]
- [[OpenManus]] ← 使用 ← [[Browser-use]]
- [[OpenManus]] ← 使用 ← [[Playwright]]