All Classes and Interfaces
Class
Description
Represents an agent that can process chat messages and execute actions using specified tools.
Represents result of an action performed by an agent.
Interface representing an Agent Executor.
Builder class for constructing a graph of agent execution.
Enum representing different serializers for the agent state.
Represents the state of an agent.
Represents the result of an agent's finish operation.
Represents the outcome of an agent's action.
The CallAgent class implements the NodeAction interface for handling
actions related to an AgentExecutor's state.
The ExecuteTools class implements the NodeAction interface for handling
actions related to executing tools within an agent's context.
Represents an intermediate step in a process, encapsulating an action taken by an agent
and the corresponding observation made.
JSONStateSerializer is a class that extends JacksonStateSerializer for serializing and deserializing
the state of an AgentExecutor using JSON format.
The STDStateSerializer class is responsible for serializing the state of the AgentExecutor.