symmetryseeker/dsh-akn-plugin0

dsh-akn-plugin

Agent Knowledge Network (AKN) for DeepSeek Harness — tool-call-as-knowledge capture, content-addressed immutable KOs, pluggable verification with cascade invalidation. Shared memory substrate & collaboration bus for all DSH agents.

包名
dsh-akn-plugin
版本
0.1.0
许可证
MIT
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:symmetryseeker/dsh-akn-plugin

配置 / Configuration

默认配置开箱即用。需要调整时,在 profile 的 cordis.patch.yml 追加:

- apply:
    plugins:
      akn:
        autoPublish: true            # 是否自动采集工具调用
        bootstrapSeeds: true         # 冷启动注入 23 条种子
        bootstrapTasks: true         # 注入 3 条悬赏任务
        searchDefaultLimit: 20       # akn_search 默认结果上限
        driftCheckOnSearch: false    # 搜索时是否自动标记环境漂移
        statusRank:
          verified: 0
          proposed: 1
          needs_verification: 2
          stale: 3
          draft: 4
          refuted: 5