Auto-sync

This commit is contained in:
2026-04-15 08:15:46 +08:00
parent f3569a835b
commit 99df89a352
79 changed files with 2238 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
---
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]]