Skip to content

docs: update for pipecat-flows PR #277#857

Open
markbackman wants to merge 1 commit into
mainfrom
docs/flows-pr-277
Open

docs: update for pipecat-flows PR #277#857
markbackman wants to merge 1 commit into
mainfrom
docs/flows-pr-277

Conversation

@markbackman
Copy link
Copy Markdown
Contributor

Automated documentation update for pipecat-flows PR #277.

Changes

API Reference

  • api-reference/pipecat-flows/flow-manager.mdx
    • Added worker parameter (required) to replace deprecated task parameter
    • Added deprecation notice for task parameter
    • Added new worker property documentation
    • Updated task property with deprecation warning and backward compatibility note
    • Updated all code examples to use worker instead of task

Guides

  • pipecat-flows/guides/state-management.mdx

    • Updated FlowManager initialization examples to use worker parameter
    • Updated variable names from task to worker for clarity
  • pipecat-flows/guides/quickstart.mdx

    • Updated variable name from task to worker
    • Updated FlowManager initialization to use worker parameter
    • Updated WorkerRunner usage to use new pattern: runner.add_workers(worker) + runner.run()

Gaps identified

None — all documentation changes align with the API migration in PR #277.

Update FlowManager documentation to reflect the migration from PipelineTask
to PipelineWorker introduced in pipecat-flows PR #277.

Changes:
- Add `worker` parameter to FlowManager (replaces `task`)
- Mark `task` parameter as deprecated
- Add `worker` property documentation
- Mark `task` property as deprecated with backward compatibility note
- Update all code examples to use `worker` instead of `task`
- Update WorkerRunner usage in quickstart (add_workers + run pattern)

Files updated:
- api-reference/pipecat-flows/flow-manager.mdx
- pipecat-flows/guides/state-management.mdx
- pipecat-flows/guides/quickstart.mdx
@markbackman markbackman added auto-docs Automated documentation update from pipecat source changes flows labels May 30, 2026
@mintlify
Copy link
Copy Markdown

mintlify Bot commented May 30, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
daily 🟢 Ready View Preview May 30, 2026, 12:19 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

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 flows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant