Skip to main content
Run multiple steps at the same time. All steps receive the same input.

How It Works

  1. All three analysts receive the same input.
  2. They execute concurrently (asyncio tasks).
  3. Results are combined as [step_name]: content in the output.

Limiting Concurrency

Parallel + Sequential

Combine parallel and sequential steps: