AI Agent Hub
Back to plugins
🧠

dsh-plugin-asmemory

Memory Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Xplore-LAB/dsh-plugin-asmemory

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

Run dsh plugin install Xplore-LAB/dsh-plugin-asmemory in DeepSeek Harness to install this plugin. Source: https://github.com/Xplore-LAB/dsh-plugin-asmemory

About this plugin

Most agent memory plugins store conversations or documents and answer the question “what did you say.” asmemory takes a different approach: it records two typed events—State (a value of an entity or metric at a point in time, e.g. gpu.temperature = 78°C) and Action (something that happened, e.g. agent started training)—and then answers “what happened and why” with time-series math.

Four deterministic analyses come out of the box: Trend (direction and slope of a metric), Anomaly (z-score outlier detection), Causal (mean change of a metric before vs. after an action, cleanly separating real causality from coincidence), and Summary (entity and event counts). Every result is pure arithmetic—no LLM guessing—and a single call exports a CSV ready for DataLens visualization.

It shines in three use cases: agent self-tracking (log its own actions and resource states, then ask why it got slow or hot), industrial monitoring (air-separation purity vs. valve opening, emission control), and personal data (sleep, weight, spending trends). If your agent needs to remember what happened in the physical or operational world rather than what was said in a chat, asmemory is purpose-built for that.

Use Cases

  • Agent self-tracking: log its own actions and resource states, then diagnose why it degraded
  • Industrial monitoring: record process variables and operator actions to pinpoint over-control or anomalies
  • Personal data: track sleep, weight, or spending trends and detect outliers

Best For

  • Developers who need operational memory beyond chat history
  • DevOps and process engineers monitoring industrial systems like air separation or emission control
  • Individuals using an agent to manage personal metrics such as sleep, exercise, and spending