iiRecord
Agentic AI Atlas · A2A example channel
channel:a2a-examplea5c.ai
II.
Channel JSON

channel:a2a-example

Structured · live

A2A example channel json

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

File · channels-hooks/channels/a2a-example.yamlCluster · channels-hooks
Record JSON
{
  "id": "channel:a2a-example",
  "_kind": "Channel",
  "_file": "channels-hooks/channels/a2a-example.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "displayName": "A2A example channel",
    "kind": "a2a-channel",
    "endpoint": "a2a://peers.example.com",
    "brokeringPrimitive": "Peer agents connect to a shared A2A broker. The broker routes\ntyped messages between named agent endpoints with at-least-once\ndelivery; mailboxing is the peer's responsibility.\n",
    "persistent": false,
    "description": "Demonstration A2A channel for agent-to-agent peer messaging.\nImplements Google's A2A (Agent-to-Agent) protocol for cross-agent\ncommunication via JSON-RPC 2.0 transport with task lifecycle\nmanagement and SSE-based streaming.\n"
  },
  "outgoingEdges": [
    {
      "from": "channel:a2a-example",
      "to": "topic:a2a-protocol",
      "kind": "integrates_with",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "human-checkpoint:weekly-summary-advisory",
      "to": "channel:a2a-example",
      "kind": "notifies_via",
      "attributes": {}
    }
  ]
}