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 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 CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    PythonlanggraphTypes

    Types

    Classes

    Class

    RetryPolicy

    Configuration for retrying nodes.

    Class

    CachePolicy

    Configuration for caching nodes.

    Class

    Interrupt

    Information about an interrupt that occurred in a node.

    Class

    PregelTask

    A Pregel task.

    Class

    StateSnapshot

    Snapshot of the state of the graph at the beginning of a step.

    Class

    Send

    A message or packet to send to a specific node in the graph.

    Class

    Command

    One or more commands to update the graph's state and send messages to nodes.

    Class

    Overwrite

    Bypass a reducer and write the wrapped value directly to a BinaryOperatorAggregate channel.

    Types

    Type

    Checkpointer

    Type of the checkpointer to use for a subgraph.

    Constants

    Attribute

    All

    Special value to indicate that graph should interrupt on all nodes.

    Attribute

    StreamMode

    How the stream method should emit outputs.

    Attribute

    StreamWriter

    Callable that accepts a single argument and writes it to the output stream.