aryswisnu/dsh-eval-regression0

dsh-eval-regression

Deterministic, CI-safe golden-output evaluation for DeepSeek Harness

AI Analysis

提供确定性的回归测试评估工具。适合 DSH 插件开发者或 Agent 调优人员,在持续集成流程中自动验证输出质量是否发生退化。

Package
dsh-eval-regression
Version
0.1.0
License
MIT
Last updated
Aug 13, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:aryswisnu/dsh-eval-regression

Install as a DSH plugin

dsh plugin --profile 
 add github:aryswisnu/dsh-eval-regression

The package is a DSH bundle. Its cordis.patch.yml registers the tool automatically after the profile's base tool runtime.

For local development:

git clone https://github.com/aryswisnu/dsh-eval-regression.git
cd dsh-eval-regression
npm install
npm run build
dsh plugin --profile 
 add .