AI Agent Hub
Back to plugins
🖥️

dsh-agentmonitor

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Qianrushixiaobai/dsh-agentmonitor

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

Run dsh plugin install Qianrushixiaobai/dsh-agentmonitor in the DeepSeek Harness terminal to install this plugin and get a sidebar entry for the monitoring dashboard; the source is available at https://github.com/Qianrushixiaobai/dsh-agentmonitor

About this plugin

Running a multi-agent system often means juggling state, event streams, and project progress across scattered terminals and log files. dsh-agentmonitor embeds the AgentMonitor dashboard directly into DeepSeek Harness Desktop or Web, adding a sidebar entry that opens a full visual overview without needing a separate browser tab or extra deployment.

The plugin uses a two-sided Host and Client architecture and depends only on the built-in webServer of DSH -- zero external dependencies, no machine-specific paths. The Host side registers the /agentmonitor route and serves a bundled static panel out of the box, while the Client side creates the sidebar entry and loads the panel in an iframe. The panel ships with static sample data by default; alternatively, point the dataDir setting at a custom directory where your data producer writes a dashboard-data.js file on an interval, and the panel will refetch it every 3 seconds for near-real-time updates.

Ideal for developers and teams orchestrating multi-agent workflows in DeepSeek Harness who want to see status cards, event timelines, and project navigation in a single window. Pre-built assets are included, so it works immediately after installation with no additional frontend engineering setup.

Use Cases

  • Monitor multi-agent runtime status and event streams in real time within the DSH window
  • Track project progress and anomalies across multiple collaborating agents from a single panel
  • Point dataDir at a custom directory to feed your own monitoring data with 3-second refresh

Best For

  • Developers and teams orchestrating multi-agent workflows in DeepSeek Harness
  • AI application engineers seeking a zero-dependency, ready-to-use visual monitoring panel
  • Plugin users who want to embed a dashboard into their existing DSH setup without extra frontend overhead