mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-02-04 13:16:37 +08:00
- Remove all reverse-engineered Claude Code source code - Replace with 100% original educational content from mini-claude-code - Add clear disclaimer: independent project, not affiliated with Anthropic - 5 progressive agent implementations (v0-v4, ~1100 lines total) - Include agent-builder skill for teaching agent construction - Bilingual documentation (EN + ZH) This repository now focuses purely on teaching how modern AI agents work through original, from-scratch implementations. Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
131 B
Plaintext
5 lines
131 B
Plaintext
# API Configuration
|
|
ANTHROPIC_API_KEY=sk-xxx
|
|
ANTHROPIC_BASE_URL=https://api.moonshot.cn/anthropic
|
|
MODEL_NAME=kimi-k2-turbo-preview
|