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-sdkstreamdecodersExtensionsDecoder
    Class●Since v0.4

    ExtensionsDecoder

    Copy
    ExtensionsDecoder(
        self,
        name: str,
    )

    Constructors

    Methods

    View source on GitHub

    Parameters

    NameTypeDescription
    name*str

    The extension name. Only custom events whose data["name"] matches are consumed.

    constructor
    __init__
    NameType
    namestr
    method
    feed

    Yields params.data from one named custom channel.

    Mirrors _ExtensionProjection._iter (_async/stream.py:1278-1299), with an added name filter so it can share one subscription in interleave.