memory-eternal
记忆核心(Memory Eternal):自研的 DeepSeek Harness 记忆插件——对话结束自动沉淀知识卡到本地 Markdown Vault(自研去重 / 自研 CJK 检索 / 知识图谱 + 审核中心 / 回收中心),Agent 通过 memory_recall 按需召回历史上下文,零人工干预。
How to install
dsh plugin add memory-eternal git clone https://github.com/EternalNight996/memory-eternal ~/.claude/skills/memory-eternal npx -y memory-eternal About
🧠 memory-eternal — 给 AI 装「第二大脑」 **对话结束自动沉淀,跨会话不失忆;召回只取相关小块,省 token 少噪音。** 全自研、零第三方记忆框架、不改 DSH 源码、一个记忆库所有 Agent 共享,SQLite 持久存储,零外部依赖。 --- 🚀 五分钟上手 🟦 DeepSeek Harness(DSH)—— 重点 **装**(dsh-desktop 用 DSH CLI,一条命令): bash dsh-desktop 用户(推荐):DSH CLI 直接装进 profile dsh plugin --profile web add memory-eternal 或直接在 profile(pnpm workspace)里更新。注意用 pnpm,npm install 会报 EUNSUPPORTEDPROTOCOL cd ~/.dsh/profiles/web && pnpm add memory-eternal@latest **重启 dsh web** 后,三样东西立即生效: | 效果 | 在哪看 | |---|---| | 自动沉淀知识卡 | 每轮对话结束自动发生,无需操作 | | memory_recall 工具 | Agent 需要历史时自动调用 | | 图形化界面 | 侧边栏底部「记忆」按钮 / 设置 → 记忆 | **入口**:侧边栏底部…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-09-05
- Created
- 2026-08-31
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- claude-plugin, codex-plugin, deepseek-harness, dsh, dsh-plugin, knowledge-graph, knowledge-graphs, markdown-vault, memory, plugin, second-brain
Related plugins
memsearch
zilliztech/memsearch
A persistent, unified memory layer for all your AI agents (e.g. Claude Code, Codex, DSH), backed by Markdown and Milvus.
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.
neurolink
juspay/neurolink
One TypeScript interface for 24+ LLM providers — swap providers without rewriting. MCP-native (connect any MCP server), voice (TTS/STT/realtime), RAG, memory, file processors. Production-origin: powers Tara, Yama, and Clairvoyance at Juspay.