engine_status
Probe the CHP decision engine's health and readiness, getting a snapshot of running status, exit code, and restart-backoff state without spawning Python. Optionally issue a live ping to warm or spawn the subprocess.
Instructions
Health/readiness probe for the CHP decision engine (Python subprocess). By default returns a cheap readiness snapshot (running, last exit code, restart-backoff state) WITHOUT spawning Python. Pass probe=true to also issue a live ping that warms/spawns the subprocess.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| probe | No | Issue a live ping (spawns the subprocess). Default false. |