Playbook
Use Parallel for managed research/extraction runs without custom orchestration.- Prefer
parallel_run_task,parallel_search, andparallel_extractfor agent-friendly workflows. - Prefer
parallel_searchfirst for attendee/discovery workflows, thenparallel_extractfor targeted pages. - Use
parallel_run_taskwhen you need synthesized, schema-shaped outputs from multiple sources. - Keep monitor/stream endpoints out of default flows unless a user explicitly needs them.
- Pilot on a small objective first, then widen
max_resultsand scope.