ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Health module tests.

#[cfg(test)]
mod tests {
    use crate::json_parser::health::{
        HealthMonitor, ParserHealth, StreamingPattern, StreamingQualityMetrics,
    };
    use crate::logger::Colors;

    include!("io_tests/parser_health.rs");
    include!("io_tests/streaming_quality_metrics.rs");
}