第 2 章 · 智能体架构设计:Profile-Memory-Planning-Action 第 1 章我们看清了「为什么需要 Agent」与「Agent 由什么构成」。但「四模块」只是张地图,要真正动手造一个 Agent,得回答更细的问题:Profile 该怎么写才稳定?Memory 在每一轮循环里到底什么时候读、什么时候写?Planning 面对不同任务怎么选策略?Action 又该如何在「能干」与「安全」之间取舍?本章把第 1 章的骨架横向打开,逐模块讲清设计原则与工程要点。 章节摘要 第 1 章建立了单体智能体「Profile-Memory-Planning-Action」四模块的全景认知。