AI Agent Hub
Back to plugins
🧩

dsh-infra-observability

admin-security Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install Bryan-cmf/dsh-infra-observability

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

Install this plugin by running dsh plugin install Bryan-cmf/dsh-infra-observability in the DeepSeek Harness terminal; the source repository is at https://github.com/Bryan-cmf/dsh-infra-observability.

About this plugin

In multi-agent runtimes, the real success or failure of tool calls and the compliance state of the skill catalog have long depended on the model's own verbal self-reporting, which is imprecise and hard to audit. dsh-infra-observability replaces this pattern with platform-level structural recording: every tool execution's name and outcome is written by the host directly into a ring buffer with per-day aggregates, agent error and live status are tracked in parallel, and a watchdog checks error counts on a fixed interval, raising an alert the moment the five-minute threshold is exceeded.

The plugin exposes three query tools for both the model and operators: usage_report returns per-day tool and skill call, success, and error totals plus a recent execution trail; audit_skills summarises catalog size, provider spread, and flags entries missing descriptions or using non-kebab-case names; infra_health reports process uptime, record capacity, error counts, running agent count, and watchdog state. On the browser side it registers an Observability tab that renders a live per-session dashboard with turn counts, failure totals, tool and skill TOP lists with success-rate bars, all updating as events commit without a manual refresh.

It is aimed at DeepSeek Harness platform admins and SREs who need auditable tool-call records, skill-catalog governance, and automated anomaly alerting in production multi-agent deployments.

Use Cases

  • Auditable tool-call and skill-usage records in production multi-agent runtimes
  • Unified compliance checks and naming-convention audits as the skill catalog scales
  • Timer-driven automatic alerts to replace manual error inspection
  • Real-time browser dashboard showing per-session tool success rates and failure distribution

Best For

  • DeepSeek Harness platform admins and SREs
  • Owners of multi-agent systems requiring auditable runtime records
  • Plugin ecosystem maintainers managing skill catalogs