Skip to main content

bamboo_agent/agent/loop_module/stream/
mod.rs

1//! Streaming response handling
2//!
3//! This module provides handlers for streaming agent responses over HTTP
4//! using Server-Sent Events (SSE).
5
6pub mod handler;