Files
langgraph/examples/agent_executor/high-level.ipynb
T

1.0 KiB

(Deprecated) Agent Executor

The create_agent_executor function is deprecated in favor of create_react_agent. This was done to better align with the underlying model providers' migration from "function calling" to "tool calling", which typically supports parallel tool usage.