II.
Topic JSON
Structured · livetopic:event-driven-dispatch
Event-Driven Dispatch json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:event-driven-dispatch",
"_kind": "Topic",
"_file": "domain/topics/topics-dispatch.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Event-Driven Dispatch",
"description": "Event-Driven Dispatch as a cross-cutting topic - triggering agent work in\nresponse to external events rather than on a fixed schedule. Covers webhook\nreception and validation (HMAC, JWT), message-queue-based triggers (SQS,\nPub/Sub, Kafka), repository events (push, PR, release), observability\nalert-triggered remediation agents, and idempotent event handling to\nprevent duplicate agent invocations.\n"
},
"outgoingEdges": [
{
"from": "topic:event-driven-dispatch",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:event-driven-dispatch",
"to": "domain:devops",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "orch-primitive:poll-tick",
"to": "topic:event-driven-dispatch",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:issue-tracker-sync",
"to": "topic:event-driven-dispatch",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "domain:ml-ai",
"to": "topic:event-driven-dispatch",
"kind": "contains",
"attributes": {}
},
{
"from": "topic:krate-agent-trigger-rule",
"to": "topic:event-driven-dispatch",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-trigger-execution",
"to": "topic:event-driven-dispatch",
"kind": "applies_to"
}
]
}