> ## Documentation Index
> Fetch the complete documentation index at: https://langchain-zh.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# 检查点集成

> 与检查点后端集成，实现 LangGraph 的持久化存储。

检查点支持 LangGraph 的[持久化](/oss/python/langgraph/persistence)功能，使智能体能够在多次交互间保存和恢复状态。

| 后端                                                                                               | 包                                                                                            | 源码                                                                                                                              |
| ------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
| [内存](https://reference.langchain.com/python/langgraph.checkpoint/memory/InMemorySaver)           | [`langgraph-checkpoint`](https://pypi.org/project/langgraph-checkpoint/)                     | [langchain-ai/langgraph](https://github.com/langchain-ai/langgraph/tree/main/libs/checkpoint)                                   |
| [SQLite](https://reference.langchain.com/python/langgraph.checkpoint.sqlite/SqliteSaver)         | [`langgraph-checkpoint-sqlite`](https://pypi.org/project/langgraph-checkpoint-sqlite/)       | [langchain-ai/langgraph](https://github.com/langchain-ai/langgraph/tree/main/libs/checkpoint-sqlite)                            |
| [PostgreSQL](https://reference.langchain.com/python/langgraph.checkpoint.postgres/PostgresSaver) | [`langgraph-checkpoint-postgres`](https://pypi.org/project/langgraph-checkpoint-postgres/)   | [langchain-ai/langgraph](https://github.com/langchain-ai/langgraph/tree/main/libs/checkpoint-postgres)                          |
| AWS (DynamoDB, Bedrock, Valkey)                                                                  | [`langgraph-checkpoint-aws`](https://pypi.org/project/langgraph-checkpoint-aws/)             | [langchain-ai/langchain-aws](https://github.com/langchain-ai/langchain-aws/tree/main/libs/langgraph-checkpoint-aws)             |
| MongoDB                                                                                          | [`langgraph-checkpoint-mongodb`](https://pypi.org/project/langgraph-checkpoint-mongodb/)     | [langchain-ai/langchain-mongodb](https://github.com/langchain-ai/langchain-mongodb/tree/main/libs/langgraph-checkpoint-mongodb) |
| Redis                                                                                            | [`langgraph-checkpoint-redis`](https://pypi.org/project/langgraph-checkpoint-redis/)         | [redis-developer/langgraph-redis](https://github.com/redis-developer/langgraph-redis)                                           |
| [Cockroach DB](/oss/python/integrations/providers/cockroachdb#langgraph-checkpointer)            | [`langchain-cockroachdb`](https://pypi.org/project/langchain-cockroachdb/)                   | [cockroachdb/langchain-cockroachdb](https://github.com/cockroachdb/langchain-cockroachdb)                                       |
| [Aerospike](/oss/python/integrations/providers/aerospike#langgraph-checkpointer)                 | [`langgraph-checkpoint-aerospike`](https://pypi.org/project/langgraph-checkpoint-aerospike/) | [aerospike-community/aerospike-langgraph](https://github.com/aerospike-community/aerospike-langgraph)                           |

***

<div className="source-links">
  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/i18n\zh-CN\oss\python\integrations\checkpointers\index.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>

  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>
</div>
