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

977 B

(Deprecated) Agent Executor

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