getLatestCheckpoint

open suspend fun getLatestCheckpoint(sessionId: String): AgentCheckpointData?(source)

Retrieves the latest checkpoint of the AI agent with sessionId


abstract suspend fun getLatestCheckpoint(sessionId: String, filter: Filter?): AgentCheckpointData?(source)

Retrieves the latest checkpoint of the AI agent with sessionId matching the provided filter