analysis_claude_code/.env.example
CrazyBoyM 120cf7ac99 refactor: remove multi-provider support, use Anthropic SDK directly
- Remove provider_utils.py (241 lines of adapter code)
- Simplify all agent files to use Anthropic SDK directly
- Update model to claude-sonnet-4-5-20250929
- Add python-dotenv with override=True (.env takes priority over env vars)
- Simplify .env.example to only require ANTHROPIC_API_KEY

This keeps the codebase focused on teaching agent concepts
rather than API compatibility layers. Users who need other
providers can use tools like litellm or one-api.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-24 23:33:32 +08:00

4 lines
110 B
Plaintext

# Anthropic API Key (required)
# Get your key at: https://console.anthropic.com/
ANTHROPIC_API_KEY=sk-ant-xxx