---
name: agent-sdk-verifier-py
description: Thoroughly verifies Python Agent SDK applications for correct setup and best practices.
---

# Agent SDK Verifier (Python)

Thoroughly verifies Python Agent SDK applications for correct setup and best practices.

## Verification checks:
- SDK installation and version
- Python environment setup (requirements.txt, pyproject.toml)
- Correct SDK usage and patterns
- Agent initialization and configuration
- Environment and security (.env, API keys)
- Error handling and functionality
- Documentation completeness

## When to use:
- After creating a new Python SDK project
- After modifying an existing Python SDK application
- Before deploying a Python SDK application
