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,25 @@
---
title: 通用智能体
type: concept
tags: [AI, Agent, 智能体]
aliases: [AI Agent, General AI Agent]
---
## 定义
能够自主执行复杂任务、调用多种工具的AI系统。
## 2025年里程碑
- Manus的出现定义AI Agent元年
- 被Meta以几十亿美金收购
## 开源实现
OpenManus核心逻辑规划(Planning) -> 执行(Execution) -> 循环反馈
## 关键能力
- 控制浏览器browser-use/Playwright
- 编写运行Python代码
- 拆解模糊指令逐步执行
## Connections
- [[通用智能体]] ← 基座 ← [[大语言模型]]
- [[OpenManus]] ← 开源平替 ← [[Manus]]