dsh-tiered-memory
Tiered persistent memory (user/env/project) with per-tier char budgets and semantic query routing; full layers refuse writes instead of silently evicting.
How to install
dsh plugin add github:leetom314/dsh-tiered-memory About
dsh-tiered-memory 分层记忆 + 预算管理(Tiered memory with per-tier budgets)。 移植 Hermes Agent 的记忆纪律:dsh 生态约 65 个记忆插件全是单层存储,本插件是 **分层 + 预算**概念的首个实现。 What it does 三个 tier(user / env / project)+ 每层 char 预算: **mem_set** — 写稳定事实到层(tier + key + content)。同 key upsert。层满拒绝写。 **mem_get** — 按 key 精确读。 **mem_query** — 语义查询:自动路由到对应层(用户特征词→user,环境词→env,项目词→project),只在档案真有时返回。 **tier_summary** — 各层用量 + 驱逐候选(冷/旧条目)。 **mem_delete** — 显式删除(淘汰权交模型,不自动删)。 Hermes 纪律的移植点 | Hermes | 本插件 | |---|---| | 四层记忆(user/memory/wiki/skills) | 三层 tier(user/env/project),每层预算 | | 满层拒绝 → 替换/合并 | add 返回 tier full — delete or merge first | |…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-09-09
- Created
- 2026-09-08
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- deepseek-harness, dsh, dsh-plugin
Related plugins
get-shit-done
gsd-build/get-shit-done
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
markdownify-mcp
zcaceres/markdownify-mcp
A Model Context Protocol server for converting almost anything to Markdown
hindsight
vectorize-io/hindsight/tree/main/hindsight-integrations/coding-agents
Hindsight, agent memory that learns: long-term project memory with auto recall and retain, knowledge pages, deep reflection, and per-repo memory banks.
airtable-mcp-server
domdomegg/airtable-mcp-server
🗂️🤖 Airtable Model Context Protocol Server, for allowing AI systems to interact with your Airtable bases