Expand description
Streaming abstraction — channel-based streaming for agent output.
Provides StreamingSender and StreamingReceiver for streaming
text chunks and tool results from agent execution.
Structs§
- Streaming
Receiver - Receiver side — used by UI/consumer to read chunks.
- Streaming
Sender - Sender side — used by agent loop to emit chunks.
Enums§
- Stream
Chunk - A chunk of streaming output.
Functions§
- streaming_
channel - Create a streaming channel pair.