II.
Topic JSON
Structured · livetopic:krate-agent-dispatch-attempt
Krate Agent Dispatch Attempt json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:krate-agent-dispatch-attempt",
"_kind": "Topic",
"_file": "domain/products/krate-agent-layer.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate Agent Dispatch Attempt",
"description": "Retry attempt within a dispatch run. When an agent session fails due\nto transient errors, model rate limits, or timeout, Krate records\nthe failed attempt and may spawn a new one with exponential backoff.\nEach attempt captures its own session transcript, token usage, and\nfailure reason to enable root-cause analysis.\n"
},
"outgoingEdges": [
{
"from": "topic:krate-agent-dispatch-attempt",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-dispatch-attempt",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-dispatch-attempt",
"to": "topic:agent-run-lifecycle",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-dispatch-attempt",
"to": "topic:krate-agent-dispatch-run",
"kind": "requires",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "topic:krate-agent-dispatch-run",
"to": "topic:krate-agent-dispatch-attempt",
"kind": "related_to",
"attributes": {}
}
]
}