{
  "id": "bbg-p0343-ai-models-and-llm-systems",
  "title": "Types of AI Agents",
  "chapter": "ai-agents-and-tool-use",
  "batch": "10",
  "rank": 94,
  "sourcePage": 343,
  "sourcePointer": "p. 343",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "comparison",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render and extracted text inspected",
      "preserve agent-type progression from reflex to model-based, goal-based, utility-based, learning, and multi-agent",
      "retargeted from ai-models to ai-agents-and-tool-use"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: simple reflex agent",
      "concept: model-based reflex agent",
      "concept: goal-based agent",
      "concept: utility-based agent",
      "concept: learning agent"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "types",
      "label": "Increasing capability",
      "x": 54,
      "y": 126,
      "w": 852,
      "h": 330
    }
  ],
  "shapes": [
    {
      "id": "simple",
      "kind": "rect",
      "label": "Simple reflex",
      "detail": "condition action",
      "x": 92,
      "y": 176,
      "w": 128,
      "h": 58,
      "tone": "blue"
    },
    {
      "id": "model",
      "kind": "rect",
      "label": "Model-based",
      "detail": "internal state",
      "x": 250,
      "y": 176,
      "w": 128,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "goal",
      "kind": "rect",
      "label": "Goal-based",
      "detail": "plan to goal",
      "x": 408,
      "y": 176,
      "w": 128,
      "h": 58,
      "tone": "orange"
    },
    {
      "id": "utility",
      "kind": "rect",
      "label": "Utility-based",
      "detail": "best outcome",
      "x": 566,
      "y": 176,
      "w": 128,
      "h": 58,
      "tone": "purple"
    },
    {
      "id": "learning",
      "kind": "rect",
      "label": "Learning",
      "detail": "improves",
      "x": 724,
      "y": 176,
      "w": 128,
      "h": 58,
      "tone": "red"
    },
    {
      "id": "multi",
      "kind": "hex",
      "label": "Multi-agent",
      "detail": "collaborate",
      "x": 408,
      "y": 330,
      "w": 128,
      "h": 76,
      "tone": "teal"
    }
  ],
  "connectors": [
    {
      "from": "simple",
      "to": "model",
      "label": "adds state",
      "flow": "main"
    },
    {
      "from": "model",
      "to": "goal",
      "label": "adds goals",
      "flow": "main"
    },
    {
      "from": "goal",
      "to": "utility",
      "label": "optimizes",
      "flow": "main"
    },
    {
      "from": "utility",
      "to": "learning",
      "label": "learns",
      "flow": "main"
    },
    {
      "from": "goal",
      "to": "multi",
      "label": "coordinate",
      "flow": "async"
    }
  ]
}
