aryswisnu/dsh-eval-regression ↗★ 0
dsh-eval-regression
Deterministic, CI-safe golden-output evaluation for DeepSeek Harness
AI 分析
提供确定性的回归测试评估工具。适合 DSH 插件开发者或 Agent 调优人员,在持续集成流程中自动验证输出质量是否发生退化。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:aryswisnu/dsh-eval-regressionドキュメント
README 全文を読む ↗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 .