ConradLu2740/pa-dsh--packages-dsh-proactive-memory ↗★ 1
@proactive-agent/dsh-proactive-memory
ProactiveAgent memory plugin for DeepSeek Harness: native memory tools + persona section + context injection
AI Analysis
核心用途是为 DSH 引入原生记忆工具、画像段及每轮对话的记忆注入。适合需要模型具备长期记忆、能自动捕获和检索历史信息的用户。必要条件是需配合安装 pa-core。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗使用(cordis.patch.yml)
- insert:
- id: pa-core
name: '@proactive-agent/dsh-proactive-core'
config: {}
- id: pa-memory
name: '@proactive-agent/dsh-proactive-memory'
config:
personaOrder: 5
配置
| 字段 | 默认 | 说明 |
|---|---|---|
| personaOrder | 5 | persona 段在提示词中的顺序(0 为部署 persona) |
| captureTool / recallTool / statsTool | true | 工具开关 |