Install
What’s included
| Class | Purpose |
|---|---|
SynapCheckpointSaver | Thread-level checkpoint persistence with fuzzy retrieval |
SynapStore | Cross-thread long-term memory via BaseStore |
SynapCheckpointSaver
Replaces LangGraph’s in-memory or SQLite checkpointer so conversation threads persist across restarts and can be retrieved by semantic similarity.SynapStore
Gives agents access to cross-thread long-term memory. ImplementsBaseStore so it works with any LangGraph construct that accepts a store.
RunnableConfig:
Using both together
Next steps
LangChain
Memory and callbacks for LangChain chains.
LlamaIndex
BaseMemory and retriever for LlamaIndex pipelines.