DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

Alex-zry-2333 /

dsh-sae

仅 Topic 仓库

dsh-sae

★ 0 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@9f6e5cb6

dsh-sae

DeepSeek Harness plugin for SAE (System Availability Evaluation) — a system monitoring and availability evaluation platform.

This plugin connects dsh agents to your SAE instance, allowing them to monitor service health, run probes, check SLA scores, and manage alerts directly from their workflow.

Features

  • List targets — See all registered monitoring targets and their status
  • Run probes — Execute immediate health checks against any target
  • Check availability — Query availability percentages over time windows (1m, 5m, 1h, 1d, 7d)
  • Get SLA scores — Quick health summary with S/A/B/C/D grades
  • Manage alerts — List, acknowledge, and resolve alerts

Installation

npm install dsh-sae

Or add to your dsh profile's cordis.yml:

plugins:
  dsh-sae:
    package: dsh-sae
    config:
      baseUrl: http://localhost:8080
      apiKey: your-api-key  # optional
      timeout: 30000        # optional, default 30s

Configuration

Option Required Default Description
baseUrl ✅ — Your SAE API base URL
apiKey ❌ — API key for authentication
timeout ❌ 30000 Request timeout in milliseconds

Tools

Tool Description
sae_list_targets List all monitoring targets
sae_probe Execute an immediate probe check
sae_get_availability Query availability over a time window
sae_get_score Get SLA score and grade
sae_list_alerts List active or historical alerts
sae_ack_alert Acknowledge an alert

Requirements

  • SAE instance running with API access
  • DeepSeek Harness ≥ 0.1.0-rc.5

License

MIT

—/ 5

暂无评分

需要先验证清单

Commit 9f6e5cb6eb0b

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于