pi_agent_rust 0.1.13

High-performance AI coding agent CLI - Rust port of Pi Agent
Documentation
1
2
3
4
5
6
//! HTTP SSE compatibility module.
//!
//! `crate::sse` is the canonical SSE implementation. This module exists only
//! to provide the stable `crate::http::sse::*` path.

pub use crate::sse::{SseEvent, SseParser, SseStream};