Pydanticai Docs

Quick reference for Pydantic AI framework

tencentmusic Updated

File contents

Pydantic AI Docs

Quick reference for building agents with Pydantic AI.

Instructions

For detailed information, fetch the full docs at: https://ai.pydantic.dev/llms-full.txt

Quick Examples

Basic Agent:

from pydantic_ai import Agent

agent = Agent('openai:gpt-5.2')
result = agent.run_sync('Your question')

tencentmusic/page-eyes-agent/tree/main/tests/skills/pydanticai-docs commit 38d459724d

Frequently asked questions

npx skillmds@latest add tencentmusic/pydanticai-docs