ReAct
ReAct (Reasoning + Acting)
将推理和行动交替进行的 Agent 范式。
核心思想
LLM 同时生成推理轨迹(Thought)和行动(Action),形成 Thought → Action → Observation 循环。比纯推理(CoT)更接地气,比纯行动更可靠。
相关
- AI Agent — ReAct 是 Agent 的核心范式之一
- Chain of Thought — 纯推理路线
- LLM Powered Autonomous Agents — 详细介绍