liugu2023/dsh-knowledge-sync ↗★ 0
dsh-knowledge-sync
Freeze each round of a DeepSeek Harness conversation into a knowledge-base document
安装
$
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.