Ask a question to get started
Enter to sendā¢Shift+Enter new line
BaseSingleActionAgent()
BaseModel
Return values of the agent.
Return the input keys.
Get allowed tools.
Given input, decided what to do.
Async given input, decided what to do.
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.
Base Single Action Agent class.