ReAct agent (reason and act)
Definition: ReAct is an agent pattern where the model alternates between reasoning (thinking about the next step) and acting (calling a tool), using each result before continuing.
This observe-think-act loop breaks down complex tasks and leans on external tools. It is one of the founding patterns of modern AI agents.