Package-level declarations
Types
Link copied to clipboard
open class FilePersistencyStorageProvider<Path>(persistenceId: String, fs: FileSystemProvider.ReadWrite<Path>, root: Path) : PersistencyStorageProvider
A file-based implementation of PersistencyStorageProvider that stores agent checkpoints in a file system.
Link copied to clipboard
class JVMFilePersistencyStorageProvider(root: Path, persistenceId: String) : FilePersistencyStorageProvider<Path>
A JVM-specific implementation of FilePersistencyStorageProvider for managing agent checkpoints in a file system.