LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
    • Overview
    • Graphs
    • Functional API
    • Pregel
    • Checkpointing
    • Storage
    • Caching
    • Types
    • Runtime
    • Config
    • Errors
    • Constants
    • Channels
    • Agents
    LangGraph Checkpoint
    LangGraph Store
    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

    OverviewGraphsFunctional APIPregelCheckpointingStorageCachingTypesRuntimeConfigErrorsConstantsChannelsAgents
    LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraphlanggraph
    Moduleā—Since v0.1

    langgraph

    Modules

    module
    typing
    module
    runtime
    module
    errors
    module
    constants
    module
    warnings
    module
    callbacks
    module
    version
    module
    types
    module
    config
    module
    stream
    module
    utils
    module
    graph
    module
    channels
    module
    func
    module
    managed
    module
    pregel
    View source on GitHub

    LangGraph specific warnings.

    Graph lifecycle callback interfaces and event payloads.

    This module defines the public callback surface for observing LangGraph-specific lifecycle transitions such as interrupt and resume.

    Exports package version.

    Streaming infrastructure for LangGraph.

    Compile a graph with transformers=[...] and call graph.stream_events(version="v3") / graph.astream_events(version="v3") to drive a transformer pipeline that projects the graph's raw events into ergonomic per-channel streams.

    Legacy utilities module, to be removed in v1.