OpenChainGraph Suite · OCG v0.8.7 · EU AI Act Art 12 Supervised Autonomy

Escalation SLA / Supervised-Autonomy Receipt

"Agent halted → human X answered in T → decision D" as protocol-native evidence. A work mandate compiler establishes the supervision context, an agentic AI autonomy/risk classifier grades the agent, and a gate routes: a failing grade escalates to human review (OCG §22.8 HALT, open record); any passing grade records the decision directly into an EU AI Act Art 12(2)-conformant decision log. Built for an AI-Act Art.12 obligated deployer or a supervised-autonomy desk needing replayable escalation-SLA evidence, not for asserting a broader certification.

OpenChainGraph · 3 Steps governance mandate 1 Escalation Gate chain_depth:3 Client-Side · Zero PII
Verify-only: this receipt asserts that the supplied work mandate, autonomy/risk classification, and (on the passing branch) decision-log record are internally consistent and compose into a supervised-autonomy escalation-SLA record. It never executes or custodies an agent action, never determines liability, and never asserts a broader safe-to-deploy or certified guarantee than the steps it ran. Not legal advice.
ℹ The SEP-2322 InputRequired transport binding for the escalation itself is a planned upgrade (rides the MCP-728 Track A Section T3 work) — this receipt composes the live work-mandate, classification, and decision-log evidence today, ahead of that transport wiring. ISO 24970 field alignment referenced in the escalation-closure record is DRAFT-PINNED, never a claim of conformance to a ratified standard.
Chain Topology — Work Mandate Compiler → Autonomy/Risk Classifier ⚠ GATE → Decision Log Record
§4 Execution Hash · Chain Definition Anchor
execution_hash:computing…
Chain Stages · 3 Steps (1 escalation gate)
1 ROOT node
Work Mandate Compiler art-274-compile-work-mandate
the compiled work mandate (escalation_triggers, scope, conditions) establishes the supervision context for Stage 2 autonomy/risk classification
MCP Call · compile_work_mandate
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "compile_work_mandate",
    "arguments": {
      "mandate": {
        "mandate_type": "work_mandate",
        "scope": {
          "tool_ids": ["art-67-agentic-ai-risk-classifier", "art-236-build-ai-decision-log-record"],
          "chains": []
        },
        "conditions": [],
        "escalation_triggers": [
          {"pointer": "/overall_grade", "op": "eq", "value": "F"}
        ]
      }
    }
  },
  "id": 1
}
2 STEP · ESCALATION GATE node gate
Agentic AI Risk & GPAI Governance Classifier art-67-agentic-ai-risk-classifier
overall_grade and governance_tier → GATE: overall_grade='F' escalates (HALT, open OCG §22.8 escalation record, closed via verify_escalation_closure on the anchor worker, closing decision available as an AuthZEN 1.0-mapped evaluation at anchor.ainumbers.co); any passing grade continues to Stage 3 Art 12 decision-log recording.
§22.8.1 Decision Gate
rule[0]: if output.overall_grade == "F"  →  next: escalate   (§22.8.2 HALT + open record)
default:                                →  next: art-236-build-ai-decision-log-record
Default continues to: art-236-build-ai-decision-log-record
MCP Call · classify_agentic_ai_risk
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "classify_agentic_ai_risk",
    "arguments": {
      "autonomy_level": "supervised",
      "financial_use_case": "other",
      "human_oversight": "review-before-action",
      "model_type": "GPAI",
      "systemic_designation": "no",
      "training_compute": 0,
      "transparency": "none",
      "gpai_documentation": "none",
      "systemic_risk_eval": "n/a",
      "downstream_highrisk": "false"
    }
  },
  "id": 2
}
3 TERMINAL node
AI Decision Log Record Builder (EU AI Act Art 12) art-236-build-ai-decision-log-record
art12_completeness_score, chain_position, and anchor_surface instructions complete the supervised-autonomy escalation-SLA receipt. Final stage.
MCP Call · build_ai_decision_log_record
{
  "jsonrpc": "2.0",
  "method": "tools/call",
  "params": {
    "name": "build_ai_decision_log_record",
    "arguments": {
      "model_id": "supervised-agent-v1",
      "model_version": "1.0.0",
      "input_digest": "abc123def456abc123def456abc123def456abc123def456abc123def456abcd",
      "output_digest": "def456abc123def456abc123def456abc123def456abc123def456abc123def4",
      "decision_label": "AUTONOMY_TIER_LOGGED",
      "confidence": 0.9,
      "override_flag": false,
      "subject_ref": "SYNTHETIC-AGENT-SESSION-001",
      "retention_months": 12,
      "operator_id": "supervised-autonomy-desk"
    }
  },
  "id": 3
}
Export Chain Artifact
Download the §4 chain definition artifact (hash-anchored JSON) or the §13.11 W3C Verifiable Credentials view. Both derive from the chain definition — no new hash is minted. Available after hash computation.