dsh-remember
跨会话长期记忆插件,提供两阶段提取与合并管道、记忆注入、反馈循环及可视化查看器。
AI 分析
核心用于自动提取会话中的关键信息并沉淀为长期记忆,在后续对话中自动唤醒。适合需要智能体具备连续记忆能力的用户。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Arborsm/dsh-remember說明文件
閱讀完整 README ↗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:
| Field | Default | Description |
|---|---|---|
enabled | true | Master switch |
generateMemories | true | Run extraction and consolidation |
useMemories | true | Inject the memory summary into prompts |
extractModel / consolidationModel | '' | provider/model; empty = deployment default |
workspaceDir / dbPath | '' | Empty = under ~/.dsh-memory/ |
summaryTokenLimit | 2500 | Token cap for the injected summary |
scanIntervalMinutes | 15 | Background scan interval |
minRolloutIdleHours | 1 | Idle time before a session becomes extractable |
maxUnusedDays | 30 | Retention 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.