astream_events(
self,
input: Any,
config: RunnableConfig | None = None,
*Async-stream events from this remote graph.
For version="v3", awaits to an _AsyncRemoteGraphRunStream, matching
the local Pregel.astream_events(version="v3") awaitable contract:
async with await rg.astream_events(..., version="v3") as run. For
version="v1"/"v2", raises NotImplementedError (use astream).