Module ralph

Module ralph 

Source
Expand description

Ralph mode - Sequential iteration loop with fresh context per task

Implements the Ralph methodology:

  1. Fresh context each iteration - spawns new agent each time
  2. One task per loop - focus, complete, validate
  3. Backpressure - tests/lint force self-correction

Ralph is essentially “swarm with round_size=1” - it processes tasks sequentially with validation between each task.

Functions§

run