yushenghai1106/dsh-memory-plugin ↗★ 0
@yushenghai/dsh-memory-plugin
Pluggable persistent memory bundle for DeepSeek Harness
AI Analysis
核心用途是为 Agent 提供跨会话的长期记忆能力。适合需要 Agent 记住历史设定、项目背景等长期信息的任务。支持自动保留与预取缓存,可配置第三方嵌入模型提供商。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yushenghai1106/dsh-memory-pluginREADME
Read the full 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.