Skip to content

v0.3.2 · Initial public release

Choose a tag to compare

@CharlotteLiii CharlotteLiii released this 04 Jul 12:20

🎉 Knowledge Iteration System - 首次公开发布 / Initial public release

四层知识蒸馏系统首次开源,包含完整跨平台工具链。
First open-source release of the four-layer knowledge distillation system, with a complete cross-platform toolchain.

✨ 核心特性 / Highlights

  • 13 个 Python 脚本 覆盖每日蒸馏、周报、Clipping 提炼、想法追踪、Skill 检测、链接建议、升级路线图、反馈回流、季度审计
  • 跨平台自动化 — macOS LaunchAgent / Linux cron / Windows Task Scheduler
  • 可选 LLM 兜底 — 默认关闭;配置 API key(智谱 GLM / OpenAI / DeepSeek)后自动启用
  • 9 步全量流水线 — 一条 run_all.py 跑完
  • 隐私优先 — 本地分析为主,只在明确配置时调用外部 API
  • 诚实标注 — AI 补的字段标记为「AI 分析结果」,无法确定则保留「待补充」
  • 双语 README — 中文 + English

📦 What's inside

  • 13 Python scripts + 3 installation scripts (bash / PowerShell)
  • 6 reference docs + 9 markdown templates
  • Bilingual README (中文 + English)
  • MIT License

🚀 快速开始 / Quick start

git clone https://github.com/CharlotteLiii/knowledge-iteration-system.git
cd knowledge-iteration-system
cp -R scripts /path/to/your/vault/
cp .env.example /path/to/your/vault/.env
cd /path/to/your/vault
python3 scripts/setup_preflight.py --create-missing
python3 scripts/run_all.py

详细文档见 README.md / README.en.md