Back to home

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

OptionRequiredDefaultDescription
baseUrlYour SAE API base URL
apiKeyAPI key for authentication
timeout30000Request timeout in milliseconds

Tools

ToolDescription
sae_list_targetsList all monitoring targets
sae_probeExecute an immediate probe check
sae_get_availabilityQuery availability over a time window
sae_get_scoreGet SLA score and grade
sae_list_alertsList active or historical alerts
sae_ack_alertAcknowledge an alert

Requirements

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

License

MIT