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.checkpointbaseCheckpointMetadatasource
    Attribute●Since v1.0

    source

    The source of the checkpoint.

    • "input": The checkpoint was created from an input to invoke/stream/batch.
    • "loop": The checkpoint was created from inside the pregel loop.
    • "update": The checkpoint was created from a manual state update.
    • "fork": The checkpoint was created as a copy of another checkpoint.
    Copy
    source: Literal['input', 'loop', 'update', 'fork']
    View source on GitHub