pub async fn sse_handler(
__arg0: State<ServerState>,
) -> Sse<impl Stream<Item = Result<Event, Infallible>>>Expand description
SSE endpoint for streaming AG-UI events.
pub async fn sse_handler(
__arg0: State<ServerState>,
) -> Sse<impl Stream<Item = Result<Event, Infallible>>>SSE endpoint for streaming AG-UI events.