ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
// Health monitor implementation.
//
// Contains the HealthMonitor struct for tracking parser health.

pub use crate::json_parser::boundary::health_monitor::HealthMonitor;