--- 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]]