ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
pub fn strip_ansi_codes(s: &str) -> String {
    crate::logger::runtime::strip_ansi_codes(s)
}