{
  "id": "bbg-p0228-ai-agents-and-tool-use",
  "title": "Agentic AI Learning Roadmap",
  "chapter": "ai-agents-and-tool-use",
  "batch": "16",
  "rank": 153,
  "sourcePage": 228,
  "sourcePointer": "p. 228",
  "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 roadmap categories: agent concepts, coding tools, foundation models, frameworks, memory/RAG, tooling, evaluation, and deployment",
      "omit source logos and decorative poster art"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: AI agent autonomy",
      "concept: coding and experimentation tools",
      "concept: foundation models",
      "concept: memory/RAG and tools",
      "concept: evaluation deployment"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "base",
      "label": "Foundation",
      "x": 54,
      "y": 126,
      "w": 250,
      "h": 320
    },
    {
      "id": "build",
      "label": "Build agents",
      "x": 354,
      "y": 126,
      "w": 250,
      "h": 320
    },
    {
      "id": "operate",
      "label": "Evaluate and deploy",
      "x": 654,
      "y": 126,
      "w": 250,
      "h": 320
    }
  ],
  "shapes": [
    {
      "id": "concept",
      "kind": "hex",
      "label": "Agent concept",
      "detail": "autonomy HITL",
      "x": 104,
      "y": 166,
      "w": 132,
      "h": 78,
      "tone": "orange"
    },
    {
      "id": "models",
      "kind": "rect",
      "label": "Foundation models",
      "detail": "reason generate",
      "x": 118,
      "y": 306,
      "w": 132,
      "h": 58,
      "tone": "purple"
    },
    {
      "id": "frameworks",
      "kind": "rect",
      "label": "Frameworks",
      "detail": "orchestrate",
      "x": 398,
      "y": 166,
      "w": 132,
      "h": 58,
      "tone": "blue"
    },
    {
      "id": "memory",
      "kind": "cylinder",
      "label": "Memory RAG",
      "detail": "context",
      "x": 420,
      "y": 304,
      "w": 132,
      "h": 74,
      "tone": "green"
    },
    {
      "id": "tools",
      "kind": "rect",
      "label": "Tools APIs",
      "detail": "act",
      "x": 696,
      "y": 166,
      "w": 132,
      "h": 58,
      "tone": "teal"
    },
    {
      "id": "eval",
      "kind": "rect",
      "label": "Evaluation",
      "detail": "quality safety",
      "x": 728,
      "y": 296,
      "w": 132,
      "h": 58,
      "tone": "red"
    },
    {
      "id": "deploy",
      "kind": "rect",
      "label": "Deployment",
      "detail": "runtime monitor",
      "x": 696,
      "y": 390,
      "w": 132,
      "h": 58,
      "tone": "gray"
    }
  ],
  "connectors": [
    {
      "from": "concept",
      "to": "models",
      "label": "learn",
      "flow": "main"
    },
    {
      "from": "models",
      "to": "frameworks",
      "label": "build",
      "flow": "main"
    },
    {
      "from": "frameworks",
      "to": "memory",
      "label": "ground",
      "flow": "data"
    },
    {
      "from": "memory",
      "to": "tools",
      "label": "act",
      "flow": "async"
    },
    {
      "from": "tools",
      "to": "eval",
      "label": "test",
      "flow": "control"
    },
    {
      "from": "eval",
      "to": "deploy",
      "label": "ship",
      "flow": "main"
    }
  ]
}
