# Python Dependencies for skill_trial.py
#
# System Requirements:
# - Python 3.10 or higher
# - Node.js (required for Claude Code)
# - Claude Code CLI 2.0.0+ (install with: npm install -g @anthropic-ai/claude-code)
#
# Environment Setup:
# - Create a .env file with CLAUDE_API_KEY=your_api_key_here

# Claude Agent SDK - Official Anthropic SDK for programmatic Claude interaction
claude-agent-sdk>=0.1.6

# Python dotenv - Load environment variables from .env file
python-dotenv>=1.0.0
