bill084153-cell/dsh-knowledge-forge ↗★ 0
dsh-knowledge-forge
适用于 DeepSeek Harness 的本地优先自动 Wiki 和技能提炼插件。
AI 分析
核心用途是从历史对话中自动提取、沉淀知识并提炼为 Wiki 或技能。适合需要构建个人本地知识库、让 Agent 越用越聪明的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bill084153-cell/dsh-knowledge-forge说明文档
阅读完整 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.