LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph.checkpointbaseCheckpointTuple
    Class●Since v1.0

    CheckpointTuple

    A tuple containing a checkpoint and its associated data.

    Copy
    CheckpointTuple()

    Bases

    NamedTuple

    Attributes

    attribute
    config: RunnableConfig
    attribute
    checkpoint: Checkpoint
    attribute
    metadata: CheckpointMetadata
    attribute
    parent_config: RunnableConfig | None
    attribute
    pending_writes: list[PendingWrite] | None
    View source on GitHub