Vesna-Strivozha/DSH-LLM-wiki-plugin 预览 preview

Vesna-Strivozha/DSH-LLM-wiki-plugin

插件Plugin ⭐ 3 MIT

LLM Wiki turns DeepSeek Harness into a lightweight Obsidian: you drop source files in, the LLM incrementally builds and maintains a persistent, interlinked wiki, and you then ask questions in the chat that are grounded in your knowledge base — with page citations.

catalog 简介 / catalog descriptioncatalog description:基于Karpathy的wiki方法论搭建的插件,让你的DSH直接变身成LLM wiki,不需要Obsidian+Claudian插件,国内网络友好

项目介绍Project Overview

DSH LLM Wiki 是 DeepSeek Harness 的 Obsidian 风格个人知识库插件。放入源文件后,LLM 会增量生成并维护持久、互链的 wiki 页面,支持图谱、lint、PDF 提取,以及带页面引用的聊天问答。适合把零散资料整理成可检索知识库。问答需在 agent 预设中加入 wiki_query 工具。

DSH LLM Wiki is an Obsidian-style personal knowledge-base plugin for DeepSeek Harness. It ingests source files and lets the LLM incrementally build and maintain a persistent, interlinked wiki, with a knowledge graph, lint checks, PDF extraction, and chat Q&A grounded in page citations. Use it to turn scattered materials into a searchable knowledge base. Chat answers require adding the wiki_query tool to an agent preset.

或使用命令行安装(适合开发者)Or use CLI install (for developers)

命令行安装CLI Install

dsh plugin --profile web add @vesna-strivozha-2026/dsh-llm-wiki

Vesna-Strivozha/DSH-LLM-wiki-plugin 加入你的 DSH 配置(web profile)即可启用。

READMEREADME

DSH LLM Wiki Plugin

An Obsidian-style personal knowledge base for DeepSeek Harness.

LLM Wiki turns DeepSeek Harness into a lightweight Obsidian: you drop source files in, the LLM incrementally builds and maintains a persistent, interlinked wiki, and you then ask questions in the chat that are grounded in your knowledge base — with page citations.

English | 中文


Features

Feature What it does
🗂 One-click workspace Pick a directory and build the wiki skeleton (raw/, wiki/, index.md, log.md, schema.md).
📥 Upload + confirm Drag or select files, review them in a confirm dialog, then write to raw/.
🧠 Auto-ingest The LLM reads raw/ and generates/updates wiki/ pages, with a progress bar and PDF text extraction.
🕸 Knowledge graph Force-directed graph of [[wikilinks]] with zoom/pan and click-to-open.
🩺 Self-check (lint) Reports orphan pages, isolated pages, and dead links.
📖 Read in place Markdown renderer plus an inline PDF viewer.
💬 Chat-grounded Q&A The wiki_query tool and a prompt section answer questions with page citations.

Screenshots

LLM Wiki panel LLM Wiki panel
LLM Wiki panel LLM Wiki panel
LLM Wiki panel LLM Wiki panel

Install

dsh plugin --profile <name> add @vesna-strivozha-2026/dsh-llm-wiki

For chat Q&A, add the wiki_query tool row to your agent preset (see the host README below).

Packages

Package Role
packages/dsh-llm-wiki Host engine (the installable bundle): ingest / search / graph / lint, the wiki_query tool, and a prompt section.
packages/dsh-client-ui-llm-wiki Browser panel: file tree, upload, knowledge graph, markdown/PDF reader.

Documentation

Contributing

See CONTRIBUTING.md.

License

MIT

上一个 Prev dsh-vault 下一个 Next dsh-memory