iiRecord
Agentic AI Atlas · WebSocketConfig
shared-context-spec:agent-mux-harness-mock-websocket-configa5c.ai
II.
SharedContextSpec JSON

shared-context-spec:agent-mux-harness-mock-websocket-config

Structured · live

WebSocketConfig json

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

File · extensions/shared-context-specs/agent-mux-harness-mock-types.yamlCluster · extensions
Record JSON
{
  "id": "shared-context-spec:agent-mux-harness-mock-websocket-config",
  "_kind": "SharedContextSpec",
  "_file": "extensions/shared-context-specs/agent-mux-harness-mock-types.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "WebSocketConfig",
    "contextKind": "test-fixture-config",
    "typescriptInterface": "WebSocketConfig",
    "producerIface": "test authors / harness scenarios for websocket adapters",
    "consumerIfaces": [
      "@a5c-ai/agent-mux-harness-mock websocket-mock.ts WebSocketServerMock"
    ],
    "fieldSchema": [
      "messages:list<{ type, payload, delayMs? }>:optional:Server→client scripted frames",
      "expectedFrames:list<...>:optional:Client→server frames the test expects",
      "closeAfterMs:int:optional:Auto-close timer",
      "port|host:optional:Listen address override"
    ],
    "sourceCitation": "packages/agent-mux/harness-mock/src/types.ts:233-267"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-agent-mux-harness-mock",
      "to": "shared-context-spec:agent-mux-harness-mock-websocket-config",
      "kind": "has_payload_schema",
      "attributes": {}
    }
  ]
}