Skip to main content
ExampleDescription
Nested WorkflowBasic nested workflow: inner research pipeline feeds into outer writing step.
Auto-WrapPass a Workflow directly in the steps list without wrapping in Step().
Event InspectionStream events from nested workflows and inspect nested_depth, workflow_id, and workflow_name.
With ConditionInner workflow contains a Condition step for conditional fact-checking.
With LoopInner workflow contains a Loop step for iterative research refinement.
With RouterInner workflow contains a Router step for topic-based specialist routing.
Deeply Nested (3 Levels)Three levels of nesting with parallel branches at level 2.