agentic-server-core 0.5.0

Framework-agnostic core library for agentic-api
Documentation
1
2
3
4
5
pub mod normalize;
pub mod types;

pub use normalize::normalize_sse_line;
pub use types::{EventFrame, EventPayload, SSEEventType, SSEItemType, WireEvent};