dsh-sae
其他 活跃维护

dsh-sae

Alex-zry-2333/dsh-sae

轻量级大模型特征解析工具,依托稀疏自编码器架构对模型中间层激活值做高效编码解码,支持一键提取可解释特征,无冗余依赖,开箱即用即可完成大模型内部表征分析。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
TypeScript
主要语言
None
开源协议
7 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:Alex-zry-2333/dsh-sae
git clone https://github.com/Alex-zry-2333/dsh-sae.git
git clone git@github.com:Alex-zry-2333/dsh-sae.git
README.md main

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