Add pydantic-ai plugin (#1202)

This commit is contained in:
Bryan Thompson
2026-04-10 16:51:53 -05:00
committed by GitHub
parent d19dab67e8
commit 76f1e09f07

View File

@@ -1013,6 +1013,18 @@
},
"homepage": "https://www.accoil.com/product-tracking"
},
{
"name": "pydantic-ai",
"description": "Write accurate Pydantic AI code from the start. Up-to-date patterns, decision trees, and common gotchas for agents, tools, structured output, streaming, and multi-agent apps.",
"category": "development",
"source": {
"source": "git-subdir",
"url": "pydantic/skills",
"path": "plugins/ai",
"ref": "main"
},
"homepage": "https://github.com/pydantic/skills/tree/main/plugins/ai"
},
{
"name": "pyright-lsp",
"description": "Python language server (Pyright) for type checking and code intelligence",