# 本章小结

本章建立了智能体的宏观认知框架，涵盖发展范式、理论模型与核心组件。核心观点：智能体通过“感知-思考-行动”的闭环，在“大脑”“感知”“行动”和“记忆”四大组件的协同下，从被动的 LLM 演进为主动、有目标的自主系统。认知层级从 L1 辅助型到 L5 群体型，为设计不同复杂度的系统提供了教学性的分层参考，而不是唯一的演进路线。

## 关键概念清单

* **System 2 vs System 1**：Agent 的核心差异在于自主性与循环机制
* **PEAS 模型**：Performance, Environment, Actuators, Sensors 的理性智能体框架
* **四大核心组件**：Brain（规划），Perception（感知），Tools（行动），Memory（记忆）
* **认知层级 L1-L5**：从反射型到群体型的逐级进化

## 下一步

理解了“什么是智能体”和“由什么组成”之后，下一章将深入微观层面，讲解智能体如何进行复杂的规划与推理。

***

**下一章**: [第二章：推理、规划与提示词工程](/agentic_ai_guide/di-yi-bu-fen-dan-ti-zhi-neng-jia-gou/02_reasoning.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://yeasy.gitbook.io/agentic_ai_guide/di-yi-bu-fen-dan-ti-zhi-neng-jia-gou/01_paradigm/summary.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
