ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
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;