aryswisnu/dsh-eval-regression0

dsh-eval-regression

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

AI 분석

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

패키지
dsh-eval-regression
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 13.

설치

$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 .