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. 8. 13.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Jesse-njx/dsh-memory

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.