check_working_state
Retrieve an agent's current governance metrics and state without modifying it, to assess health and enable proactive self-correction before failures.
Instructions
Primary workflow name for reading current EISV state; implemented by get_governance_metrics(). EISV fields: E=Energy [0,1] (mixed-provenance capacity estimate); I=Information Integrity [0,1] (mixed-provenance calibration estimate); S=Entropy [0,1] (drift from the agent's own normal); V=Valence [-1,1] (EMA-smoothed E-I imbalance; positive=motion outruns integrity, negative=integrity outruns motion).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lite | No | If true (default), returns minimal essential metrics only. Set lite=false for full diagnostic data. | |
| include_state | No | Include nested state dict in response (can be large). Default false to reduce context bloat. Accepts boolean or string ('true'/'false'). | |
| 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. |