getCheckpointsAsync
abstract fun getCheckpointsAsync(agentId: String, filter: Filter?): CompletableFuture<List<AgentCheckpointData>>(source)
Retrieves the list of checkpoints of the AI agent with the given agentId that match the provided filter.