Functions

Link copied to clipboard
abstract suspend fun getCheckpoints(agentId: String, filter: Filter? = null): List<AgentCheckpointData>
Link copied to clipboard
abstract suspend fun getLatestCheckpoint(agentId: String, filter: Filter? = null): AgentCheckpointData?
Link copied to clipboard
abstract suspend fun saveCheckpoint(agentId: String, agentCheckpointData: AgentCheckpointData)