ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
8
9
//! Process executor utilities in the runtime boundary.
//!
//! This module re-exports the main process executor types for use
//! in boundary composition.

pub use crate::executor::{ProcessExecutor, ProcessOutput};

/// Trait for process execution, allowing testability.
pub use crate::executor::ProcessExecutor as Executor;