记忆
21 个精选的 记忆 DeepSeek-Harness 插件
共 30 个插件
mnemon
mnemon-dev/mnemon
LLM-supervised persistent memory for AI agents — graph-based recall, cross-session knowledge, single binary. Works with DeepSeek Harness, Claude Code, OpenClaw, and any agent runtime.
dsh-memory-evolve
csyangwen/dsh-memory-evolve
为 DeepSeek Harness 带来「跨会话长期记忆 + 后台自我进化」能力的纯插件实现:五轨记忆 · git 分支感知 · 回合内自我审查 · 技能自我进化与技能管理器 · 四轨待办 · COI 调度 · 会话广播 · 会话搜索 · 提示词管理器 · 临时信息便签——零核心修改、零运行时依赖,随装随用、卸载即净。
dsh-mnemon
omdsh-dev/dsh-mnemon
Mnemon 深度集成:本地三层记忆(Runtime Memory、可检索 Documents、受监督 Memory Spaces)。
distill
loserfox/distill
自动对话蒸馏:后台 subagent 反省 + 技能 create/update。
dsh-mneme
modusensus/dsh-mneme
跨会话记忆:SQLite + 可人工编辑的 Markdown 镜像,后台自动巩固(去重/合并/冲突裁决),提供 6 个记忆工具。
powercontext-dsh
knqiufan/powercontext-dsh
DeepSeek Harness plugin that connects to a PowerContext Server over HTTP for recall, memory, handoff, experience, and skills.
dsh-plugin-claude-bridge
yytbit/dsh-plugin-claude-bridge
Bridge Claude Code's memory, skills, and configuration into DeepSeek Harness — zero migration, full compatibility
dsh-personalize
zephyr-vibe/dsh-personalize
Per-host personalization for DSH: custom instructions, local long-term memory, and reply-tone presets.
dsh-memento
perrylink/dsh-memento
有界、分层、带审批门、可审计的跨会话记忆:`ctx.memory` 服务 + 零依赖 SQLite 存储 + `memory` 工具与冻结快照注入;写入必过审批门,模型可见内容可自会话日志重建。
dsh-plugin-meta-memory
yytbit/dsh-plugin-meta-memory
Structured long-term memory system for DeepSeek Harness -- unit-based brief/full pairs with auto-injection
dsh-tool-user-memory
iamlieutenant/dsh-tool-user-memory
User preference memory for DeepSeek Harness: persisted user profile with memory_get/memory_update tools and system-prompt injection
dsh-plugin-codex-bridge
yytbit/dsh-plugin-codex-bridge
Bridge OpenAI Codex's memory, skills, and configuration into DeepSeek Harness
unified-agent-memory
noelune/unified-agent-memory
多 Agent 共享一个 Obsidian vault:零依赖 Python core(检索/晋升/裁决/遗忘)+ vault 模板 + dsh 插件(memory_search/show/submit/status)。
dsh-memory-meow
phant0meow/dsh-memory-meow
项目级跨会话记忆:PROJECT.md 快照注入首条用户消息(缓存友好)+ memory_remember 工具 + ReAct 任务结束自动反思;各项目独立记忆文件,互不互通。
dsh-memory-gate
git121995/dsh-memory-gate
有界本地记忆 + CBDC 权威门控:SQLite + FTS5 claims,作用域召回并给出可解释的采用/核验/忽略决策与完整审计轨迹,/memory 命令,每次注入 ≤3 条/1200 字符,不增加额外模型调用。
dsh-memory
jesse-njx/dsh-memory
基于 DSH 无损会话日志的引用式记忆:蒸馏出的事实带 `(sessionId, eventRange)` 引用,可随时展开回原始日志片段。
dsh-llmwiki
chancelu/dsh-llmwiki
Local Markdown wiki as long-term memory for DeepSeek Harness — ported from llmwiki
dsh-persona-memory
quophic/dsh-persona-memory
Persistent long-term persona memory for DeepSeek Harness: MEMORY.md/USER.md storage, memory + memory_search tools, per-request context injection, and secret scanning. Ported in spirit from pi-hermes-memory.
anywhere-claude-mem
bleed00/anywhere-claude-mem
A DeepSeek Harness plugin that turns the anywhere-claude-mem git sync into a DSH peer: pull cross-machine memory at session start and push new prompts/observations as they land in the claude-mem worker
dsh-memory
furongjun-1999/dsh-memory
多智能体时空记忆图:跨会话持久化与重要性门控召回。
deepseek-harness-forge-plugins (forge-memory)
jinguanghai/deepseek-harness-forge-plugins
基于 BM25 关键词检索的记忆召回。
sgme
freehul/sgme
拾光记忆引擎(SGME)桥接:多智能体共享长期记忆(HTTP)—— L0/L1/L1.5/L2 分层提炼、按场景注入、统一检索、主动关怀信号(memory_search / wiki_search / signal_pull / signal_claim / signal_ack),npm 包名 `dsh-sgme`。
dsh-handoff
fleetingecho/dsh-handoff
每个工作目录与 git 分支自动维护 handoff.md:记录回合、折叠为简洁 Markdown 并注入后续会话,存储于 ~/.agent/agent-handoff,与 pi-handoff 字节级兼容。
dsh-plugin-recall
truelove-dreamer/dsh-plugin-recall
跨会话记忆:全文检索所有历史会话(复用 ctx.sessionQuery 的 SQLite FTS5 索引),把最强匹配片段带回当前上下文。