AgentCheckpointData
Represents the checkpoint data for an agent's state during a session.
Constructors
Constructs an instance of the class with the specified parameters. This constructor is marked as deprecated and may be removed in the future.
Properties
The unique identifier of the checkpoint. This allows tracking and restoring the agent's session to a specific state.
Serialized output received from node with nodePath
A list of messages exchanged in the session up to the checkpoint. Messages include interactions between the user, system, assistant, and tools.
Additional data associated with the checkpoint. This can be used to store additional information about the agent's state.
Functions
Checks whether the AgentCheckpointData instance is marked as a tombstone.
Converts an instance of AgentCheckpointData to AgentContextData.