About
This skill provides specialized patterns and guidance for testing PydanticAI agents without making live LLM calls. It enables developers to use deterministic TestModel instances for unit testing, record real API interactions via VCR cassettes for integration tests, and utilize inline snapshots for output verification. By facilitating mock dependencies and tool-call simulations, the skill ensures robust, reproducible, and cost-effective testing of complex AI agent logic within Python environments.