Agent types
ReAct Agent
-
ReAct (Reason + Act)

-
Creating react agent can be done in two ways
- from langgraph
langgraph.prebuilt -> create_react_agent - from langchain
langchain.agents -> create_agent
- from langgraph
- Refer Here for the react basic example
