EveGoodEvening/dsh-llmwiki0

@evegoodevening/dsh-llmwiki

Local-first, evidence-backed Markdown wiki plugin for DeepSeek Harness

AI 分析

核心用途是构建本地 Markdown 知识库并提供检索。适合需要让 Agent 检索本地文档、提供证据支持的知识管理任务,支持自定义搜索限制。

パッケージ
@evegoodevening/dsh-llmwiki
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/16

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:EveGoodEvening/dsh-llmwiki

ドキュメント

README 全文を読む ↗

Configuration

All keys are optional; defaults are shown.

keytypedefaultconstraintmeaning
rootstring.llmwikinon-emptyWiki root directory, resolved from the process working directory
maxSourceBytesinteger2097152 (2 MiB)>= 1Maximum UTF-8 byte length of a single source content
maxPageBytesinteger524288 (512 KiB)>= 1Maximum rendered byte length of a page body
maxResultsinteger201..100Cap on llmwiki_search hits
maxSnippetBytesinteger120064..16384Cap on per-hit snippet length
commandDiagnosticLimitinteger201..100Diagnostics printed by /wiki lint before an omission notice

Unknown config keys are rejected at load time.