Luisarg03/dsh-memory-vault--packages-memory-auto0

@dsh-memory/memory-auto

Auto-captura memoria DSH (idle, commit, compaction, dispose)

AI Analysis

用于自动化管理 DSH 的长期记忆。适合希望无感记录对话要点、自动沉淀知识库的用户。需系统路径中安装有 `uv` 工具。

Package
@dsh-memory/memory-auto
Version
0.1.0
License
MIT
Last updated
Sep 1, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Luisarg03/dsh-memory-vault#f21afaeccae1c27240415aaadc2720a2053c8fed&path:packages/memory-auto

Configuration

FieldPurposeDefault
memoryPathvault directory$DSH_MEMORY_PATH or $DSH_HOME/memory-vault
serverDirdirectory containing the vault server.py$DSH_MEMORY_SERVER_DIR or $DSH_HOME/memory-vault-server
providerLLM provider route (harness registry)deepseek-official
modelLLM model iddeepseek-v4-flash
maxTokensextraction output cap2048
minTranscriptCharsminimum transcript size to digest200
enabledmaster switchtrue

Environment variables used at load time: DSH_MEMORY_PATH, DSH_MEMORY_SERVER_DIR.