iiRecord
Agentic AI Atlas · Agent Health Check
orch-primitive:agent-health-checka5c.ai
II.
OrchestrationPrimitive JSON

orch-primitive:agent-health-check

Structured · live

Agent Health Check json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/interaction-primitives/orchestration-primitives.yamlCluster · agent-stack
Record JSON
{
  "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": []
}