Skip to content

docs: update for pipecat PR #4815#937

Open
pipecat-docs-bot[bot] wants to merge 1 commit into
mainfrom
docs/pr-4815
Open

docs: update for pipecat PR #4815#937
pipecat-docs-bot[bot] wants to merge 1 commit into
mainfrom
docs/pr-4815

Conversation

@pipecat-docs-bot

Copy link
Copy Markdown

Automated documentation update for pipecat PR #4815.

Changes

Updated API reference pages

  • api-reference/server/workers/runner.mdx — Added task_manager and check_dangling_tasks parameters; marked loop parameter as deprecated (1.5.0, removed in 2.0.0)
  • api-reference/server/pipeline/pipeline-worker.mdx — Updated check_dangling_tasks description to clarify that it only applies when the worker owns its task manager
  • api-reference/server/workers/base-worker.mdx — Added task_manager and check_dangling_tasks parameters

Summary of pipecat PR #4815

The PR introduces injectable task managers to allow sharing a single event loop and context across the runner and all workers:

  • TaskManager can now be constructed with an event loop and optional contextvars.Context
  • WorkerRunner accepts a task_manager parameter (replaces the deprecated loop parameter)
  • Both WorkerRunner and BaseWorker accept a check_dangling_tasks parameter
  • Workers that share the runner's task manager no longer report dangling tasks (the runner reports them instead)

Gaps identified

None — all relevant public API changes are documented.

Updates API reference for WorkerRunner, PipelineWorker, and BaseWorker
to reflect the task manager injection changes:

- WorkerRunner: Added task_manager and check_dangling_tasks parameters;
  deprecated loop parameter
- PipelineWorker: Updated check_dangling_tasks description to clarify
  ownership semantics
- BaseWorker: Added task_manager and check_dangling_tasks parameters

Corresponding to changes in pipecat-ai/pipecat#4815
@pipecat-docs-bot pipecat-docs-bot Bot added auto-docs Automated documentation update from pipecat source changes pipecat labels Jun 23, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🔍 Mintlify preview for this branch: https://daily-docs-pr-4815.mintlify.app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-docs Automated documentation update from pipecat source changes pipecat

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant