aryswisnu/dsh-eval-regression0

dsh-eval-regression

适用于 DeepSeek Harness 的确定性、CI 安全的黄金输出(Golden-output)评估插件

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 .