Files
pipecat/changelog/4449.changed.md
Aleix Conchillo Flaqué 77058b01c4 Add changelog for #4449
2026-05-10 20:34:52 -07:00

391 B

  • Moved create_task, cancel_task, the task_manager property, and setup(task_manager) up from FrameProcessor to BaseObject. Custom BaseObject subclasses (turn strategies, controllers, etc.) now inherit these methods directly instead of reimplementing the task manager wiring. Owners propagate the task manager to their child BaseObjects via await child.setup(task_manager).