ApplicationsAgent, RAG and prompt engineering practices
ReAct(推理-行动模式)
An agent paradigm where the model alternates think-act-observe cycles.
ReAct interleaves tool calls with reasoning text: think about the next step, call a tool, then reason over the result—closing the loop between language and action. It is the base pattern of most agent frameworks.