ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
//! Production monitoring and metrics.
//!
//! This module provides observability features for production deployments.
//! All monitoring features are gated behind the `monitoring` feature flag.

#[cfg(feature = "monitoring")]
pub mod memory_metrics;