lmzhen/dsh-evolution--packages-tool-memory1

@deepseek-ai/dsh-tool-memory

面向模型的记忆工具与提示词上下文

AI 分析

核心用途是为模型提供记忆工具和运行时快照上下文。适合需要让模型具备持久化记忆、在请求间保持上下文连贯性的任务,快照大小随存储条目增加而变化。

包名
@deepseek-ai/dsh-tool-memory
版本
0.3.70
许可证
MIT
最近更新
2026年9月12日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗

@deepseek-ai/dsh-tool-memory

Model-facing memory tool and prompt context

Model Experience

Memory tool and runtime snapshot

What the model sees

The model sees the memory tool schema, one fixed guidance section, and a runtime snapshot containing the current memory entries.

Token effect

Fixed guidance has a constant token cost. The runtime snapshot scales with stored memory entries and is absent when memory is empty.

KV Cache effect

Guidance text is prefix-stable. The runtime snapshot is replaced after successful memory writes and is otherwise unchanged between requests.

Known Limitations and Deferred Work

  • No known durable consumer gaps at this time. Runtime contracts are covered by package and boundary tests.