Agent that uses XML tags.
XMLAgent()| Name | Type | Description |
|---|---|---|
tools* | unknown | list of tools the agent can choose from |
llm_chain* | unknown | The LLMChain to call to predict the next action |
Get allowed tools.
Return response when agent has been stopped due to max iterations.
Construct an agent from an LLM and tools.
Return dictionary representation of agent.
Save the agent.
Return logging kwargs for tool run.