astream_events(
self,
input: InputT | Command | None,
config: RunnableConfigAsync variant of stream_events.
For version="v3", returns an AsyncGraphRunStream whose
projections can be awaited concurrently; each subscribed cursor
drives the pump when its buffer is empty. The same nesting
limitation as the sync path applies — see stream_events for
details.
The version="v3" API is experimental and may change.
See stream_events for full argument and return documentation.