saveCheckpointAsync

abstract fun saveCheckpointAsync(agentId: String, agentCheckpointData: AgentCheckpointData): CompletableFuture<Boolean>(source)

Saves provided checkpoint (agentCheckpointData) of the agent with agentId to the storage (ex: database, S3, file)