iiRecord
Agentic AI Atlas · Design Artifacts
knowledge-source:design-artifactsa5c.ai
II.
KnowledgeSource JSON

knowledge-source:design-artifacts

Structured · live

Design Artifacts json

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

File · domain/knowledge-fabric/knowledge-sources.yamlCluster · domain
Record JSON
{
  "id": "knowledge-source:design-artifacts",
  "_kind": "KnowledgeSource",
  "_file": "domain/knowledge-fabric/knowledge-sources.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Design Artifacts",
    "description": "Design system documentation, component libraries, Figma exports, style\nguides, and UX research findings as a knowledge source. Embedded via\nmultimodal vector representations that capture both visual and textual\ndesign knowledge.\n",
    "sourceKind": "design-system",
    "updateFrequency": "weekly",
    "indexingMethod": "vector-embedding"
  },
  "outgoingEdges": [
    {
      "from": "knowledge-source:design-artifacts",
      "to": "knowledge-domain:product-knowledge",
      "kind": "feeds_knowledge"
    }
  ],
  "incomingEdges": []
}