liugu2023/dsh-knowledge-sync0

dsh-knowledge-sync

Freeze each round of a DeepSeek Harness conversation into a knowledge-base document

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

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:liugu2023/dsh-knowledge-sync

Configuration

RowFieldMeaning
knowledgerootWhere documents are written
knowledge-captureenabledFreeze rounds as they end
knowledge-recallannounceTell the model the base exists
sameWorkspaceOnlyLimit recall to the session's own directory
searchLimitResults per search
knowledge-httppathWhere 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.