mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-02-04 13:16:37 +08:00
- 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>
4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
# Anthropic API Key (required)
|
|
# Get your key at: https://console.anthropic.com/
|
|
ANTHROPIC_API_KEY=sk-ant-xxx
|