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.

AI 分析

为多个 DSH 代理构建统一、可验证的共享知识库,避免重复推理。适合运行复杂多智能体协作、需要沉淀和共享执行经验的场景。

パッケージ
dsh-akn-plugin
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/18

インストール

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

ドキュメント

README 全文を読む ↗

配置 / 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