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
    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
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraphstreamrun_streamSubgraphRunStream
    Class●Since v1.1

    SubgraphRunStream

    Copy
    SubgraphRunStream(
      self,
      mux: StreamMux,
      values_transformer: ValuesTransformer,
      *,
      path: tuple[

    Bases

    GraphRunStream_SubgraphRunStreamMixin

    Constructors

    Attributes

    Inherited fromGraphRunStream

    Attributes

    Aextensions: Mapping[str, Any]Aoutput: dict[str, Any] | None
    —

    Drive the run to completion and return the final state.

    Ainterrupted: bool
    —

    Drive the run to completion, then return whether it was

    A
    View source on GitHub
    str
    ,
    .
    .
    .
    ]
    ,
    graph_name
    :
    str
    |
    None
    =
    None
    ,
    trigger_call_id
    :
    str
    |
    None
    =
    None
    )
    interrupts
    : list[Any]
    —

    Drive the run to completion, then return interrupt payloads.

    Methods

    Mabort
    —

    Stop the run early.

    Minterleave
    —

    Iterate multiple projections round-robin, yielding (name, item).

    constructor
    __init__
    NameType
    muxStreamMux
    values_transformerValuesTransformer
    pathtuple[str, ...]
    graph_namestr | None
    trigger_call_idstr | None
    attribute
    path: path
    attribute
    graph_name: graph_name
    attribute
    trigger_call_id: trigger_call_id
    attribute
    status: str
    attribute
    error: None

    Sync handle for a discovered subgraph (extends GraphRunStream).