yushenghai1106/dsh-memory-plugin ↗★ 0
@yushenghai/dsh-memory-plugin
为 DeepSeek Harness 提供的可插拔持久化记忆增强插件包,支持本地图谱及语义向量排序。
AI 分析
核心用途是为 Agent 提供跨会话的长期记忆能力。适合需要 Agent 记住历史设定、项目背景等长期信息的任务。支持自动保留与预取缓存,可配置第三方嵌入模型提供商。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yushenghai1106/dsh-memory-plugin说明文档
阅读完整 README ↗Configuration
provider: local enables the built-in durable provider. Set embeddingProvider only when another plugin registers a matching MemoryEmbedder; it adds semantic-vector ranking without replacing the local graph.
The default patch configures bounded static memory, automatic retention, and a 30-second prefetch cache. Override its ysh-memory row in the profile's cordis.patch.yml to change those values.