Expand description
Streaming responses — chunked output for long-running tasks Compatible with HTTP Server-Sent Events (SSE)
Structs§
- Stream
Chunk - Streaming output chunk
Functions§
- collect_
stream - Collect all chunks into a final response
- stream_
channel - Create a streaming channel
Type Aliases§
- Stream
Receiver - Stream receiver — use for WebSocket/SSE responses
- Stream
Sender - Stream sender — used internally by agent loop