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

@dsh-memory/memory-auto

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

AI 分析

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

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

インストール

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

ドキュメント

README 全文を読む ↗

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.