liugu2023/dsh-knowledge-sync ↗★ 0
dsh-knowledge-sync
将 DeepSeek Harness 对话的每一轮交互冻结并同步为知识库文档的插件。
AI 分析
核心用途是自动构建本地知识库。适合希望将与智能体的对话过程自动沉淀为本地 Markdown 文档,以便后续进行知识检索和复用的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:liugu2023/dsh-knowledge-sync說明文件
閱讀完整 README ↗Configuration
| Row | Field | Meaning |
|---|---|---|
knowledge | root | Where documents are written |
knowledge-capture | enabled | Freeze rounds as they end |
knowledge-recall | announce | Tell the model the base exists |
sameWorkspaceOnly | Limit recall to the session's own directory | |
searchLimit | Results per search | |
knowledge-http | path | Where the page reads from |
Each row is independent: drop knowledge-http in a composition with no web server, or knowledge-recall to record without offering recall, and the rest still works.