Skip to main content
Use Loop to repeat steps until they produce what you need. An end condition checks each iteration’s output, and max_iterations caps how many times the loop can run. When to use: Iterative refinement, research gathering, or another process whose end condition depends on the generated content. Install dependencies:
loop_steps_workflow.py