Files
nexus/wiki/concepts/通用智能体.md
2026-04-15 08:15:46 +08:00

26 lines
619 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: 通用智能体
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]]