mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-02-04 05:06:39 +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>
3 lines
39 B
Plaintext
3 lines
39 B
Plaintext
anthropic>=0.25.0
|
|
python-dotenv>=1.0.0
|