{
  "$schema": "https://a2a-protocol.org/schemas/v1.2/agent-card.json",
  "protocolVersion": "1.2",
  "name": "NemoClaw",
  "description": "Glass Court Approver. Reads Hermes's proposed verdict and either co-signs, objects with citation, or remands. The second half of the tribunal. Verdicts are valid only when both Hermes and NemoClaw have signed.",
  "version": "2026.06.20",
  "url": "https://a2a.arnao.ai/nemoclaw/a2a",
  "documentationUrl": "https://a2a.arnao.ai/nemoclaw",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Arnao — Glass Court",
    "url": "https://arnao.ai"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "approve-verdict",
      "name": "Approve or Object",
      "description": "Reviews a Hermes-proposed verdict. Emits APPROVE, OBJECT (with cited reason), or REMAND. Cannot author a verdict alone; can only respond to one.",
      "tags": ["glass-court", "tribunal", "approver"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "coding-agent",
      "name": "Coding Agent (read-only)",
      "description": "Reads code referenced in a submission to validate proposer claims. No writes.",
      "tags": ["code", "read-only"]
    }
  ],
  "securitySchemes": {
    "none": {
      "type": "noAuth",
      "description": "Public discovery only. Invoked through the Glass Court orchestrator."
    }
  },
  "security": [{"none": []}],
  "metadata": {
    "model": {
      "primary": "ollama/nemotron-mini:4b",
      "fallbacks": []
    },
    "role": "glass-court-approver",
    "host": "Mac Mini (mia.local) via Ollama, container openclaw-nemoclaw",
    "transports": ["A2A via Glass Court orchestrator"],
    "endpointStatus": "planned",
    "endpointNote": "Like Hermes, NemoClaw is mediated by court.arnao.ai. A verdict is binding only when both signatures are present.",
    "signing": {
      "status": "unsigned",
      "plan": "ES256 detached JWS; key nemoclaw-2026-06 will co-sign every binding verdict"
    }
  }
}
