Skip to main content

Module streaming

Module streaming 

Source
Expand description

Live streaming infrastructure for Sparrow.

Provides channels for real-time event streaming and a LiveDisplay that renders progress bars, spinners, and status updates in the terminal.

Modules§

lane
Multi-agent lane display for streaming output.
progress
Progress tracking for streaming tasks.

Structs§

LiveDisplay
Live terminal display for streaming task execution.
StreamReceiver
Receiver side with live terminal display.
StreamSender
Sender side of the stream channel.

Enums§

StreamEvent
Events emitted during task execution.

Functions§

create_channel
Create a streaming channel pair.