Class FileSystemSaver

java.lang.Object
org.bsc.langgraph4j.checkpoint.MemorySaver
org.bsc.langgraph4j.checkpoint.FileSystemSaver
All Implemented Interfaces:
BaseCheckpointSaver

public class FileSystemSaver extends MemorySaver
A CheckpointSaver that stores Checkpoints in the filesystem.

Each RunnableConfig is associated with a file in the provided targetFolder. The file is named "thread-threadId.saver" if the RunnableConfig has a threadId, or "thread-$default.saver" if it doesn't.