LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • 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

    LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-sdk_syncstreamSyncScopedStreamHandle
    Classā—Since v0.3

    SyncScopedStreamHandle

    Copy
    SyncScopedStreamHandle(
      self,
      *,
      thread: SyncThreadStream,
      path: tuple[str, ...

    Constructors

    Attributes

    View source on GitHub
    ]
    ,
    graph_name
    :
    str
    |
    None
    ,
    trigger_call_id
    :
    str
    |
    None
    ,
    max_queue_size
    :
    int
    =
    0
    )
    constructor
    __init__
    NameType
    threadSyncThreadStream
    pathtuple[str, ...]
    graph_namestr | None
    trigger_call_idstr | None
    max_queue_sizeint
    attribute
    path: path
    attribute
    namespace
    attribute
    graph_name: graph_name
    attribute
    trigger_call_id: trigger_call_id
    attribute
    status: SubgraphStatus
    attribute
    error: str | None
    attribute
    messages
    attribute
    tool_calls
    attribute
    subgraphs
    attribute
    subagents
    attribute
    extensions

    Scoped streaming handle for one discovered child invocation.