liugu2023/dsh-knowledge-sync0

dsh-knowledge-sync

将 DeepSeek Harness 对话的每一轮交互冻结并同步为知识库文档的插件。

AI 分析

核心用途是自动构建本地知识库。适合希望将与智能体的对话过程自动沉淀为本地 Markdown 文档,以便后续进行知识检索和复用的用户。

套件
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.