Optional
stopDecide what to do, given some input.
Steps the LLM has taken so far, along with observations from each.
User inputs.
Optional
callbackManager: anyCallback manager.
Actions specifying what tools to use.
Return response when agent has been stopped due to max iterations
Optional
_callbackManager: anyGenerated using TypeDoc
Class representing a single action agent which accepts runnables. Extends the BaseMultiActionAgent class and provides methods for planning agent actions with runnables.