U-Illll/dsh-memory

U-Illll★ 1JavaScript最后同步: 2026-08-14

在 GitHub 打开

Memory retrieval plugin for DeepSeek Harness (dsh): wiki double-link memory graph with 9 tools — hybrid search, read, link-scan, remember, forget, compile, health-check, resident retriever subagent

README 摘要

dsh-memory Memory retrieval plugin for DeepSeek Harness ( dsh ): a wiki double-link memory graph with 9 tools — hybrid search, read, list, link-scan, remember, forget, knowledge compile, graph health-check, and a resident retriever subagent. 记忆系统插件:为 dsh 提供「wiki 双链记忆图谱」——混合检索(向量+全文)、读写删、知识编译、图谱健康检查、驻留检索员子代理。 Features Tool What it does memory list List the memory index (project + global slugs) memory search Hybrid retrieval: semantic vector ( memory vector.py hybrid ) + fulltext grep (auto-falls back to JS-native scan when grep is missing) memory read Read a memory page by slug memory link scan Double-link traversal: in-edges (pages referencing the slug) + out-edges memory remember Write a new memory into the dsh write zone (never touches your read source) memory forget Delete from the write zone only (reference scan first) memory retrieve Spawn a resident retriever subagent (continuable spawn + toolFilter allow-list + three-stage report); follow up with send message , survives dsh restarts memory compile Knowledge compiler: suggest-links / compile (five-section wiki page or update diff preview) / validate / slug-list — candidates only, you confirm before committing memory health Gr…

在 GitHub 查看完整 README →
Agentsdeepseek-harnessdshdsh-pluginknowledge-graphmemoryragagentsearch

分类