This repository was archived by the owner on Jul 5, 2026. It is now read-only.
Commit b2e1119
committed
Add multi-worker handoff example combining Flows with the worker framework
Adds examples/multi_worker_handoff.py demonstrating how Pipecat Flows
composes with Pipecat's multi-worker framework. A free-form LLMWorker
router hands off to and from a structured Flows reservation worker over
the bus, sharing a single conversation context. The reservation worker is
built as a plain PipelineWorker with a FlowManager wired onto it and the
flow (re)initialized from its on_activated event handler.
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent 4fa5cf3 commit b2e1119
3 files changed
Lines changed: 469 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
0 commit comments