langgraph-persistence

Community

Persist LangGraph state across threads

Authorchristian-bromann
Version1.0.0
Installs0

System Documentation

What problem does it solve?

LangGraph persistence provides durable per-thread state management by exposing checkpointers that save graph state after each step, enabling memory, time travel, and fault tolerance across long-running workflows.

Core Features & Use Cases

  • Built-in persistence via checkpointers: MemorySaver, SqliteSaver, PostgresSaver, CosmosDBSaver.
  • Thread-scoped state with resume, history, and cross-thread memory sharing through memory stores.
  • Production-ready guidance for managing checkpoints across threads and producing fault-tolerant workflows.

Quick Start

Compile a LangGraph with a chosen checkpointer and invoke with a thread_id to persist and resume state.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: langgraph-persistence
Download link: https://github.com/christian-bromann/langchain-skills/archive/main.zip#langgraph-persistence

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.