II.
Channel JSON
Structured · livechannel:a2a-example
A2A example channel json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}