{
  "id": "bbg-p0204-architecture-source-map-architecture-source",
  "title": "AI Agent Concept Map",
  "chapter": "ai-agents-and-tool-use",
  "batch": "06",
  "rank": 58,
  "sourcePage": 204,
  "sourcePointer": "p. 204",
  "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",
      "preserve coarse grouping, sequence, and hierarchy from the inspected candidate page",
      "short generic labels only"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: Agent",
      "concept: Architecture Source Map"
    ],
    "labelSource": "source-summary",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "loop",
      "label": "Agent loop",
      "x": 58,
      "y": 142,
      "w": 284,
      "h": 300
    },
    {
      "id": "state",
      "label": "State and memory",
      "x": 390,
      "y": 142,
      "w": 218,
      "h": 300
    },
    {
      "id": "action",
      "label": "Action surface",
      "x": 656,
      "y": 142,
      "w": 248,
      "h": 300
    }
  ],
  "shapes": [
    {
      "id": "agent",
      "kind": "hex",
      "label": "Agent",
      "detail": "goal holder",
      "x": 122,
      "y": 176,
      "w": 120,
      "h": 74,
      "tone": "purple"
    },
    {
      "id": "perception",
      "kind": "rect",
      "label": "Perception",
      "detail": "observe",
      "x": 88,
      "y": 318,
      "w": 112,
      "h": 58,
      "tone": "blue"
    },
    {
      "id": "reason",
      "kind": "diamond",
      "label": "Reasoning",
      "detail": "plan",
      "x": 226,
      "y": 304,
      "w": 96,
      "h": 82,
      "tone": "orange"
    },
    {
      "id": "state",
      "kind": "rect",
      "label": "State",
      "detail": "world model",
      "x": 438,
      "y": 194,
      "w": 118,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "memory",
      "kind": "cylinder",
      "label": "Memory",
      "detail": "history",
      "x": 438,
      "y": 324,
      "w": 118,
      "h": 78,
      "tone": "teal"
    },
    {
      "id": "tools",
      "kind": "gateway",
      "label": "Tools",
      "detail": "APIs",
      "x": 708,
      "y": 186,
      "w": 126,
      "h": 78,
      "tone": "blue"
    },
    {
      "id": "environment",
      "kind": "rect",
      "label": "Environment",
      "detail": "feedback",
      "x": 706,
      "y": 330,
      "w": 130,
      "h": 58,
      "tone": "gray"
    }
  ],
  "connectors": [
    {
      "from": "perception",
      "to": "agent",
      "label": "sense",
      "flow": "data"
    },
    {
      "from": "agent",
      "to": "reason",
      "label": "decide",
      "flow": "control"
    },
    {
      "from": "reason",
      "to": "tools",
      "label": "act",
      "flow": "main"
    },
    {
      "from": "agent",
      "to": "state",
      "label": "update",
      "flow": "data"
    },
    {
      "from": "state",
      "to": "memory",
      "label": "store",
      "flow": "data"
    },
    {
      "from": "tools",
      "to": "environment",
      "label": "change",
      "flow": "main"
    },
    {
      "from": "environment",
      "to": "perception",
      "label": "observe",
      "flow": "async"
    }
  ]
}
