--- id: langgraph-checkpoint version: "4.2.0" license: MIT license_treatment: permissive maintenance: active --- # langgraph-checkpoint — Library with base interfaces for LangGraph checkpoint savers. License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install langgraph-checkpoint uv add langgraph-checkpoint poetry add langgraph-checkpoint ## Description # LangGraph Checkpoint [![PyPI - Version](https://img.shields.io/pypi/v/langgraph-checkpoint?label=%20)](https://pypi.org/project/langgraph-checkpoint/#history) [![PyPI - License](https://img.shields.io/pypi/l/langgraph-checkpoint)](https://opensource.org/licenses/MIT) [![PyPI - Downloads](https://img.shields.io/pepy/dt/langgraph-checkpoint)](https://pypistats.org/packages/langgraph-checkpoint) [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/langchain_oss.svg?style=social&label=Follow%20%40LangChain)](https://x.com/langchain_oss) To help you ship LangGraph apps to production faster, check out [LangSmith](https://www.langchain.com/langsmith). [LangSmith](https://www.langchain.com/langsmith) is a unified developer platform for building, testing, and monitoring LLM applications. ## Quick Install ```bash uv add langgraph-checkpoint ``` ## 🤔 What is this? This library defines the base interface for LangGraph checkpointers. Checkpointers provide a persistence layer for LangGraph: they save graph state at every superstep, enabling human-in-the-loop, memory between interactions, durable execution, and more. ## 📖 Documentation For full documentation, see the... ## AI interpretation — verify before relying Defines the base interface and serialization protocol for LangGraph checkpointers, which persist graph state at every step to enable human-in-the-loop workflows, memory between interactions, and durable execution. Verdict: A lightweight, actively maintained library providing the checkpoint interface layer for LangGraph. MIT-licensed and low-friction to install, it's suitable for production use but requires explicit security configuration for checkpoint deserialization to prevent arbitrary code execution. [View on SkillFed](https://skillfed.io/packages/langgraph-checkpoint) · [View on PyPI](https://pypi.org/project/langgraph-checkpoint/)