Start Hermes skill eval job
hermes_skill_eval_startValidate a skill ID and read boundary, then start a bounded dry or live-gated evaluation job without modifying the skill file. Run safe eval runs against configured suites and backends.
Instructions
Validate a skill id/read boundary, then start a bounded dry/live-gated eval job without writing the skill file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| home | No | ||
| model | No | ||
| suite | Yes | ||
| source | No | ||
| backend | No | library | |
| profile | No | ||
| workers | No | ||
| base_url | No | ||
| skill_id | Yes | ||
| 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 |