II.
OrchestrationPrimitive JSON
Structured · liveorch-primitive:agent-health-check
Agent Health Check json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "orch-primitive:agent-health-check",
"_kind": "OrchestrationPrimitive",
"_file": "agent-stack/interaction-primitives/orchestration-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Agent Health Check",
"description": "Monitor agent process health by checking heartbeat signals, detecting\nhung or zombie sessions, and auto-restarting failed agents. The\nprimitive runs on a periodic schedule, queries agent process status,\nand triggers retry-with-backoff or session-handoff when an agent\nbecomes unresponsive.\n",
"orchestrationKind": "health-check",
"trigger": "periodic"
},
"outgoingEdges": [
{
"from": "orch-primitive:agent-health-check",
"to": "layer:13-orchestration",
"kind": "realizes",
"attributes": {}
},
{
"from": "orch-primitive:agent-health-check",
"to": "topic:agent-run-lifecycle",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:agent-health-check",
"to": "skill-area:operations-automation",
"kind": "orch_requires_skill_area",
"attributes": {}
},
{
"from": "orch-primitive:agent-health-check",
"to": "orch-primitive:retry-with-backoff",
"kind": "orch_triggers",
"attributes": {}
}
],
"incomingEdges": []
}