yushenghai1106/dsh-memory-plugin0

@yushenghai/dsh-memory-plugin

Pluggable persistent memory bundle for DeepSeek Harness

AI 分析

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

パッケージ
@yushenghai/dsh-memory-plugin
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/09/02

インストール

$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.