dsh-plugin-asmemory
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
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.