Run Hermes eval suite
hermes_eval_runRun a bounded Hermes eval suite synchronously through the configured eval harness, producing request, result, summary, and report artifacts for evidence-based evaluation.
Instructions
Run one bounded Hermes eval suite synchronously through the configured eval harness. Dry/structural suites run without live-model opt-in; non-dry/live eval requires live_eval=true, HERMES_TOOLKIT_MCP_ALLOW_LIVE_EVAL=1, and the live/model/tool/external policy gates. Writes request/result/summary/stdout/stderr/report artifacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| home | No | ||
| model | No | ||
| suite | Yes | ||
| backend | No | library | |
| profile | No | ||
| workers | No | ||
| base_url | No | ||
| live_eval | No | ||
| hermes_bin | No | ||
| judge_model | No | ||
| toolkit_root | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| scope | No | ||
| run_id | No | ||
| status | Yes | ||
| message | No | ||
| verdict | No | unknown | |
| evidence | No | ||
| mutation | No | ||
| warnings | No | ||
| live_call | No | ||
| retryable | No | ||
| error_code | No | ||
| duration_ms | No | ||
| http_status | No | ||
| policy_tier | No | read_only | |
| artifact_dir | No | ||
| likely_cause | No | ||
| next_actions | No | ||
| safe_next_action | No | ||
| redactions_applied | No |