dsh-llm-wiki
A Markdown-first, evidence-grounded LLM wiki plugin for DeepSeek Harness
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗DSH 配置
构建后在 profile 或 bundle 的 cordis.yml 中挂载:
- name: dsh-llm-wiki
config:
root: .dsh/llm-wiki
pythonExecutable: /absolute/path/to/dsh-llm-wiki/.venv/bin/python
# Optional overrides; each provider/model pair must be configured together.
# compilerProvider: deepseek
# compilerModel: deepseek-chat
# visionProvider: openai
# visionModel: gpt-4.1
maxFiles: 2000
maxBytes: 1073741824
maxModelCalls: 200
maxInputTokens: 1000000
webMaxChars: 100000
webMinChars: 200
root 相对于当前 DSH workspace。首次成功写入会把语言锁为 zh-CN。