wangning19940904/dsh-llm-wiki

wangning19940904★ 0TypeScriptLast synced: 2026-08-15

Open on GitHub

Workspace-scoped, local-first LLM wiki plugin for DeepSeek Harness.

README excerpt

dsh-llm-wiki 简体中文 A workspace-scoped, local-first LLM Wiki plugin for DeepSeek Harness. It imports text from the active Harness workspace, builds a disposable local search index, and gives the main agent explicit tools to search and maintain sourced Wiki pages. What it does - Isolates data by the canonical realpath of exec.agent.session.header.cwd . - Keeps Markdown and text files as the source of truth; the PGlite index can be deleted and rebuilt. - Combines a deterministic 384-dimensional feature-hashing embedding, PostgreSQL full-text search, CJK substring fallback, and [[wikilink]] graph signals with reciprocal-rank fusion. - Builds graph edges deterministically from Wiki links and same-page entity co-occurrence. - Uses the main Harness agent for Wiki maintenance. It does not make hidden nested model calls, so model inputs and outputs remain in the normal session log. - Prevents accidental replacement with read-before-write SHA-256 checks. Requirements - Node.js ^22.19.0 or =24.0.0 - DeepSeek Harness 0.1.0-rc.6 or a compatible release - pnpm 11 Install from GitHub Install the plugin into a Harness profile: The repository ships TypeScript source and uses prepare to produce dist/…

View full README on GitHub →
Tools / Devdeepseek-harnessdsh-pluginknowledge-basellm-wikiragtypescriptagentsearch

Category