dsh plugins中文
← Back to popular plugin directory

layered memory · Cross-session memory plug-in

Olalaye/dsh-layered-memory · skills

DeepSeek Harness Hierarchical long-term memory plug-in: instantaneous/situational/semantic three-layer memory, automatic capture, AI refinement, cross-session recall and visual management.

★ 0GitHub stars
0Forks
2026-08-16Last updated
JavaScriptLanguage
MITLicense

Project overview

host.js 与 client.js 的文件内容即 cordisdefine 的 code.host / code.client 参数。在会话中执行:

模型会对应调用 memoryremember / memoryrecall / memorycommit 完成操作。(注:删除/清空请使用 UI 或 RPC,模型工具暂不提供删除入口。) 3. 管理 UI(设置 → 记忆管理)

阈值 MINSCORE = 0.08,结果按分数降序、同时按更新时间次排序。 模型工具 API memoryrecall(query, layer?, category?, limit?)

Install command

dsh plugin --profile web add github:Olalaye/dsh-layered-memory
View GitHub repository ↗Back to popular plugin directory