bill084153-cell/dsh-knowledge-forge ↗★ 0
dsh-knowledge-forge
Local-first automatic Wiki and Skill distillation for DeepSeek Harness
AI Analysis
核心用途是从历史对话中自动提取、沉淀知识并提炼为 Wiki 或技能。适合需要构建个人本地知识库、让 Agent 越用越聪明的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bill084153-cell/dsh-knowledge-forgeREADME
Read the full README ↗Configuration
The shipped bundle defaults are defined in cordis.patch.yml:
- insert:
- id: knowledge-forge
name: dsh-knowledge-forge
config:
turnThreshold: 5
maxAgeMinutes: 60
retentionDays: 90
maxRetries: 3
A later DSH profile patch can override the plugin row. Available options also include processingLeaseMinutes, candidate and tool preview limits, Wiki context size, and enabled.