Build AI Agents with LangChain · First LangChain Agent
ReAct and Step Planning
First LangChain Agent
Introduction
ReAct combines planning the next step with a tool call and observation of the result. In this lesson, you will learn to design the loop: plan, act, evaluate the observation, and decide whether to stop.