II.
Topic JSON
Structured · livetopic:krate-agent-trigger-execution
Krate Agent Trigger Execution json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:krate-agent-trigger-execution",
"_kind": "Topic",
"_file": "domain/products/krate-agent-layer.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate Agent Trigger Execution",
"description": "Record of a trigger rule firing within Krate. 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:krate-agent-trigger-execution",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-trigger-execution",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-trigger-execution",
"to": "topic:event-driven-dispatch",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-trigger-execution",
"to": "topic:krate-agent-trigger-rule",
"kind": "requires",
"attributes": {}
},
{
"from": "topic:krate-agent-trigger-execution",
"to": "topic:krate-agent-dispatch-run",
"kind": "related_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "topic:krate-agent-trigger-rule",
"to": "topic:krate-agent-trigger-execution",
"kind": "related_to",
"attributes": {}
},
{
"from": "interaction-primitive:krate-agent-trigger-process",
"to": "topic:krate-agent-trigger-execution",
"kind": "integrates_with",
"attributes": {}
}
]
}