iiRecord
Agentic AI Atlas · Kradle Agent Trigger Execution
topic:kradle-agent-trigger-executiona5c.ai
II.
Topic JSON

topic:kradle-agent-trigger-execution

Structured · live

Kradle Agent Trigger Execution json

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

File · domain/products/kradle-agent-layer.yamlCluster · domain
Record JSON
{
  "id": "topic:kradle-agent-trigger-execution",
  "_kind": "Topic",
  "_file": "domain/products/kradle-agent-layer.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Kradle Agent Trigger Execution",
    "description": "Record of a trigger rule firing within Kradle. Captures the incoming\nevent payload, the matched trigger rule, the routing decision, and\nthe resulting dispatch run (if any). Trigger executions form an\naudit trail showing why agents were dispatched and what events\ncaused them to activate.\n"
  },
  "outgoingEdges": [
    {
      "from": "topic:kradle-agent-trigger-execution",
      "to": "domain:platform-engineering",
      "kind": "applies_to"
    },
    {
      "from": "topic:kradle-agent-trigger-execution",
      "to": "domain:devops",
      "kind": "applies_to"
    },
    {
      "from": "topic:kradle-agent-trigger-execution",
      "to": "topic:event-driven-dispatch",
      "kind": "applies_to"
    },
    {
      "from": "topic:kradle-agent-trigger-execution",
      "to": "topic:kradle-agent-trigger-rule",
      "kind": "requires",
      "attributes": {}
    },
    {
      "from": "topic:kradle-agent-trigger-execution",
      "to": "topic:kradle-agent-dispatch-run",
      "kind": "related_to",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "topic:kradle-agent-trigger-rule",
      "to": "topic:kradle-agent-trigger-execution",
      "kind": "related_to",
      "attributes": {}
    },
    {
      "from": "interaction-primitive:kradle-agent-trigger-process",
      "to": "topic:kradle-agent-trigger-execution",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}