II.
StackPart JSON
Structured · livestack-part:krate-agent-dispatch
Krate Agent Dispatch json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "stack-part:krate-agent-dispatch",
"_kind": "StackPart",
"_file": "domain/products/krate-components.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate 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 Mux client. Tracks attempt lifecycle\n(Pending, PermissionReview, ContextBundle, Running, Completed/Failed)\nand streams session output back through SSE.\n"
},
"outgoingEdges": [
{
"from": "stack-part:krate-agent-dispatch",
"to": "layer:5-agent-runtime",
"kind": "realizes",
"attributes": {
"notes": "Agent dispatch runtime component"
}
},
{
"from": "stack-part:krate-agent-dispatch",
"to": "platform:krate",
"kind": "part_of",
"attributes": {
"notes": "Krate agent dispatch component"
}
}
],
"incomingEdges": []
}