Pydantic Ai Todo banner
vstorm-co vstorm-co

Pydantic Ai Todo

AI community

Description

Task Planning and Tracking toolset for Pydantic AI agents, enabling hierarchical task management with subtasks, PostgreSQL storage for multi-tenancy, and an event system for webhooks and callbacks.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Todo Toolset for Pydantic AI

Task Planning and Tracking for AI Agents

PyPI version Python 3.10+ License: MIT CI Pydantic AI

Capabilities API — plug-and-play with one line  •  Subtasks & Dependencies — hierarchical task management  •  PostgreSQL Storage — persistent multi-tenant tasks  •  Event System — webhooks and callbacks


⬆️ Upstreamed to `pydantic-ai-harness`

Working together with the Pydantic team, we folded this library into the official **[pydantic-ai-harness](https://github.com/pydantic/pydantic-ai-harness)** — it now lives in [`pydantic_ai_harness/planning`](https://github.com/pydantic/pydantic-ai-harness/tree/main/pydantic_ai_harness/planning) ([PR #404](https://github.com/pydantic/pydantic-ai-harness/pull/404), merged), which supersedes this package.

**For new projects, use the harness** — it is maintained by Pydantic alongside Pydantic AI itself. This repository stays on PyPI and keeps working for everyone already depending on it.

from pydantic_ai import Agent
from pydantic_ai_harness.planning import Plannin