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/08/18

インストール

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

ドキュメント

README 全文を読む ↗

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.