check

abstract fun check(checkpointData: AgentCheckpointData): Boolean(source)

Evaluates whether the provided agent checkpoint data meets the defined conditions.

Return

true if the checkpoint data satisfies the conditions, false otherwise.

Parameters

checkpointData

The data associated with the agent's checkpoint, which includes state information such as message history, node details, and properties.