{
  "id": "bbg-p0274-search-retrieval-and-rag-search",
  "title": "AI Agent Framework Catalog",
  "chapter": "ai-agents-and-tool-use",
  "batch": "18",
  "rank": 175,
  "sourcePage": 274,
  "sourcePointer": "p. 274",
  "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 inspected",
      "preserve agent framework categories: LangChain/LlamaIndex, AutoGen, CrewAI, Semantic Kernel, code-execution agents, and workflow orchestration patterns",
      "retargeted from RAG chapter to ai-agents-and-tool-use"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: LangChain",
      "concept: AutoGen",
      "concept: CrewAI",
      "concept: LlamaIndex",
      "concept: Semantic Kernel"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "frameworks",
      "label": "Agent framework roles",
      "x": 58,
      "y": 128,
      "w": 844,
      "h": 320
    }
  ],
  "shapes": [
    {
      "id": "langchain",
      "kind": "rect",
      "label": "LangChain",
      "detail": "chains tools",
      "x": 96,
      "y": 170,
      "w": 126,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "llama",
      "kind": "rect",
      "label": "LlamaIndex",
      "detail": "knowledge index",
      "x": 264,
      "y": 170,
      "w": 126,
      "h": 58,
      "tone": "teal"
    },
    {
      "id": "autogen",
      "kind": "rect",
      "label": "AutoGen",
      "detail": "agent chat",
      "x": 432,
      "y": 170,
      "w": 126,
      "h": 58,
      "tone": "purple"
    },
    {
      "id": "crew",
      "kind": "rect",
      "label": "CrewAI",
      "detail": "role teams",
      "x": 600,
      "y": 170,
      "w": 126,
      "h": 58,
      "tone": "orange"
    },
    {
      "id": "kernel",
      "kind": "rect",
      "label": "Semantic Kernel",
      "detail": "plugins",
      "x": 264,
      "y": 336,
      "w": 126,
      "h": 58,
      "tone": "blue"
    },
    {
      "id": "runtime",
      "kind": "hex",
      "label": "Agent runtime",
      "detail": "tools memory",
      "x": 472,
      "y": 320,
      "w": 136,
      "h": 82,
      "tone": "red"
    },
    {
      "id": "human",
      "kind": "actor",
      "label": "Human loop",
      "detail": "feedback",
      "x": 724,
      "y": 320,
      "w": 82,
      "h": 88,
      "tone": "gray"
    }
  ],
  "connectors": [
    {
      "from": "langchain",
      "to": "runtime",
      "label": "tools",
      "flow": "main"
    },
    {
      "from": "llama",
      "to": "runtime",
      "label": "retrieval",
      "flow": "data"
    },
    {
      "from": "autogen",
      "to": "runtime",
      "label": "agents",
      "flow": "async"
    },
    {
      "from": "crew",
      "to": "runtime",
      "label": "roles",
      "flow": "control"
    },
    {
      "from": "kernel",
      "to": "runtime",
      "label": "plugins",
      "flow": "control"
    },
    {
      "from": "human",
      "to": "runtime",
      "label": "review",
      "flow": "data",
      "dashed": true
    }
  ]
}
