Skip to main content
A Team decides how to coordinate; a Workflow runs the same ordered steps every time. This pipeline always: (1) gathers sources with Parallel Search and Extract, then (2) synthesizes a cited brief from what it found.
research_workflow.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your API keys

4

Run the example

Save the code above as research_workflow.py, then run:
Full source: cookbook/integrations/parallel/07_research_workflow.py