II.
StackPart JSON
Structured · livestack-part:kradle-agent-dispatch
Kradle Agent Dispatch json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-part:kradle-agent-dispatch",
"_kind": "StackPart",
"_file": "domain/products/kradle-components.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Kradle Agent Dispatch",
"category": "compute",
"description": "Handles manual and automated dispatch of AI coding agents. Creates\nAgentDispatchRun resources, performs permission review against org\npolicies, assembles context bundles, and launches agent sessions as\nKubernetes Jobs via the Agent Adapter client. Tracks attempt lifecycle\n(Pending, PermissionReview, ContextBundle, Running, Completed/Failed)\nand streams session output back through SSE.\n"
},
"outgoingEdges": [
{
"from": "stack-part:kradle-agent-dispatch",
"to": "layer:5-agent-runtime",
"kind": "realizes",
"attributes": {
"notes": "Agent dispatch runtime component"
}
},
{
"from": "stack-part:kradle-agent-dispatch",
"to": "platform:kradle",
"kind": "part_of",
"attributes": {
"notes": "Kradle agent dispatch component"
}
}
],
"incomingEdges": []
}