{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/15"},{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/7"}],"enrichment":{"capability":"Adds multi-agent delegation to Pydantic AI agents, letting you spawn and coordinate specialist subagents that run synchronously, asynchronously, or in auto-selected mode with built-in token tracking and task cancellation.","skillfed_tags":["multi-agent-orchestration","task-delegation","pydantic-ai-extension"],"use_cases":["Research assistant that delegates to specialist researchers, then synthesizes findings with a writer agent.","Code review system with parallel security, style, and performance agents analyzing the same code.","Content pipeline where a researcher gathers data, an analyst processes it, and a writer produces output.","Customer support router that delegates billing, technical, and sales inquiries to focused agents.","Data processing system that spawns worker agents dynamically based on input volume or complexity.","Document analysis workflow extracting, summarizing, and categorizing content with focused agents."],"what_it_does":"Subagents for Pydantic AI is a library that extends Pydantic AI agents with the ability to delegate work to specialist subagents. Instead of a single agent handling all tasks, you can define multiple subagents with specific roles (researcher, writer, analyst, etc.) and have the parent agent coordinate them. The library handles three execution modes: sync (blocking until the subagent finishes), async (spawning background tasks and checking results later), and auto (letting the system pick the best mode based on task characteristics).\n\nThe package provides two main APIs: a high-level Capabilities API that automatically wires up delegation tools and system prompts, and a lower-level Toolset API for fine-grained control. It also supports dynamic agent creation at runtime, enabling the parent agent to spawn new specialists on demand. Built-in features include token tracking across delegated tasks, cooperative task cancellation, subagent-to-parent question-asking, and message steering for running background tasks.","worth_installing":"Yes, if you are building multi-agent systems on top of Pydantic AI. The library is actively maintained, has no known vulnerabilities, low install friction, and a permissive MIT license. It is still in Beta (0.2.18) and relatively new (first release January 2026), so expect API refinement; verify compatibility with your specific Pydantic AI version before committing to production use."},"id":"subagents-pydantic-ai","links":{"html":"https://skillfed.io/packages/subagents-pydantic-ai","md":"https://skillfed.io/packages/subagents-pydantic-ai.md","pypi":"https://pypi.org/project/subagents-pydantic-ai/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-05","license_spdx":null,"license_treatment":"permissive","name":"subagents-pydantic-ai","python_support":"supports_current","summary":"Subagent toolset for pydantic-ai with dual-mode execution and dynamic agent creation"},"popularity":{"monthly_downloads":242459,"position":8855,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.18"}
