ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
pub fn stdout_write_line(msg: &str) -> std::io::Result<()> {
    crate::logger::runtime::stdout_write_line(msg)
}

pub fn stderr_write_line(msg: &str) -> std::io::Result<()> {
    crate::logger::runtime::stderr_write_line(msg)
}