pydanticpydanticOfficialยท1 Agent Skills Included

talks

Conference demos and examples for building Python data agents

Collects self-contained conference talk materials on Pydantic, PydanticAI, and Logfire, including working example agents, MCP servers, and slide decks. Demonstrates real workflows like querying a World Cup SQLite database, analyzing ecommerce data, and building weather agents with typed Python code. Includes a reusable deckx skill that turns MDX files and brand palettes into styled HTML and PDF slide decks.
npx skills add pydantic/talks --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install pydantic talks?โ–ผ

Run `npx skills add pydantic/talks --all -g -y` in your terminal to install all skills from this repository globally.

What is in the pydantic talks repository?โ–ผ

It contains self-contained conference talk materials about Pydantic, PydanticAI, and Logfire, each with runnable example agents, slides, and demo databases.

How to build slide decks with the deckx skill?โ–ผ

The deckx skill builds a self-contained HTML slide deck from one MDX file plus a CSS theme, then converts it to PDF via Chrome headless with a single command.

Can I learn PydanticAI from these examples?โ–ผ

Yes. Each talk folder includes working Python agents, such as weather agents and database-querying assistants, that you can run and study directly.

Do the World Cup examples need a database setup?โ–ผ

The examples ship with a build script that creates the SQLite database, and the included instructions guide your agent to query it with SQL.

Related Repositories in Education & Research

View All in Education & Researchโ†’