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:

Related skills

More from existential-birds/beagle

Installs
203
GitHub Stars
57
First Seen
Jan 20, 2026