mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-24 08:32:24 +02:00
42 lines
786 B
Markdown
42 lines
786 B
Markdown
# Checkpointers
|
|
|
|
::: langgraph.checkpoint.base
|
|
options:
|
|
members:
|
|
- CheckpointMetadata
|
|
- Checkpoint
|
|
- BaseCheckpointSaver
|
|
- create_checkpoint
|
|
|
|
::: langgraph.checkpoint.serde.base
|
|
options:
|
|
members:
|
|
- SerializerProtocol
|
|
- CipherProtocol
|
|
|
|
::: langgraph.checkpoint.serde.jsonplus
|
|
options:
|
|
members:
|
|
- JsonPlusSerializer
|
|
|
|
::: langgraph.checkpoint.serde.encrypted
|
|
options:
|
|
members:
|
|
- EncryptedSerializer
|
|
|
|
::: langgraph.checkpoint.memory
|
|
|
|
::: langgraph.checkpoint.sqlite
|
|
|
|
::: langgraph.checkpoint.sqlite.aio
|
|
|
|
::: langgraph.checkpoint.postgres
|
|
options:
|
|
members:
|
|
- PostgresSaver
|
|
|
|
::: langgraph.checkpoint.postgres.aio
|
|
options:
|
|
members:
|
|
- AsyncPostgresSaver
|