Memory & Context plugins

DSH memory plugins give DeepSeek Harness persistent recall across sessions — storing notes, indexing a codebase or knowledge base, and retrieving the right context back into a conversation.

1 reviewed · 182 cataloged

Recommended projects

Cataloged projects

Repositories with traceable evidence of a DeepSeek Harness relationship. They have not been reviewed, install tested, or security checked — the signal below each one is the whole of what the registry currently knows.

How cataloging works

dsh-claw-suite

xingyingyuzhui
Cataloged

Claw Agent governance suite for DeepSeek Harness. 人设、权限、闸、委派、记忆。

README documents a DSH install command
Cataloged

Local knowledge base RAG for DeepSeek Harness

README documents a DSH install command Package metadata declares a DSH dependency

Memory & Context plugins: common questions

What is a DSH memory plugin?
A plugin that stores information outside a single conversation and retrieves it later, so context survives restarts.
Where is memory stored?
It depends on the plugin. Some use a local file or database, others a hosted vector store. Check the declared permissions on each record.
Does memory replace a longer context window?
No. It selects what to bring back into a limited window, which is a different problem from having a larger one.