| Example | Description |
|---|---|
| Step With Additional Data | Demonstrates custom step executors that consume additional_data in sync and async workflow runs. |
| Step With Class Executor | Demonstrates class-based step executors with sync and async workflow execution. |
| Step With Function | Demonstrates custom function executors in step-based workflows with sync, sync-streaming, and async-streaming runs. |
Getting Started
Step With Function
Runnable workflow examples under: cookbook/04_workflows/01_basic_workflows/02_step_with_function.