Skip to main content
Put a Parallel block inside a Loop to run several research steps at once on each iteration. The end condition checks the combined output and decides whether the loop needs another pass. When to use: A loop whose iteration contains independent tasks that can run concurrently before the end condition is evaluated. Install dependencies:
loop_with_parallel_steps_stream.py