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

topic:kradle-agent-artifact

Structured · live

Kradle Agent Artifact json

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

File · domain/products/kradle-agent-layer.yamlCluster · domain
Record JSON
{
  "id": "topic:kradle-agent-artifact",
  "_kind": "Topic",
  "_file": "domain/products/kradle-agent-layer.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Kradle 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:kradle-agent-artifact",
      "to": "domain:platform-engineering",
      "kind": "applies_to"
    },
    {
      "from": "topic:kradle-agent-artifact",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    },
    {
      "from": "topic:kradle-agent-artifact",
      "to": "topic:agent-run-lifecycle",
      "kind": "applies_to"
    },
    {
      "from": "topic:kradle-agent-artifact",
      "to": "topic:kradle-agent-dispatch-run",
      "kind": "requires",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "topic:kradle-agent-dispatch-run",
      "to": "topic:kradle-agent-artifact",
      "kind": "related_to",
      "attributes": {}
    },
    {
      "from": "interaction-primitive:kradle-pr-create",
      "to": "topic:kradle-agent-artifact",
      "kind": "integrates_with",
      "attributes": {}
    }
  ]
}