@dsh-memory/bundle
dsh-memory — cited memory over DSH's lossless session log: post-session distillation into human-auditable markdown files, a compact recall index, memory_read/memory_expand tools, and a dsh-memory CLI
AI Analysis
核心用于将会话历史提炼为结构化记忆。适合需要对DSH会话进行长期沉淀、索引检索及工具化记忆读取的用户,默认复用会话自身的LLM进行提炼。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Jesse-njx/dsh-memoryREADME
Read the full README ↗Install
dsh plugin --profile web add @dsh-memory/bundle
The distillation pass routes through ctx.llm — it reuses the session's own provider/model by default, so a polyglot-style provider chain or your normal model serves it too. Override with distill.provider / distill.model.