Skip to content

docs: update subagents docs for PR #14#739

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

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

Conversation

@markbackman
Copy link
Copy Markdown
Contributor

Automated documentation update for pipecat-subagents PR #14.

Changes

Updated all subagents API reference pages to use modern Python 3.11+ type annotation syntax:

Files updated (10 total)

  • api-reference/pipecat-subagents/agent-runner.mdx
  • api-reference/pipecat-subagents/base-agent.mdx
  • api-reference/pipecat-subagents/bus.mdx
  • api-reference/pipecat-subagents/decorators.mdx
  • api-reference/pipecat-subagents/flows-agent.mdx
  • api-reference/pipecat-subagents/llm-agent.mdx
  • api-reference/pipecat-subagents/messages.mdx
  • api-reference/pipecat-subagents/proxy-agents.mdx
  • api-reference/pipecat-subagents/serializers.mdx
  • api-reference/pipecat-subagents/types.mdx

Type annotation modernization

  • Optional[X]X | None (115 occurrences)
  • List[X]list[X] (1 occurrence)

Updated in:

  • <ParamField> type attributes
  • Function/property type signatures in code blocks
  • Type columns in parameter/field tables

Gaps identified

None. All changed source files were mapped to documentation pages, and no guide files referenced the old type syntax.

Update all subagents API reference pages to use modern type annotation
syntax, matching the changes from pipecat-subagents PR #14:
- Optional[X] → X | None
- List[X] → list[X]
- Dict[X, Y] → dict[X, Y]

Updated in ParamField type attributes, code signatures, and parameter tables.
@markbackman markbackman added the auto-docs Automated documentation update from pipecat source changes label Apr 17, 2026
@mintlify
Copy link
Copy Markdown

mintlify bot commented Apr 17, 2026

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

Project Status Preview Updated (UTC)
daily 🟢 Ready View Preview Apr 17, 2026, 1:32 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant