II.
Topic JSON
Structured · livetopic:krate-agent-trigger-rule
Krate Agent Trigger Rule json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:krate-agent-trigger-rule",
"_kind": "Topic",
"_file": "domain/products/krate-agent-layer.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate Agent Trigger Rule",
"description": "Event-to-dispatch routing rule that determines when an agent should be\nautomatically dispatched. Trigger rules match on CI failure events,\nincoming webhooks, issue label changes, cron schedules, or repository\npush events, and map the matched event to a specific Agent Stack\nwith context assembly parameters.\n"
},
"outgoingEdges": [
{
"from": "topic:krate-agent-trigger-rule",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-trigger-rule",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-trigger-rule",
"to": "topic:event-driven-dispatch",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-trigger-rule",
"to": "topic:scheduled-dispatch",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-trigger-rule",
"to": "topic:krate-agent-stack",
"kind": "requires",
"attributes": {}
},
{
"from": "topic:krate-agent-trigger-rule",
"to": "topic:krate-agent-trigger-execution",
"kind": "related_to",
"attributes": {}
},
{
"from": "topic:krate-agent-trigger-rule",
"to": "topic:krate-agent-capability-requirement",
"kind": "related_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "topic:krate-agent-gateway-config",
"to": "topic:krate-agent-trigger-rule",
"kind": "related_to",
"attributes": {}
},
{
"from": "topic:krate-agent-trigger-execution",
"to": "topic:krate-agent-trigger-rule",
"kind": "requires",
"attributes": {}
},
{
"from": "interaction-primitive:krate-agent-trigger-process",
"to": "topic:krate-agent-trigger-rule",
"kind": "integrates_with",
"attributes": {}
}
]
}