Smoke-test Hermes API server
hermes_api_smokeRuns a gated API smoke test that checks endpoint reachability, validates auth acceptance, tests model invocation, and confirms assistant answers by writing redacted evidence artifacts.
Instructions
Gated Hermes API smoke that separates endpoint reachability, auth acceptance, model invocation, and assistant answer evidence, writing redacted artifacts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| home | No | ||
| model | No | ||
| prompt | No | startup smoke: respond OK only | |
| profile | 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 |