{
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "nodes": [
    {
      "id": "8bab2b5d-18cb-41dc-99c7-b16e4ae700df",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -464,
        320
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "0a599d05-8162-44de-bedc-9dddf8ef6284",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -176,
        320
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "50e228fb-edfa-47ac-84c1-5f2328d29c4f",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        176,
        320
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "7e19996a-2473-42c7-a6fe-ab0497b89dfa",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -336,
        -320
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "05e4892e-503d-4f30-a424-28c48556c878",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -384,
        160
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "196e5d4a-36a8-429a-b568-52bf237d89de",
      "name": "Start Chat Conversation",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -432,
        -64
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "349eb81d-a532-49a4-8a79-101e11651c88",
      "name": "Smart AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -176,
        -64
      ],
      "parameters": {},
      "typeVersion": 1.7
    },
    {
      "id": "9b8a74f3-b40f-4be2-8e1e-3ed3051346a3",
      "name": "Remember Chat History",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -64,
        160
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "49cb6b81-702e-4902-b4d9-37b2ecd6899f",
      "name": "Get Excel Data",
      "type": "n8n-nodes-base.microsoftExcelTool",
      "position": [
        272,
        160
      ],
      "parameters": {},
      "typeVersion": 2.1
    }
  ],
  "connections": {
    "Get Excel Data": {
      "ai_tool": [
        [
          {
            "node": "Smart AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Smart AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Remember Chat History": {
      "ai_memory": [
        [
          {
            "node": "Smart AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Start Chat Conversation": {
      "main": [
        [
          {
            "node": "Smart AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}