@dsh-memory/bundle
基于 DSH 无损会话日志的引用记忆插件。支持将会话提炼为人类可读的 Markdown 文件、生成紧凑检索索引,并提供记忆读取/扩展工具及命令行工具。
AI 分析
核心用于将会话历史提炼为结构化记忆。适合需要对DSH会话进行长期沉淀、索引检索及工具化记忆读取的用户,默认复用会话自身的LLM进行提炼。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Jesse-njx/dsh-memory說明文件
閱讀完整 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.