dsh-missher-brain
Run the following command in DeepSeek Harness:
dsh plugin install Missher12/dsh-missher-brain
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install Missher12/dsh-missher-brain inside DeepSeek Harness to complete installation; the source repository is at https://github.com/Missher12/dsh-missher-brain.
About this plugin
In a DeepSeek Harness profile where Memory and MSE each own their data and privacy rules, the agent still needs a single bounded recall entry point. dsh-missher-brain exists for exactly that: it is a thin integration layer that does not create a database, train a model, or add another panel. It injects registered-provider recall into the first step of every top-level turn that contains direct user text.
On the capability side, Brain supplies the missherBrain service and the ordinary Settings → Memory & Learning panel. Every recall is strictly bounded—at most 6 items and 4,000 UTF-8 bytes including the safety wrapper—with deterministic ordering and normalized-text deduplication. Preparation and acceptance deadlines default to 150 ms and provider-status reads to 300 ms; both fail open, so a stuck provider never blocks the agent. Recalled content is always labeled untrusted background information and is never elevated to authorization or higher-priority instructions. All configuration values (maxItems 1–6, maxBytes 1–4000, two timeout fields 1–5000 ms) are validated integers and can be tuned down further.
Best suited for users who already run Memory and MSE in their Harness profile and want both providers to recall cooperatively within a single message, with a clear Settings overview of each provider state. If you prefer a bounded, configurable, non-intrusive integration over yet another standalone tool, Brain quietly merges two memory streams into one source-attributed context—without deleting or migrating existing data, and provided no other plugin already exposes missherBrain.
Use Cases
- Merge Memory and MSE recall into one source-attributed bounded message
- Inspect registered provider states in Settings → Memory & Learning
- Tune item, byte, and timeout budgets without blocking the agent loop
Best For
- Harness users already running both Memory and MSE
- Developers who want a single bounded recall entry point over standalone databases
- Ops teams that care about provider-state visibility and fail-open behavior
Related Plugins
Memory layer for coding agents that indexes local session history and auto-recalls relevant context before edits, commands, and failures, with no manual search needed.
Traceable, searchable cross-session memory for AI agents that turns conversation knowledge into a typed knowledge graph and recalls relevant subgraphs instead of replaying full history, natively integrated with DeepSeek Harness.
Gives DSH AI cross-session long-term memory, to-do and skill management, plus multi-session orchestration, external AI delegation, and an infinite canvas that grows with you.
dsh-mnemon is a three-tier, pluggable, Agent-driven memory system for DeepSeek Harness, combining Runtime memory, Project Documents, and replaceable Memory Spaces with nine long-term providers.