EveGoodEvening/dsh-llmwiki ↗★ 0
@evegoodevening/dsh-llmwiki
Local-first, evidence-backed Markdown wiki plugin for DeepSeek Harness
AI 分析
核心用途是构建本地 Markdown 知识库并提供检索。适合需要让 Agent 检索本地文档、提供证据支持的知识管理任务,支持自定义搜索限制。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:EveGoodEvening/dsh-llmwikiドキュメント
README 全文を読む ↗Configuration
All keys are optional; defaults are shown.
| key | type | default | constraint | meaning |
|---|---|---|---|---|
root | string | .llmwiki | non-empty | Wiki root directory, resolved from the process working directory |
maxSourceBytes | integer | 2097152 (2 MiB) | >= 1 | Maximum UTF-8 byte length of a single source content |
maxPageBytes | integer | 524288 (512 KiB) | >= 1 | Maximum rendered byte length of a page body |
maxResults | integer | 20 | 1..100 | Cap on llmwiki_search hits |
maxSnippetBytes | integer | 1200 | 64..16384 | Cap on per-hit snippet length |
commandDiagnosticLimit | integer | 20 | 1..100 | Diagnostics printed by /wiki lint before an omission notice |
Unknown config keys are rejected at load time.