zmh2000829/dsh-memory-graph

zmh2000829★ 0TypeScript最后同步: 2026-08-20

在 GitHub 打开

Local-first long-term memory and temporal knowledge graph plugin for DeepSeek Harness

README 摘要

dsh-memory-graph Local-first long-term memory and a temporal knowledge graph for DeepSeek Harness. 简体中文 · Installation · Configuration · Security dsh-memory-graph gives a DSH agent durable, auditable memory without changing DeepSeek Harness itself. It is installed as a regular Cordis plugin, stores data in a private local SQLite database, recalls relevant facts before the first model step, and renders the resulting entity graph inside DSH Web. Why dsh-memory-graph - Non-invasive by design. No Harness source patch and no agent-loop fork. Unloading the plugin removes its tools, listeners, route, and UI contributions. - Memory with history. Stable facts are superseded instead of overwritten, retain provenance, and can be reverted to the previous version. - A maintainable graph. Canonical names, non-destructive alias conflict reporting, duplicate suggestions, entity merge/rename/delete, orphan discovery, reference-aware garbage collection, and normalized predicates keep the graph usable after months of conversations. - Chinese retrieval that works. FTS5 trigram indexing plus a short-query fallback handles continuous CJK text without relying on whitespace tokenization. - Hybrid relevanc…

在 GitHub 查看完整 README →
工具/开发agent-memorydeepseek-harnessdsh-pluginknowledge-graphsqlitetypescriptagent

分类