A request with more than one task gets broken into a dependency graph: independent tasks run in parallel; dependent tasks wait for and merge their inputs.
Demo — illustrative mock data. Live decomposition arrives with the orchestration foundation.
Plan our wedding for 120 guests in Tuscany next September.
Find candidate venues that fit 120 guests, budget, and date.
Independent · starts immediately
Wedding planning (Conductor)Build the guest list and an RSVP tracking plan.
Independent · starts immediately
Wedding planning (Conductor)Allocate the total budget across venue, catering, travel.
Independent · starts immediately
Propose menus per shortlisted venue; pick one direction.
Depends on Task 1
Merge venue, guests, budget, catering into a booking plan.
Depends on Task 1 + Task 2 + Task 3 + Task 4
Wedding planning (Conductor)