{
  "type": "excalidraw",
  "version": 2,
  "source": "https://excalidraw.com",
  "elements": [
    {
      "type": "rectangle",
      "id": "bg",
      "x": -200,
      "y": -100,
      "width": 1600,
      "height": 1100,
      "backgroundColor": "#ffffff",
      "fillStyle": "solid",
      "strokeColor": "transparent",
      "strokeWidth": 0,
      "roundness": {"type": 3}
    },
    {
      "type": "text",
      "id": "title",
      "x": 300,
      "y": 20,
      "width": 600,
      "height": 40,
      "text": "Agent Development Workflow",
      "fontSize": 28,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#1e1e1e",
      "fillStyle": "solid"
    },
    {
      "type": "rectangle",
      "id": "step1",
      "x": 390,
      "y": 80,
      "width": 420,
      "height": 70,
      "backgroundColor": "#b2f2bb",
      "fillStyle": "solid",
      "strokeColor": "#2b8a3e",
      "strokeWidth": 2,
      "roundness": {"type": 3}
    },
    {
      "type": "text",
      "id": "step1-label",
      "x": 400,
      "y": 95,
      "width": 400,
      "height": 40,
      "text": "1. Create on Platform",
      "fontSize": 20,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#1e1e1e"
    },
    {
      "type": "text",
      "id": "step1-cmd",
      "x": 840,
      "y": 100,
      "width": 280,
      "height": 36,
      "text": "cxas create / Apps.create_app()",
      "fontSize": 14,
      "fontFamily": 2,
      "textAlign": "left",
      "strokeColor": "#555555"
    },
    {
      "type": "arrow",
      "id": "arr1",
      "x": 600,
      "y": 150,
      "width": 0,
      "height": 60,
      "strokeColor": "#1e1e1e",
      "strokeWidth": 2,
      "points": [[0,0],[0,60]],
      "endArrowhead": "arrow"
    },
    {
      "type": "rectangle",
      "id": "step2",
      "x": 390,
      "y": 210,
      "width": 420,
      "height": 70,
      "backgroundColor": "#a5d8ff",
      "fillStyle": "solid",
      "strokeColor": "#1c7ed6",
      "strokeWidth": 2,
      "roundness": {"type": 3}
    },
    {
      "type": "text",
      "id": "step2-label",
      "x": 400,
      "y": 228,
      "width": 400,
      "height": 36,
      "text": "2. Pull to Local",
      "fontSize": 20,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#1e1e1e"
    },
    {
      "type": "text",
      "id": "step2-cmd",
      "x": 840,
      "y": 228,
      "width": 140,
      "height": 36,
      "text": "cxas pull",
      "fontSize": 14,
      "fontFamily": 2,
      "textAlign": "left",
      "strokeColor": "#555555"
    },
    {
      "type": "arrow",
      "id": "arr2",
      "x": 600,
      "y": 280,
      "width": 0,
      "height": 60,
      "strokeColor": "#1e1e1e",
      "strokeWidth": 2,
      "points": [[0,0],[0,60]],
      "endArrowhead": "arrow"
    },
    {
      "type": "rectangle",
      "id": "step3",
      "x": 390,
      "y": 340,
      "width": 420,
      "height": 70,
      "backgroundColor": "#fff3bf",
      "fillStyle": "solid",
      "strokeColor": "#e67700",
      "strokeWidth": 2,
      "roundness": {"type": 3}
    },
    {
      "type": "text",
      "id": "step3-label",
      "x": 400,
      "y": 358,
      "width": 400,
      "height": 36,
      "text": "3. Edit Locally",
      "fontSize": 20,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#1e1e1e"
    },
    {
      "type": "text",
      "id": "step3-cmd",
      "x": 840,
      "y": 350,
      "width": 300,
      "height": 50,
      "text": "instruction.txt / callbacks / tools",
      "fontSize": 14,
      "fontFamily": 2,
      "textAlign": "left",
      "strokeColor": "#555555"
    },
    {
      "type": "arrow",
      "id": "arr3",
      "x": 600,
      "y": 410,
      "width": 0,
      "height": 60,
      "strokeColor": "#1e1e1e",
      "strokeWidth": 2,
      "points": [[0,0],[0,60]],
      "endArrowhead": "arrow"
    },
    {
      "type": "rectangle",
      "id": "step4",
      "x": 390,
      "y": 470,
      "width": 420,
      "height": 70,
      "backgroundColor": "#ffd8a8",
      "fillStyle": "solid",
      "strokeColor": "#e67700",
      "strokeWidth": 2,
      "roundness": {"type": 3}
    },
    {
      "type": "text",
      "id": "step4-label",
      "x": 400,
      "y": 488,
      "width": 400,
      "height": 36,
      "text": "4. Lint",
      "fontSize": 20,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#1e1e1e"
    },
    {
      "type": "text",
      "id": "step4-cmd",
      "x": 840,
      "y": 488,
      "width": 140,
      "height": 36,
      "text": "cxas lint",
      "fontSize": 14,
      "fontFamily": 2,
      "textAlign": "left",
      "strokeColor": "#555555"
    },
    {
      "type": "arrow",
      "id": "arr4",
      "x": 600,
      "y": 540,
      "width": 0,
      "height": 60,
      "strokeColor": "#1e1e1e",
      "strokeWidth": 2,
      "points": [[0,0],[0,60]],
      "endArrowhead": "arrow"
    },
    {
      "type": "rectangle",
      "id": "step5",
      "x": 390,
      "y": 600,
      "width": 420,
      "height": 70,
      "backgroundColor": "#b2f2bb",
      "fillStyle": "solid",
      "strokeColor": "#2b8a3e",
      "strokeWidth": 2,
      "roundness": {"type": 3}
    },
    {
      "type": "text",
      "id": "step5-label",
      "x": 400,
      "y": 618,
      "width": 400,
      "height": 36,
      "text": "5. Push to Platform",
      "fontSize": 20,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#1e1e1e"
    },
    {
      "type": "text",
      "id": "step5-cmd",
      "x": 840,
      "y": 618,
      "width": 140,
      "height": 36,
      "text": "cxas push",
      "fontSize": 14,
      "fontFamily": 2,
      "textAlign": "left",
      "strokeColor": "#555555"
    },
    {
      "type": "arrow",
      "id": "arr5",
      "x": 600,
      "y": 670,
      "width": 0,
      "height": 60,
      "strokeColor": "#1e1e1e",
      "strokeWidth": 2,
      "points": [[0,0],[0,60]],
      "endArrowhead": "arrow"
    },
    {
      "type": "rectangle",
      "id": "step6",
      "x": 390,
      "y": 730,
      "width": 420,
      "height": 70,
      "backgroundColor": "#c3fae8",
      "fillStyle": "solid",
      "strokeColor": "#0c8599",
      "strokeWidth": 2,
      "roundness": {"type": 3}
    },
    {
      "type": "text",
      "id": "step6-label",
      "x": 400,
      "y": 748,
      "width": 400,
      "height": 36,
      "text": "6. Test & Evaluate",
      "fontSize": 20,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#1e1e1e"
    },
    {
      "type": "text",
      "id": "step6-cmd",
      "x": 840,
      "y": 738,
      "width": 340,
      "height": 50,
      "text": "cxas run / test-tools / test-callbacks",
      "fontSize": 14,
      "fontFamily": 2,
      "textAlign": "left",
      "strokeColor": "#555555"
    },
    {
      "type": "arrow",
      "id": "loop-arr",
      "x": 390,
      "y": 765,
      "width": -150,
      "height": -390,
      "strokeColor": "#e67700",
      "strokeWidth": 2,
      "points": [[0,0],[-150,0],[-150,-390],[0,-390]],
      "endArrowhead": "arrow",
      "startArrowhead": null
    },
    {
      "type": "text",
      "id": "loop-label",
      "x": 160,
      "y": 540,
      "width": 120,
      "height": 36,
      "text": "Iterate",
      "fontSize": 16,
      "fontFamily": 1,
      "textAlign": "center",
      "strokeColor": "#e67700"
    }
  ],
  "appState": {
    "viewBackgroundColor": "#ffffff",
    "gridSize": null
  },
  "files": {}
}
