II.
Topic JSON
Structured · livetopic:kradle-agent-adapter
Kradle Agent Adapter json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:kradle-agent-adapter",
"_kind": "Topic",
"_file": "domain/products/kradle-agent-layer.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Kradle Agent Adapter",
"description": "Transport adapter configuration for agent communication within Kradle.\nDefines how the platform communicates with agent runtimes — via the\nAgent Adapter bridge, direct process spawning, or remote API calls.\nEach adapter type has its own configuration shape for timeouts,\nretry policies, and protocol negotiation.\n"
},
"outgoingEdges": [
{
"from": "topic:kradle-agent-adapter",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "topic:kradle-agent-adapter",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:kradle-agent-adapter",
"to": "topic:remote-dispatch",
"kind": "applies_to"
},
{
"from": "topic:kradle-agent-adapter",
"to": "topic:kradle-agent-transport-binding",
"kind": "related_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "topic:kradle-agent-transport-binding",
"to": "topic:kradle-agent-adapter",
"kind": "requires",
"attributes": {}
}
]
}