nexus-agents - v2.80.0
    Preparing search index...

    Type Alias StreamState

    StreamState:
        | "idle"
        | "streaming"
        | "paused"
        | "cancelled"
        | "completed"
        | "error"

    State of a stream controller.