ralph-workflow 0.7.18

PROMPT-driven multi-agent orchestrator for git repos
Documentation
1
2
3
4
5
6
7
8
9
10
//! Analysis agent prompt generation.
//!
//! The analysis agent produces an objective assessment of development progress
//! by comparing the git diff against the original PLAN.md.

mod fix_analysis_prompt;
mod system_prompt;

pub use fix_analysis_prompt::generate_fix_analysis_prompt;
pub use system_prompt::generate_analysis_prompt;