Arborsm/dsh-remember0

dsh-remember

跨会话长期记忆插件,提供两阶段提取与合并管道、记忆注入、反馈循环及可视化查看器。

AI 分析

核心用于自动提取会话中的关键信息并沉淀为长期记忆,在后续对话中自动唤醒。适合需要智能体具备连续记忆能力的用户。

套件
dsh-remember
版本
0.1.0
授權
MIT
最近更新
2026年9月10日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Arborsm/dsh-remember

Configuration

Every field has a default; the plugin works out of the box. Override via cordis.yml or the config: block of a dev overlay. Field definitions live in src/config.ts.

Commonly tuned:

FieldDefaultDescription
enabledtrueMaster switch
generateMemoriestrueRun extraction and consolidation
useMemoriestrueInject the memory summary into prompts
extractModel / consolidationModel''provider/model; empty = deployment default
workspaceDir / dbPath''Empty = under ~/.dsh-memory/
summaryTokenLimit2500Token cap for the injected summary
scanIntervalMinutes15Background scan interval
minRolloutIdleHours1Idle time before a session becomes extractable
maxUnusedDays30Retention for never-cited memories

There are 23 fields in total (scheduling, retries, concurrency, consolidator tool deny-list, …) — see src/config.ts. All of them are editable on the settings page.