
ReAct (Reasoning + Acting) is the most widely used agent architecture — the LLM interleaves reasoning steps with action steps in a structured loop.
Thought: I need to find the current CEO of Apple.
Action: search("Apple CEO 2024")
Observation: Tim Cook is the CEO of Apple.
Thought: I have the answer.
Final Answer: Tim Cook is the current CEO of Apple.Available out of the box in LangGraph: create_react_agent(llm, tools)
Reference:
TaskLoco™ — The Sticky Note GOAT