{
  "id": "bbg-p0386-platform-selection-and-tradeoffs-platform",
  "title": "AI Agent Tech Stack",
  "chapter": "ai-agents-and-tool-use",
  "batch": "02",
  "rank": 17,
  "sourcePage": 386,
  "sourcePointer": "p. 386",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "architecture",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render and extracted text inspected",
      "preserve stack categories: foundation models, data storage, development frameworks, and observability",
      "omit product logos, vendor marks, and decorative source layout",
      "retargeted from platform-selection to ai-agents-and-tool-use"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: foundation models as agent brains",
      "concept: vector databases and memory storage",
      "concept: agent development frameworks",
      "concept: observability for monitoring and debugging"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "reasoning",
      "label": "Reasoning core",
      "x": 60,
      "y": 126,
      "w": 250,
      "h": 270
    },
    {
      "id": "state",
      "label": "Context and memory",
      "x": 354,
      "y": 126,
      "w": 250,
      "h": 270
    },
    {
      "id": "runtime",
      "label": "Build and operate",
      "x": 648,
      "y": 126,
      "w": 250,
      "h": 270
    }
  ],
  "shapes": [
    {
      "id": "agent",
      "kind": "hex",
      "label": "Agent",
      "detail": "goal loop",
      "x": 102,
      "y": 244,
      "w": 120,
      "h": 78,
      "tone": "orange"
    },
    {
      "id": "model",
      "kind": "rect",
      "label": "Foundation model",
      "detail": "reason code answer",
      "x": 142,
      "y": 154,
      "w": 130,
      "h": 62,
      "tone": "purple"
    },
    {
      "id": "framework",
      "kind": "rect",
      "label": "Agent framework",
      "detail": "orchestrate steps",
      "x": 688,
      "y": 154,
      "w": 134,
      "h": 62,
      "tone": "blue"
    },
    {
      "id": "tools",
      "kind": "rect",
      "label": "Tools",
      "detail": "APIs functions",
      "x": 724,
      "y": 256,
      "w": 104,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "vector",
      "kind": "cylinder",
      "label": "Vector store",
      "detail": "retrieval",
      "x": 392,
      "y": 154,
      "w": 122,
      "h": 76,
      "tone": "green"
    },
    {
      "id": "memory",
      "kind": "cylinder",
      "label": "Memory store",
      "detail": "context history",
      "x": 444,
      "y": 288,
      "w": 122,
      "h": 76,
      "tone": "teal"
    },
    {
      "id": "observe",
      "kind": "rect",
      "label": "Observability",
      "detail": "trace debug log",
      "x": 700,
      "y": 340,
      "w": 134,
      "h": 58,
      "tone": "red"
    }
  ],
  "connectors": [
    {
      "from": "agent",
      "to": "model",
      "label": "reason",
      "flow": "control"
    },
    {
      "from": "agent",
      "to": "vector",
      "label": "retrieve",
      "flow": "data"
    },
    {
      "from": "agent",
      "to": "memory",
      "label": "store",
      "flow": "data",
      "dashed": true
    },
    {
      "from": "framework",
      "to": "agent",
      "label": "manage",
      "flow": "control"
    },
    {
      "from": "agent",
      "to": "tools",
      "label": "call",
      "flow": "async"
    },
    {
      "from": "agent",
      "to": "observe",
      "label": "telemetry",
      "flow": "data",
      "dashed": true
    }
  ]
}
