iiRecord
Agentic AI Atlas · Krate Agent Artifact
topic:krate-agent-artifacta5c.ai
II.
Topic JSON

topic:krate-agent-artifact

Structured · live

Krate Agent Artifact json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/products/krate-agent-layer.yamlCluster · domain
Record JSON
{
  "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": {}
    }
  ]
}