Documentation
¶
Overview ¶
This example demonstrates a Flow (DAG) process with parallel execution.
The Researcher task runs first, then DataAnalyst and Writer run in parallel — both depend on the Researcher output but are independent of each other.
Usage:
OPENAI_API_KEY=sk-... go run ./examples/process/flow/
Click to show internal directories.
Click to hide internal directories.