EveGoodEvening/dsh-llmwiki

EveGoodEvening★ 0TypeScript最后同步: 2026-08-16

在 GitHub 打开

README 摘要

dsh-llmwiki Local-first, evidence-backed Markdown wiki plugin for DeepSeek Harness (dsh). Inspired by Karpathy's llm-wiki.md concept: raw sources are preserved immutably and an LLM owns a navigable Markdown wiki derived from those sources. dsh-llmwiki gives a dsh agent durable, evidence-grounded memory: immutable source records are preserved by content hash, synthesized Markdown pages cite those source IDs, and a deterministic section index backs lexical search. Everything lives on the local filesystem under a single wiki root — no external service, no model calls for maintenance. - Immutable sources. llmwiki add source stores exact UTF-8 bytes; the source ID is the SHA-256 of the content. Sources are never mutated or deleted by the plugin. - Evidence-backed pages. llmwiki upsert page writes canonical Markdown whose frontmatter must list real preserved source IDs. Pages are synthesized notes; sources are the evidence. - Deterministic search. llmwiki search ranks page sections by a reproducible BM25-style score over a derived index ( formatVersion: 1 ). A stale or missing index is rebuilt on demand; durable artifacts are never touched. - Read-only lint. llmwiki lint and /wiki lint r…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdeepseek-harness-plugindshdsh-pluginagentsearch

分类