{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/13"},{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/6"}],"enrichment":{"capability":"Adds task planning and tracking tools to Pydantic AI agents, enabling them to create, manage, and complete hierarchical tasks with subtasks, dependencies, and persistent storage.","skillfed_tags":["pydantic-ai-integration","task-planning","agent-tools"],"use_cases":["Enable an AI agent to plan and track subtasks for a complex project, with automatic dependency resolution and cycle detection.","Build a multi-tenant task management system where different users' agents maintain isolated task lists in PostgreSQL.","Integrate task completion events with external webhooks to trigger notifications or downstream workflows when agent-created tasks change state.","Use in-memory task storage for lightweight agent-driven planning in development or single-session scenarios without database setup.","Combine with Pydantic AI's YAML agent definitions to declaratively enable task planning in agent configurations."],"what_it_does":"pydantic-ai-todo is a task management library that plugs into Pydantic AI agents via a single-line Capabilities API. It gives agents the ability to create, read, update, and delete tasks\u2014with optional support for subtasks, task dependencies, and automatic cycle detection. Tasks can be stored in memory (default), async memory, or PostgreSQL with multi-tenant isolation.\n\nThe package provides both a high-level Capabilities API (recommended) and a lower-level Toolset API for integration flexibility. It includes an event system for reacting to task state changes via webhooks and callbacks. Storage backends are pluggable, and the system prompt can be static (for LLM prompt caching) or dynamic (embedding live task lists). Runtime dependencies are pydantic-ai-slim, pydantic, and redis.","worth_installing":"Yes, with conditions. Install if you are building Pydantic AI agents that need task planning, hierarchical task management, or persistent multi-tenant task storage. The low install friction, active maintenance, permissive MIT license, and zero known vulnerabilities make it safe to adopt. Beta status is appropriate for a specialized toolset; verify PostgreSQL backend requirements and compatibility with your Pydantic AI version before production use."},"id":"pydantic-ai-todo","links":{"html":"https://skillfed.io/packages/pydantic-ai-todo","md":"https://skillfed.io/packages/pydantic-ai-todo.md","pypi":"https://pypi.org/project/pydantic-ai-todo/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-22","license_spdx":null,"license_treatment":"permissive","name":"pydantic-ai-todo","python_support":"supports_current","summary":"Todo/task planning toolset for pydantic-ai agents"},"popularity":{"monthly_downloads":317560,"position":7660,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.2.7"}
