Initialize an agent executor with options.
Array of tools to use in the agent
LLM or ChatModel to use in the agent
Options for the agent, including agentType, agentArgs, and other options for AgentExecutor.fromAgentAndTools
AgentExecutor
Optional
options: InitializeAgentExecutorOptions
Deprecated
See new agent creation docs.