Skip to content

docs: update subagents docs for PR #16#750

Open
markbackman wants to merge 1 commit intomainfrom
docs/subagents-pr-16
Open

docs: update subagents docs for PR #16#750
markbackman wants to merge 1 commit intomainfrom
docs/subagents-pr-16

Conversation

@markbackman
Copy link
Copy Markdown
Contributor

Automated documentation update for pipecat-subagents PR #16.

Changes

api-reference/pipecat-subagents/decorators.mdx

  • Removed parallel parameter from @task decorator Parameters section
  • Removed code example showing @task(name="research", parallel=True)
  • Added note clarifying that each task request runs in its own asyncio task and multiple tasks can be in flight simultaneously

subagents/learn/task-coordination.mdx

  • Removed section explaining parallel=True parameter (lines 91-98)
  • Updated note in "Overriding on_task_request" section to remove reference to @task(parallel=True)

Summary

PR #16 removed the parallel parameter from the @task decorator because all task handlers now always run in their own asyncio task by default. This was a breaking change that simplifies the API while ensuring the bus message loop is never blocked.

Gaps identified

None. All relevant documentation has been updated.

Updates documentation to reflect that all task handlers now always run in their own asyncio task.

Changes:
- Removed parallel parameter from @task decorator documentation
- Removed code examples showing parallel=True
- Added note clarifying that all task handlers run in their own asyncio task
- Updated task coordination guide to remove parallel parameter references

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@markbackman markbackman added the auto-docs Automated documentation update from pipecat source changes label Apr 20, 2026
@mintlify
Copy link
Copy Markdown

mintlify bot commented Apr 20, 2026

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

Project Status Preview Updated (UTC)
daily 🟢 Ready View Preview Apr 20, 2026, 1:50 PM

💡 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 subagents

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant