DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-trivium

In-process graph memory kernel for DeepSeek Harness backed by TriviumDB with cross-session recall and optional UI chips.

VisionDeveloper Tools
3GitHub Stars0ForksUpdated2026-09-20

Install

$ **Quick install**: dsh plugin --profile web add dsh-trivium → restart **dsh web** → open a workspace (Settings shows **Trivium memory**; the **Chips** tab stays off until you turn it on). Details in [Installation](#installation).

Plugin Overview & Capabilities

AI-assisted organization based on the public repository snapshot. The content must be grounded in source evidence and does not replace compatibility or security verification.

source-grounded
dsh-trivium is an in-process graph memory plugin for DeepSeek Harness powered by TriviumDB. Operating without an external database service, it stores structured nodes and edges in a local workspace database file (.tdb) with an optional Git sidecar (.jsonl). It provides four core agent tools (ctx_find, ctx_read, ctx_remember, ctx_link) alongside quiet prompt injection, strict hygiene filtering, and optional UI settings with memory chip pinning.

Key Capabilities

  • Stores cross-session entity, preference, decision, and experience nodes and graph relations in a local workspace .tdb file
  • Provides four agent tools: ctx_find, ctx_read, ctx_remember, and ctx_link
  • Injects a compact initial short map into sessions and supports on-demand tool recall
  • Includes strict write hygiene gates refusing secrets, mojibake, stutter loops, and envelope noise
  • Offers an optional Chips UI tab for manual memory whitelisting and turn pinning
  • Supports optional Git sidecar synchronization (.dsh/trivium.jsonl) for versioning business facts
  • Allows one-shot strict import from WorkBuddy MEMORY.md, Claude Code CLAUDE.md, and Codex AGENTS.md

Useful For

  • Preserving architectural decisions, repo-specific rules, and bug fix histories across multiple DSH sessions
  • Pinning specific context or constraints into LLM conversation turns using the visual Chips whitelist
  • Collaborative workspace memory synchronization via Git using the text sidecar file
  • Querying related context via graph edge paths without dumping extensive transcript histories

Who It Fits

  • Developers looking for persistent, local-first cross-session memory in DeepSeek Harness
  • Engineers collaborating in shared repositories needing versioned project context
  • Users who require fine-grained human oversight over LLM memory fragments and prompt injection

Documented Limitations

  • Binary .tdb files cannot be opened by multiple Node processes simultaneously
  • Markdown export is read-only and cannot be re-imported
  • Embedding search is disabled by default and requires configuring an OpenAI-compatible embedding endpoint URL
  • External format imports (Claude Code, Codex, WorkBuddy) are one-shot rather than continuous synchronization

DSH Compatibility

Version-specific runtime evidence collected by DSH Plugin. A missing result means we have not tested that combination yet.

Not tested yetNo runtime compatibility tests have been published yet.

Security Signals

Objective signals discovered from package metadata and source inspection. These are not a guarantee that a plugin is safe.

No automated security signals have been published yet.

Source & Registry Notes

Public provenance, Registry classification, and the latest source check for this entry, kept separate from runtime verification.

Source repository
QWQcool/dsh-trivium
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
974a95d · 2026-09-20

This project is independently indexed from public source information. DSH Plugin is not affiliated with DeepSeek or the plugin author. Always check the author repository before installation.

Repository Activity

GitHub stars
3GitHub stars
Forks
0
Open issues
0
Last commit
2026-09-20
Last release
2026-09-20
For maintainers

Maintaining this plugin?

This listing is generated from public repository data. If you maintain this project, you can review the information and share this listing with your users if you find it useful.

Add to README
Listed on DSHPlugin.app