Start Hermes eval suite job
hermes_eval_startLaunch a bounded Hermes eval suite as an in-process async job, applying the same dry/live gates as a standard eval run. Poll job progress with hermes_job_status and cancel with hermes_job_cancel.
Instructions
Start one bounded Hermes eval suite as an in-process async job with the same dry/live gates as hermes_eval_run. Poll with hermes_job_status and cancel with hermes_job_cancel.
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 |