ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
//! Child process detection module.

mod macos;
mod ps;

pub use macos::{child_info_from_libproc, child_pid_entry_count};
pub use ps::{parse_pgrep_output, parse_ps_output};