D
stratagate-dsh
v0.1.0 · 2 天前发布
Native StrataGate layered long-term memory for DeepSeek Harness
README
StrataGate for DeepSeek Harness
Native, local-first long-term memory for DeepSeek Harness. The plugin adapts DSH session events to the existing StrataGate memory engine; it does not implement a second memory system.
Install
From a DSH profile:
bash
dsh plugin --profile web add stratagate-dsh
The package includes
cordis.patch.yml, so DSH can add the Host row automatically. Restart the profile after installation. The default database is:
text
DSH_HOME/stratagate/memory.db
Removing the plugin does not delete that database.
What happens automatically
turn/start, human user/message, assistant messages, tool calls/results, and turn/end.版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- stratagate-dsh
- Repo
- git+https://github.com/diqierjia/StrataGate-AgentMemory.git
- Engines
{"node":"^22.19.0 || >=24.0.0"}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"}}