Response returned from transports.
API
interface TransportResponse {dispose?: () => void | Promise<void>;events: AsyncIterable < AGUIEvent >;metadata?: TransportMetadata;}dispose
() => void | Promise<void>events
AsyncIterable<AGUIEvent>AG-UI events beginning with a matching RUN_STARTED and ending with RUN_FINISHED or RUN_ERROR for the same run identity.
metadata
TransportMetadata