D
dsh-agentmonitor
v1.0.0 · 0 天前发布
AgentMonitor multi-agent monitoring panel for the DeepSeek Harness — a sidebar entry that serves an embedded agent-monitor dashboard via the /agentmonitor webserver route. Ships a self-contained static dashboard (works out of the box) and lets you point d
README
dsh-agentmonitor
把 AgentMonitor 多智能体监控台作为面板嵌入 DeepSeek Harness Desktop / DSH Web,
在侧边栏提供「监控台」入口。
特性
lib/index.js,node 进程):-
inject: ['webServer'],仅依赖 DSH 自带 webserver;- 注册
/agentmonitor(精确)+ /agentmonitor/(前缀)路由;- 默认自托管随包发布的静态面板(
dashboard/),开箱即用。lib/client.js,浏览器):侧边栏「监控台」入口 + 主区 iframe加载
/agentmonitor/ 面板。dsh plugin add 安装。安装
sh
dsh plugin --profile <name> add dsh-agentmonitor
重启后,侧边栏出现「监控台」
npm 安装无需构建授权(预构建产物已随包发布)。
接入你自己的实时数据
面板默认展示随包提供的静态示例数据。要接入你自己的监控数据:
1. 让数据生产者每 N 秒输出一个 dashboard-data.js(定义全局 window.AM_DATA)。
2. 把插件配置项 dataDir 指向该目录:
```yaml
# 这里是你在 profile 的 cordis.patch.yml 中的写法示意
- id: agentmonitor
config:
dataDir: C:\path\to\yo
版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- dsh-agentmonitor
- Repo
- git+https://github.com/Qianrushixiaobai/dsh-agentmonitor.git
- Engines
{}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"},"client":{"inject":["@deepseek-ai/dsh-client-runtime","@deepseek-ai/dsh-client-connection","@deepseek-ai/dsh-client-ui-settings"],"platform":"web"}}