yushenghai1106/dsh-memory-plugin0

@yushenghai/dsh-memory-plugin

Pluggable persistent memory bundle for DeepSeek Harness

AI Analysis

核心用途是为 Agent 提供跨会话的长期记忆能力。适合需要 Agent 记住历史设定、项目背景等长期信息的任务。支持自动保留与预取缓存,可配置第三方嵌入模型提供商。

Package
@yushenghai/dsh-memory-plugin
Version
0.1.0
License
MIT
Last updated
Sep 2, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yushenghai1106/dsh-memory-plugin

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.