NoPersistencyStorageProvider
No-op implementation of PersistenceStorageProvider.
Functions
Link copied to clipboard
open suspend override fun getCheckpoints(sessionId: String, filter: Unit?): List<AgentCheckpointData>
Retrieves the list of checkpoints of the AI agent with the given sessionId that match the provided filter
Retrieves the list of checkpoints of the AI agent with the given sessionId
Link copied to clipboard
open suspend override fun getLatestCheckpoint(sessionId: String, filter: Unit?): AgentCheckpointData?
Retrieves the latest checkpoint of the AI agent with sessionId
Link copied to clipboard
open suspend override fun saveCheckpoint(sessionId: String, agentCheckpointData: AgentCheckpointData)
Saves provided checkpoint (agentCheckpointData) of the agent with sessionId to the storage (ex: database, S3, file)