agent-sdk-verifier-py · git:20260709.a9f43d7 · 2026-07-09 · sha256 084df34ad5d55173
agent-sdk-verifier-py git:20260709.a9f43d7A
Immutable. This exact content is served forever at /api/v1/blob/084df34ad5d55173.
--- 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