{
  "name": "Analyze Google Sheets data with OpenAI-powered data agent",
  "nodes": [
    {
      "id": "da07d6f1-12ac-4453-8272-7f7887256f61",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        360,
        20
      ]
    },
    {
      "id": "c545a4e2-7882-4dca-b2cc-369b97d027a2",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -160,
        -60
      ],
      "parameters": {
        "width": 490,
        "height": 569,
        "content": "## Welcome to Ozki Your Data Analyst Agent V1.\n\nThe Ozki Data Analyst Agent is designed to analyze data from Google Sheets. To use it, you'll need to provide the URL of your Google Sheet file. The age"
      }
    },
    {
      "id": "4bf42da8-cd93-45ce-8051-95b91019d75f",
      "name": "OpenAI Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        580,
        240
      ]
    },
    {
      "id": "63bd9f43-c043-44f0-8885-67267c7e54bd",
      "name": "Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        612,
        20
      ]
    },
    {
      "id": "f1059905-1fb8-4b40-86ca-4aa3b4ab55ce",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        700,
        240
      ]
    },
    {
      "id": "41e14e6e-ea50-4c41-88f8-b4b96d06ad7f",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheetsTool",
      "position": [
        820,
        240
      ]
    }
  ],
  "connections": {
    "Agent": {
      "main": [
        []
      ]
    },
    "OpenAI Model": {
      "ai_languageModel": [
        [
          {
            "node": "Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets": {
      "ai_tool": [
        [
          {
            "node": "Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}