health_check
Get system status and component health for agent governance. Request simple statuses or full diagnostic details to maintain operational visibility and preempt failures.
Instructions
Quick health check - returns system status, version, component health, and continuity mode. Useful for monitoring and operational visibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lite | No | Lite mode (default: true). Returns only component statuses without nested info/stats blocks. Set to false for full diagnostic detail. | |
| agent_id | No | UNIQUE agent identifier; optional when session-bound (auto-injected). | |
| continuity_token | No | Ownership proof from onboard()/identity(), for same-live-process rebinds only. Not a cross-process resume credential. | |
| client_session_id | No | In-session binding id from start_session()/identity(); pass it on same-process calls. Not a cross-process proof. |