iiRecord
Agentic AI Atlas · Krate Agent Dispatch
stack-part:krate-agent-dispatcha5c.ai
II.
StackPart JSON

stack-part:krate-agent-dispatch

Structured · live

Krate Agent Dispatch json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/products/krate-components.yamlCluster · domain
Record JSON
{
  "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": []
}