II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:google-adk-dev-ui
Google ADK Development UI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:google-adk-dev-ui",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/google-adk-primitives.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "Google ADK Development UI",
"description": "Built-in local development UI for testing and debugging ADK agent\ninteractions. Provides a web-based chat interface for sending messages\nto agents, inspecting tool calls, viewing session state, and debugging\nagent-to-agent (A2A) communication flows during development.\n",
"kind": "editor-ui",
"surface": "editor-ui",
"category": "interaction-primitive-category:telemetry",
"availableInModes": [
"chat"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:google-adk-dev-ui",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
},
{
"from": "interaction-primitive:google-adk-dev-ui",
"to": "interaction-primitive-category:telemetry",
"kind": "in_category"
},
{
"from": "interaction-primitive:google-adk-dev-ui",
"to": "framework:google-adk",
"kind": "integrates_with",
"attributes": {}
}
],
"incomingEdges": []
}