DeepSeek Harness Plugins
DeepSeek Harness PluginManifest Valid

dsh-memory-pyramid

A DeepSeek Harness plugin that provides timeline-based, append-only memory with an agent-maintained summary pyramid and bounded reading budget.

UI & ProductivityTerminal & TUIDeveloper Tools
2GitHub Stars0ForksUpdated2026-08-19

Install

$ dsh plugin --profile web add dsh-memory-pyramid

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-memory-pyramid is an installable DSH web plugin for workspace-scoped timeline memory. It stores immutable fact records, exposes memory tools, injects a compact memory view into conversations, and includes a web memory-board UI.

Key Capabilities

  • Stores append-only fact records with a stated maximum of 280 bytes per fact.
  • Maintains a multi-level summary pyramid through agent tool calls.
  • Injects a bounded-line memory view at session start, with optional live updates.
  • Provides tools to note facts, create summaries, zoom into ranges, recall facts, open source material, and discard faulty summaries.
  • Anchors facts to DSH conversation session and sequence ranges, and can open referenced source material.
  • Stores memory in workspace-local plain-text data under dsh_memory by default.
  • Provides a web memory board with pyramid visualization, timeline navigation, memory heat indicators, and source navigation.
  • Includes four read-only synthetic sample memory packs with 50, 100, 500, and 1,000 entries.

Useful For

  • Keeping chronological project decisions and context across DSH sessions.
  • Giving an agent a compact overview of older and recent workspace facts.
  • Reviewing, drilling into, or regex-searching previously recorded memory.
  • Importing local text files as source material for memory facts.
  • Visualizing a workspace memory hierarchy in the DSH web interface.

Who It Fits

  • DeepSeek Harness web users who need persistent workspace-scoped context.
  • Agents and developers managing long-running project conversations.
  • Users who prefer local, plain-text memory data.

Documented Limitations

  • The README states that operation is currently serial and has no background process.
  • Memory is scoped to one workspace by default; multiple libraries cannot yet be merged into one view.
  • Sub-agents should not write memory; this is currently a prompt convention rather than a code-enforced restriction.
  • The default view is injected only at session start; live updates require enabling liveView and consume additional injection tokens.
  • Summary quality can drift; summaries may need to be discarded and regenerated with memory_forget.
  • The web board is absent in non-web or headless environments, while the memory functionality remains available.
  • Node.js 19 or later and pnpm are stated requirements for installation.

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.

Dependency Counts

package.json declares 0 runtime, 0 development, 0 peer, and 0 optional dependencies.

info
Dsh Bundle Declared

package.json declares DSH bundle metadata.

info
License Declared

GitHub reports the repository license as MIT.

info
Package Manifest Available

A root package.json was captured and can be inspected by the registry.

info
Source Available

Public GitHub source metadata is available for this registry snapshot.

info

Source & Registry Notes

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

Source repository
33moren33/dsh-memory-pyramid
Registry source
GitHub · dsh-plugin topic
Registry classification
Plugin
Source checked
0cf96d0 · 2026-08-27

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
2GitHub stars
Forks
0
Open issues
0
Last commit
2026-08-19
Last release
2026-08-19
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