Skip to main content

Module development

Module development 

Source
Expand description

Development phase execution.

This module handles the development phase of the Ralph pipeline, which consists of iterative planning and execution cycles. Each iteration:

  1. Creates a PLAN.md from PROMPT.md
  2. Executes the plan
  3. Deletes PLAN.md
  4. Optionally runs fast checks

Structs§

DevIterationResult
Result of a single development iteration.
DevelopmentResult
Result of the development phase.

Functions§

run_development_iteration_with_xml_retry
Run a single development iteration with XML extraction and XSD validation retry loop.
run_development_phase
Run the development phase.
run_planning_step
Run the planning step to create PLAN.md.