ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
pub fn append_to_file(path: &str, msg: &str) -> std::io::Result<()> {
    crate::logger::io::append_to_file(path, msg)
}