deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
An agent evaluation plugin for DeepSeek Harness: import test sets, run agents, score results, and generate reports.
cd /path/to/deepseek-harness
pnpm dsh plugin --profile web add ./dsh-agent-evaluator-0.10.0.tgz
pnpm dsh web
If dsh is installed globally, use it instead of pnpm dsh. Cloning the repository or using a git URL also works.
Web UI: Settings → Agent Evaluation, or run /eval commands:
/eval import /path/to/suite.jsonl
/eval model provider/model
/eval judge provider/model
/eval run suite --parallel 4 --retries 1
/eval progress <jobId>
/eval report <jobId>
Subcommands: import, list, drop, model, models, judge, run, resume, kill, runs, progress, report.
Headless / CI:
cd /path/to/deepseek-harness
pnpm dsh --profile eval eval import suite.jsonl
pnpm dsh --profile eval eval model provider/model
pnpm dsh --profile eval eval run suite --parallel 4
exact, contains, llm.$DSH_EVAL_HOME/eval/reports, with checkpoint/resume support.node --test test/*.test.js
Integration tests and client builds require a deepseek-harness checkout; see AGENTS.md.
MIT License, see LICENSE.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。