InMemoryPersistencyStorageProvider

In-memory implementation of PersistencyStorageProvider. This provider stores snapshots in a mutable map.

Constructors

Link copied to clipboard
constructor(persistenceId: String)

Functions

Link copied to clipboard
open suspend override fun getCheckpoints(): List<AgentCheckpointData>
Link copied to clipboard
open suspend override fun getLatestCheckpoint(): AgentCheckpointData?
Link copied to clipboard
open suspend override fun saveCheckpoint(agentCheckpointData: AgentCheckpointData)