Ask a question to get started
Enter to send•Shift+Enter new line
Base class for single action agents.
LLMSingleActionAgent()
BaseSingleActionAgent
LLMChain to use for agent.
Output parser to use for agent.
List of strings to stop on.
Return the input keys.
Return dictionary representation of agent.
Given input, decided what to do.
Async given input, decided what to do.
Return logging kwargs for tool run.
Return values of the agent.
Get allowed tools.
Return response when agent has been stopped due to max iterations.
Construct an agent from an LLM and tools.
Save the agent.