Jesse-njx/dsh-memory1

@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 分析

核心用于将会话历史提炼为结构化记忆。适合需要对DSH会话进行长期沉淀、索引检索及工具化记忆读取的用户,默认复用会话自身的LLM进行提炼。

パッケージ
@dsh-memory/bundle
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/13

インストール

$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.