lmzhen/dsh-evolution--packages-memory1

@deepseek-ai/dsh-memory

Memory provider registry for self-evolution

AI 分析

用于管理和注册自我演化过程中的记忆提供商,适合需要定制记忆存储的用户。

パッケージ
@deepseek-ai/dsh-memory
バージョン
0.3.70
ライセンス
MIT
最終更新
2026/09/12

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

@deepseek-ai/dsh-memory

Memory provider registry for self-evolution

Model Experience

Indirect model surface

What the model sees

@deepseek-ai/dsh-memory registers no direct prompt or tool schema itself. Model-visible effects are owned by the packages that consume this service.

Token effect

Zero direct token effect from this package; consumers add any model-visible tokens.

KV Cache effect

Independent of request-prefix construction. This package does not alter the assembled prompt or tool list.

Known Limitations and Deferred Work

  • provider pins the registry to one provider name (V27 G6.3); empty (the default) serves the FIRST registered provider, so with two providers mounted the choice is row order. A pin that no mounted provider satisfies warns when a differently-named provider registers and then fails the first read/write with the pin named — the registry and the registration API are one service, so there is no earlier point to check it.