iiRecord
Agentic AI Atlas · Krate Agent Trigger Process
interaction-primitive:krate-agent-trigger-processa5c.ai
II.
InteractionPrimitive JSON

interaction-primitive:krate-agent-trigger-process

Structured · live

Krate Agent Trigger Process json

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

File · domain/products/krate-agent-layer.yamlCluster · domain
Record JSON
{
  "id": "interaction-primitive:krate-agent-trigger-process",
  "_kind": "InteractionPrimitive",
  "_file": "domain/products/krate-agent-layer.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Krate Agent Trigger Process",
    "description": "Event routing and auto-dispatch controller within Krate. Receives\nincoming events (CI failures, webhook payloads, schedule ticks,\nlabel changes), evaluates them against registered Trigger Rules,\nperforms capability matching to select the best Agent Stack, and\ninitiates a Dispatch Run. The trigger process handles deduplication,\nrate limiting, and concurrent dispatch throttling.\n",
    "kind": "automation",
    "surface": "headless",
    "category": "interaction-primitive-category:lifecycle",
    "availableInModes": [
      "headless"
    ],
    "requiresPermission": false
  },
  "outgoingEdges": [
    {
      "from": "interaction-primitive:krate-agent-trigger-process",
      "to": "layer:10-interaction",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "interaction-primitive:krate-agent-trigger-process",
      "to": "interaction-primitive-category:lifecycle",
      "kind": "in_category",
      "attributes": {}
    },
    {
      "from": "interaction-primitive:krate-agent-trigger-process",
      "to": "topic:krate-agent-trigger-rule",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "interaction-primitive:krate-agent-trigger-process",
      "to": "topic:krate-agent-trigger-execution",
      "kind": "integrates_with",
      "attributes": {}
    },
    {
      "from": "interaction-primitive:krate-agent-trigger-process",
      "to": "topic:krate-agent-capability-requirement",
      "kind": "integrates_with",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "platform:krate",
      "to": "interaction-primitive:krate-agent-trigger-process",
      "kind": "supports_interaction_primitive",
      "attributes": {
        "attributes": {
          "mechanism": "event-routing"
        }
      }
    }
  ]
}