Package-level declarations
Types
Link copied to clipboard
open class FilePersistenceStorageProvider<Path>(fs: FileSystemProvider.ReadWrite<Path>, root: Path, json: Json = PersistenceUtils.defaultCheckpointJson) : PersistenceStorageProvider<AgentCheckpointPredicateFilter>
A file-based implementation of PersistenceStorageProvider that stores agent checkpoints in a file system.
Link copied to clipboard
Link copied to clipboard
class JVMFilePersistenceStorageProvider(root: Path, json: Json = PersistenceUtils.defaultCheckpointJson) : FilePersistenceStorageProvider<Path>
A JVM-specific implementation of FilePersistenceStorageProvider for managing agent checkpoints in a file system.
Link copied to clipboard