AI Agent Hub
Back to plugins
🖥️

memoripo

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install Dayi-Z/memoripo

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install Dayi-Z/memoripo in your terminal to install the plugin from its source repository at https://github.com/Dayi-Z/memoripo , then restart the web app to see the Memoripo entry in the sidebar.

About this plugin

DeepSeek Harness ships a powerful Hindsight long-term memory engine, but its state lives in a database and an ops log. Hard to see how memory grows day by day, which entries actually get recalled, or how the four knowledge layers split. memoripo turns that invisible state into a persistent visual workbench in the chat sidebar, so you can observe and manage everything without leaving the conversation UI.

Two main surfaces: the Garden view shows a 7-day growth curve, operation timeline, recall-utilization heat map, and a human-readable activity feed; the Manage view is a full knowledge-page browser with card grid, folder tree, page reader with sticky TOC, and an operations panel with retry and error inspection. A built-in zero-config daemon auto-starts the local Hindsight backend on boot and respawns it if it dies mid-session.

Best for DeepSeek Harness users who have Hindsight (daemon + PostgreSQL) running and want to monitor, curate, and debug their agent's long-term memory daily, all from the chat interface with no extra tooling required.

Use Cases

  • Track daily memory growth curves and recall heat in the sidebar
  • Browse, create, and reorganize knowledge pages without leaving chat
  • Inspect Hindsight daemon status and retry failed consolidation tasks

Best For

  • DeepSeek Harness users running the Hindsight memory engine
  • Developers who want daily memory monitoring without querying databases
  • AI app builders curating multi-layer knowledge for their agents