Callback handler that writes to a file.
Base callback handler.
Represents a request to execute an action by an agent.
The action consists of the name of the tool to execute and the input to pass to the tool. The log is used to pass along extra information about the action.
Final return value of an ActionAgent.
Agents return an AgentFinish when they have reached a stopping condition.
Callback handler that writes to a file.
This handler supports both context manager usage (recommended) and direct instantiation (deprecated) for backwards compatibility.