fix: 修复 NameError/状态污染/类型标注/统计; 补全练习与 main; 新增 config/.gitignore/requirements; 文档统一

This commit is contained in:
agent
2026-06-02 13:44:46 +08:00
parent ef876a22d1
commit 908431e25f
23 changed files with 919 additions and 77 deletions
+15
View File
@@ -0,0 +1,15 @@
# 基础依赖(Step 01-04 仅标准库,无需安装)
# 进阶依赖(按需安装)
#
# 复制 .env.example 为 .env 后填入真实 key
# 然后按需取消注释:
# LLM 客户端(Step 03+ 接 LLM 时需要)
# openai>=1.30.0
# anthropic>=0.30.0
# 向量数据库(Step 05 RAG 时需要)
# chromadb>=0.5.0
# Embedding 模型(Step 05 RAG 时需要)
# sentence-transformers>=2.7.0