Merge pull request #3883 from pipecat-ai/aleix/queue-frame-direction

Add direction parameter to PipelineTask.queue_frame() and queue_frames()
This commit is contained in:
Aleix Conchillo Flaqué
2026-03-01 06:04:28 -08:00
committed by GitHub
5 changed files with 759 additions and 557 deletions

1
changelog/3883.added.md Normal file
View File

@@ -0,0 +1 @@
- Added optional `direction` parameter to `PipelineTask.queue_frame()` and `PipelineTask.queue_frames()`, allowing frames to be pushed upstream from the end of the pipeline.