Package-level declarations

Types

Link copied to clipboard

A file-based implementation of PersistenceStorageProvider that stores agent checkpoints in a file system.

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.