bill084153-cell/dsh-knowledge-forge0

dsh-knowledge-forge

适用于 DeepSeek Harness 的本地优先自动 Wiki 和技能提炼插件。

AI 分析

核心用途是从历史对话中自动提取、沉淀知识并提炼为 Wiki 或技能。适合需要构建个人本地知识库、让 Agent 越用越聪明的用户。

包名
dsh-knowledge-forge
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bill084153-cell/dsh-knowledge-forge

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.