dsh-okf-memory
DeepSeek Harness 的会话记忆与 OKF 知识沉淀插件,支持将高价值内容按 OKF v0.1 规范沉淀为长期记忆并跨会话自动唤起。
AI 分析
核心用途是构建跨会话的长期记忆系统,实现知识的神经自我学习与预测性召回。适合需要 AI 记住个人偏好、业务背景等长期事实的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ZHI-QI/dsh-okf-memory说明文档
阅读完整 README ↗Configuration
| Item | How | Default |
|---|---|---|
| Memory root | env OKF_MEMORY_ROOT or settings okfMemory.root | ~/.dsh/memory/ |
| Learning params | PARAMS in lib/learning.js (decay days / archive threshold / …) | see file |