Alex-zry-2333
dsh-sae
dsh-sae
- Stars
- 0
- Language
- TypeScript
- Created
- Aug 17, 2026
- Updated
- Aug 17, 2026
Introduction
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