liugu2023/dsh-knowledge-sync0

dsh-knowledge-sync

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

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.