II.
Topic JSON
Structured · livetopic:krate-agent-adapter
Krate Agent Adapter json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:krate-agent-adapter",
"_kind": "Topic",
"_file": "domain/products/krate-agent-layer.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate Agent Adapter",
"description": "Transport adapter configuration for agent communication within Krate.\nDefines how the platform communicates with agent runtimes — via the\nAgent Mux 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:krate-agent-adapter",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-adapter",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-adapter",
"to": "topic:remote-dispatch",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-adapter",
"to": "topic:krate-agent-transport-binding",
"kind": "related_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "topic:krate-agent-transport-binding",
"to": "topic:krate-agent-adapter",
"kind": "requires",
"attributes": {}
}
]
}