II.
Topic JSON
Structured · livetopic:krate-agent-artifact
Krate Agent Artifact json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:krate-agent-artifact",
"_kind": "Topic",
"_file": "domain/products/krate-agent-layer.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate Agent Artifact",
"description": "Output artifact produced by an agent dispatch run. Includes code\ndiffs, generated files, PR descriptions, log outputs, and structured\nreports. Artifacts are content-addressed and immutable, stored\nalongside the dispatch run record for audit and reproducibility.\nEach artifact carries MIME type and size metadata.\n"
},
"outgoingEdges": [
{
"from": "topic:krate-agent-artifact",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-artifact",
"to": "domain:software-engineering",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-artifact",
"to": "topic:agent-run-lifecycle",
"kind": "applies_to"
},
{
"from": "topic:krate-agent-artifact",
"to": "topic:krate-agent-dispatch-run",
"kind": "requires",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "topic:krate-agent-dispatch-run",
"to": "topic:krate-agent-artifact",
"kind": "related_to",
"attributes": {}
},
{
"from": "interaction-primitive:krate-pr-create",
"to": "topic:krate-agent-artifact",
"kind": "integrates_with",
"attributes": {}
}
]
}