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-sdkstreamtransportbaseEventStreamHandle
    Class●Since v0.3

    EventStreamHandle

    Copy
    EventStreamHandle(
      self,
      events: AsyncIterator[Event],
      ready: asyncio.Future[None],
      done: asyncio

    Constructors

    Attributes

    View source on GitHub
    .
    Future
    [
    BaseException
    |
    None
    ]
    ,
    close
    :
    Callable
    [
    [
    ]
    ,
    Awaitable
    [
    None
    ]
    ]
    )
    constructor
    __init__
    NameType
    eventsAsyncIterator[Event]
    readyasyncio.Future[None]
    doneasyncio.Future[BaseException | None]
    closeCallable[[], Awaitable[None]]
    attribute
    events: AsyncIterator[Event]
    attribute
    ready: asyncio.Future[None]
    attribute
    done: asyncio.Future[BaseException | None]
    attribute
    close: Callable[[], Awaitable[None]]

    Handle for one async filtered event stream.