ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
// Re-export common types for test modules
pub use crate::agents::AgentRole;
pub use crate::common::domain_types::AgentName;
pub use crate::reducer::effect::Effect;
pub use crate::reducer::event::{PipelineEvent, PipelinePhase};
pub use crate::reducer::io_tests::create_test_state;
pub use crate::reducer::orchestration::determine_next_effect;
pub use crate::reducer::orchestration::phase_effects::determine_next_effect_for_phase;
pub use crate::reducer::state::{AgentChainState, CommitState, PipelineState, PromptMode};
pub use crate::reducer::state_reduction::reduce;

mod cloud_push;
mod commit_phase;
mod development_phase;
mod interrupted_phase;
mod pipeline_flow;
mod planning_phase;
mod prompt_permissions;
mod recovery_flow;
mod resume_boundary;
mod retry_cleans_xml;
mod review_phase;