pub async fn agent_stream(
__arg0: State<AppState>,
__arg1: Path<String>,
__arg2: Query<FromSeq>,
) -> Sse<impl Stream<Item = Result<Event, Infallible>>>Expand description
GET /api/agents/{id}/stream — replay-then-tail SSE of FleetEvents.