pub fn spawn_ralph_agent(
config: &SpawnConfig<'_>,
completion_promise: &str,
) -> Result<()>Expand description
Spawn an AI agent in a tmux window with a Ralph retry loop. The agent re-runs until the task is marked done or max iterations reached.