II.
Term JSON
Structured · liveterm:agent-to-agent
Agent-to-Agent (A2A) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "term:agent-to-agent",
"_kind": "Term",
"_file": "terminology/terms/term-stubs.yaml",
"_cluster": "terminology",
"attributes": {
"canonicalDefinitionId": null,
"displayName": "Agent-to-Agent (A2A)",
"kind": "concept",
"description": "Communication pattern between agents; expanded acronym a2a.\n"
},
"outgoingEdges": [
{
"from": "term:agent-to-agent",
"to": "domain:software-engineering",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "acronym:a2a",
"to": "term:agent-to-agent",
"kind": "expands_to"
}
]
}