distill
LoserFox/distill
Automatic conversation distillation: background subagent reflection + skill create/update.
DSH category
Cross-session recall, human-editable stores, consolidation, citations, and memory governance.
20 results
LoserFox/distill
Automatic conversation distillation: background subagent reflection + skill create/update.
omdsh-dev/dsh-mnemon
Deep Mnemon integration: local three-tier memory (Runtime Memory, retrievable Documents, supervised Memory Spaces).
modusensus/dsh-mneme
Cross-session memory: SQLite with a human-editable Markdown mirror, background consolidation (dedup, merge, conflict resolution), and six memory tools.
nowledge-co/nowledge-mem-deepseek-harness
One memory layer for every AI tool and agent: Context Bundle injection, prompt-time recall, MCP tools, and turn-end DSH thread capture.
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.
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.
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).
FuRongJun-1999/dsh-memory
Multi-agent spatiotemporal memory graph with cross-session persistence and importance-gated recall.
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.
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.
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`.
jinguanghai/deepseek-harness-forge-plugins#forge-memory
BM25 keyword-based memory recall.