FlyAIBox/dsh-llm-wiki1

dsh-llm-wiki

A Markdown-first, evidence-grounded LLM wiki plugin for DeepSeek Harness

AI Analysis

核心用途是为 LLM 提供基于 Markdown 的本地知识库检索。适合需要在多轮对话中让 Agent 检索并参考本地文档证据的用户,配置时需指定 Python 执行路径及知识库根目录。

Package
dsh-llm-wiki
Version
0.1.0
License
MIT
Last updated
Aug 21, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full 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