1 2 3 4 5
// Boundary module: streaming I/O for agent output. // File named io.rs — recognized as boundary module by forbid_io_effects lint. // Contains streaming output parsing that requires mutable parser state. pub mod streaming;