pydantic-ai-agent-creation

Installation
SKILL.md

Creating PydanticAI Agents

Quick Start

from pydantic_ai import Agent

# Minimal agent (text output)
agent = Agent('openai:gpt-4o')
result = agent.run_sync('Hello!')
print(result.output)  # str

Model Selection

Model strings follow provider:model-name format:

Installs
215
GitHub Stars
61
First Seen
Jan 20, 2026
pydantic-ai-agent-creation — existential-birds/beagle