ralph-agent-loop 0.4.0

A Rust CLI for managing AI agent loops with a structured JSON task queue
Documentation
1
2
3
4
5
6
7
//! Supervision scenario coverage.
//!
//! Responsibilities:
//! - Register extracted supervision runtime coverage through a thin root module.

#[path = "runtime_tests.rs"]
mod runtime_tests;