iiRecord
Agentic AI Atlas · ResponderProfile (zod)
shared-context-spec:breakpoints-mux-responder-profilea5c.ai
II.
SharedContextSpec JSON

shared-context-spec:breakpoints-mux-responder-profile

Structured · live

ResponderProfile (zod) json

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

File · extensions/shared-context-specs/breakpoints-mux-types.yamlCluster · extensions
Record JSON
{
  "id": "shared-context-spec:breakpoints-mux-responder-profile",
  "_kind": "SharedContextSpec",
  "_file": "extensions/shared-context-specs/breakpoints-mux-types.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "ResponderProfile (zod)",
    "contextKind": "wire-payload",
    "typescriptInterface": "ResponderProfile",
    "producerIface": "@a5c-ai/breakpoints-mux backends/* listResponders",
    "consumerIfaces": [
      "@a5c-ai/breakpoints-mux CLI responders {list,show}",
      "@a5c-ai/breakpoints-mux mcp/tools/list-responders.ts"
    ],
    "fieldSchema": [
      "id|name|title:string:required",
      "domains|tags:list<string>:required",
      "availability:bool:required",
      "responseTimeSla:positive-number:required:Target response SLA (ms)",
      "publicKeyFingerprint:string:optional:Set when responder uses signed answers"
    ],
    "sourceCitation": "packages/breakpoints-mux/src/types.ts:108-118"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-breakpoints-mux",
      "to": "shared-context-spec:breakpoints-mux-responder-profile",
      "kind": "has_payload_schema",
      "attributes": {}
    }
  ]
}