Memory
21 curated Memory plugins for DeepSeek-Harness
30 plugins found
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
Deep Mnemon integration: local three-tier memory (Runtime Memory, retrievable Documents, supervised Memory Spaces).
distill
loserfox/distill
Automatic conversation distillation: background subagent reflection + skill create/update.
dsh-mneme
modusensus/dsh-mneme
Cross-session memory: SQLite with a human-editable Markdown mirror, background consolidation (dedup, merge, conflict resolution), and six memory tools.
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
Bounded, layered, approval-gated, auditable cross-session memory: a typed `ctx.memory` seam with a zero-dependency SQLite provider, a `memory` tool, and frozen snapshot injection; every write passes the approval gate and stays reconstructable from the session log.
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
One shared Obsidian vault for every agent: dependency-free Python core (search/promote/adjudicate/forget), vault template, dsh plugin (memory_search/show/submit/status).
dsh-memory-meow
phant0meow/dsh-memory-meow
Project-scoped cross-session memory: PROJECT.md snapshot injected into the first user message, a memory_remember tool, and auto-reflection after ReAct tasks; each project keeps its own memory file.
dsh-memory-gate
git121995/dsh-memory-gate
Bounded local memory with CBDC authority gating: SQLite + FTS5 claims, scoped recall with explainable use/verify/ignore decisions and a full audit trail, /memory commands, ≤3-claim/1200-char injection per call, no extra model call.
dsh-memory
jesse-njx/dsh-memory
Cited memory over DSH's lossless session log: distilled facts carry `(sessionId, eventRange)` citations that expand back to the exact original log excerpt.
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
Multi-agent spatiotemporal memory graph with cross-session persistence and importance-gated recall.
deepseek-harness-forge-plugins (forge-memory)
jinguanghai/deepseek-harness-forge-plugins
BM25 keyword-based memory recall.
sgme
freehul/sgme
ShiGuang Memory Engine (SGME) bridge: multi-agent shared long-term memory via HTTP — L0/L1/L1.5/L2 distillation, scenario-based injection, unified search, and proactive care signals (memory_search / wiki_search / signal_pull / signal_claim / signal_ack), installable as `dsh-sgme`.
dsh-handoff
fleetingecho/dsh-handoff
Self-maintaining handoff memory per working directory and git branch: records turns, folds them into concise Markdown, and injects the result into future sessions from ~/.agent/agent-handoff, byte-compatible with pi-handoff.
dsh-plugin-recall
truelove-dreamer/dsh-plugin-recall
Cross-session memory for the model: full-text search all past sessions (SQLite FTS5 via ctx.sessionQuery) and bring the strongest matching excerpts back into the current context.