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
8
9
10
11
12
13
//! Runner management command implementations.
//!
//! Responsibilities:
//! - Provide handlers for runner CLI subcommands.
//! - Expose capability data for CLI and potential future use.
//!
//! Not handled here:
//! - CLI argument parsing (see cli/runner.rs).
//! - Runner execution (see runner/ module).

pub mod capabilities;
pub mod detection;
pub mod list;