x2it/dsh-memory-panel

x2it★ 0TypeScript最后同步: 2026-08-21

在 GitHub 打开

Long-term memory for DeepSeek Harness: memory_save/recall/list tools + a sidebar panel visualizing what the agent remembers about you

README 摘要

dsh-memory-panel Long-term memory for DeepSeek Harness ( dsh ): durable, cross-session memory tools plus a sidebar panel that shows what the agent remembers about you. English 中文 What it does - memory save — store a memory (creates or updates by key) - memory recall — search memories by keyword or category - memory list — list all memories, optionally filtered by category - memory delete — delete one memory by its exact key - memory clear — delete ALL memories (requires confirm: true ) - Sidebar memory panel — a "Memory" button in the web sidebar opens a panel visualizing the memory store (bilingual, follows the UI language) Memories live in /.dsh/memory.json — plain JSON on your machine, nothing leaves it. Features - Atomic writes : write-to-temp + rename, readers never see a torn file - Write serialization : concurrent memory save calls queue instead of clobbering each other - Corruption recovery : a broken memory.json is backed up to memory.json.corrupt- before continuing fresh — no silent data loss - Growth control : content capped at 4000 chars, store capped at 500 entries (oldest evicted), recall results capped at 30 - Optional filter : memory list works with or without categ…

在 GitHub 查看完整 README →
皮肤/UIdeepseek-harnessdshdsh-pluginlong-term-memorymemorypluginsidebaragent

分类