|
| 1 | +// Auto-generated by workbench/scripts/generate-workflows-registry.js |
| 2 | +// Do not edit this file manually - it will be regenerated on build |
| 3 | + |
| 4 | +import * as workflow_0_demo from './workflows/0_demo.js'; |
| 5 | +import * as workflow_1_simple from './workflows/1_simple.js'; |
| 6 | +import * as workflow_2_control_flow from './workflows/2_control_flow.js'; |
| 7 | +import * as workflow_3_streams from './workflows/3_streams.js'; |
| 8 | +import * as workflow_4_ai from './workflows/4_ai.js'; |
| 9 | +import * as workflow_5_hooks from './workflows/5_hooks.js'; |
| 10 | +import * as workflow_6_batching from './workflows/6_batching.js'; |
| 11 | +import * as workflow_7_full from './workflows/7_full.js'; |
| 12 | +import * as workflow_98_duplicate_case from './workflows/98_duplicate_case.js'; |
| 13 | +import * as workflow_99_e2e from './workflows/99_e2e.js'; |
| 14 | + |
| 15 | +export const allWorkflows = { |
| 16 | + 'workflows/0_demo.ts': workflow_0_demo, |
| 17 | + 'workflows/1_simple.ts': workflow_1_simple, |
| 18 | + 'workflows/2_control_flow.ts': workflow_2_control_flow, |
| 19 | + 'workflows/3_streams.ts': workflow_3_streams, |
| 20 | + 'workflows/4_ai.ts': workflow_4_ai, |
| 21 | + 'workflows/5_hooks.ts': workflow_5_hooks, |
| 22 | + 'workflows/6_batching.ts': workflow_6_batching, |
| 23 | + 'workflows/7_full.ts': workflow_7_full, |
| 24 | + 'workflows/98_duplicate_case.ts': workflow_98_duplicate_case, |
| 25 | + 'workflows/99_e2e.ts': workflow_99_e2e, |
| 26 | +} as const; |
0 commit comments