sync_state
Check in your agent's current state and work to get supportive feedback and verdicts that flag health, confidence, and behavior risks early, enabling self-correction before failures occur.
Instructions
Primary workflow name for checking in state; implemented by process_agent_update(). 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 | Boolean alias for response_mode='compact'. Applies only when response_mode is left at 'auto' (an explicit response_mode always wins). | |
| logprobs | No | Per-token top-k output logprobs, e.g. [[lp, lp, ...], ...]. Grounds S at tier-1 instead of the heuristic; absent for Claude. | |
| task_type | No | Task type. Core types: convergent | divergent | mixed; 'introspection' for self-examination. | mixed |
| complexity | No | Task complexity, strictly 0-1. Check-in aliases also accept 'trivial'|'low'|'medium'|'high'|'very_high'. | |
| confidence | No | Confidence level for this update (0-1, optional). | |
| parameters | No | Agent parameters vector (optional, deprecated). | |
| task_label | No | S22 H5 provenance: human-readable bounded task label | |
| sensor_data | No | Caller-published sensor measurements: `eisv` for a physical E/I/S/V reading, `afferents` for raw dimensions. Telemetry only, never a verdict input. | |
| task_outcome | No | S22 H5 provenance: outcome label for the bounded task | |
| ethical_drift | No | Ethical drift signals (3 components): [primary_drift, declared coherence_loss, complexity_contribution]. | |
| response_mode | No | Response shape. 'auto' (default) or 'compact' for routine check-ins; 'mirror' for actionable signals; 'full' for everything. | auto |
| response_text | No | Agent's response text (optional, for analysis) | |
| comparison_key | No | S22 H5 provenance: stable key for comparing the same bounded task across harnesses | |
| memory_context | No | S22 provenance: memory/KG/transcript surfaces visible to the writer | |
| epistemic_class | No | Storage label for this row: agent_report (default), substrate_observation (measured), substrate_interpretation (derived), prediction (forward claim). | agent_report |
| 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. | |
| provenance_context | No | Situating metadata: harness_type, model_provider, model, transport, tool_surface, governance_mode, verification_source, locus. Descriptive only. | |
| recent_tool_results | No | Self-reported tool outcomes from the agent's most recent actions. | |
| trajectory_signature | No | Trajectory identity signature from anima-mcp. | |
| require_strong_identity | No | If true, reject updates unless identity assurance tier is strong. | |
| include_memory_suggestions | No | Opt in to a KG lookup seeded from this check-in and include a few matching discovery digests. | |
| auto_export_on_significance | No | If true, automatically export governance history when thermodynamically significant events occur. |