{
  "name": "Automate browser tasks with Airtop & GPT-4 - Reddit posting example",
  "nodes": [
    {
      "id": "cc74d814-16cc-4f48-ac90-dd388950c331",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -768,
        0
      ]
    },
    {
      "id": "5ab6d426-091f-4bf2-9599-e1211e00b162",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        80,
        -16
      ]
    },
    {
      "id": "44fb659b-e8a9-4f87-9661-aa05d35437ad",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -752,
        400
      ]
    },
    {
      "id": "76ddc52d-863b-495b-b1f4-e1f88e1ab7dc",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -528,
        400
      ]
    },
    {
      "id": "a41a1a73-7ff2-47dc-8e20-32911405a56f",
      "name": "create_session",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        -320,
        384
      ]
    },
    {
      "id": "0c2c56a1-1c71-49ba-a849-14011738b153",
      "name": "terminate_session",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        -192,
        384
      ]
    },
    {
      "id": "e719b161-d2eb-4de5-82a6-746737b14129",
      "name": "read_airtop_profiles",
      "type": "n8n-nodes-base.googleSheetsTool",
      "position": [
        -64,
        384
      ]
    },
    {
      "id": "4cb14753-6da9-4676-bea4-f6db675f67ae",
      "name": "create_window",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        64,
        384
      ]
    },
    {
      "id": "1ab3f2ea-f52d-414f-a2d1-098862bff46e",
      "name": "click_element",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        192,
        384
      ]
    },
    {
      "id": "b539e4c7-5ec4-4b17-9066-522d2bf789f0",
      "name": "query_page",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        320,
        384
      ]
    },
    {
      "id": "0c10c2e1-cc1c-46d8-884d-7d6a73c960ec",
      "name": "type_text",
      "type": "n8n-nodes-base.airtopTool",
      "position": [
        448,
        384
      ]
    },
    {
      "id": "fe1d09e9-f46b-478f-bdee-4ecdc39bdcad",
      "name": "browser_sheet_read",
      "type": "n8n-nodes-base.googleSheetsTool",
      "position": [
        576,
        384
      ]
    },
    {
      "id": "85008e4d-d797-42dd-a162-5e68385a121b",
      "name": "browser_sheet_write",
      "type": "n8n-nodes-base.googleSheetsTool",
      "position": [
        704,
        384
      ]
    },
    {
      "id": "3edb3811-a3ef-4b92-afc4-2105d5b47521",
      "name": "windows_sheet_read",
      "type": "n8n-nodes-base.googleSheetsTool",
      "position": [
        832,
        384
      ]
    },
    {
      "id": "c500239c-0d70-41d3-9a43-363b937c1e27",
      "name": "windows_sheet_write",
      "type": "n8n-nodes-base.googleSheetsTool",
      "position": [
        960,
        384
      ]
    },
    {
      "id": "86015f59-a11e-4ccf-a427-5669db5f2c90",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -352,
        304
      ],
      "parameters": {
        "width": 1456,
        "height": 240,
        "content": "## Tools"
      }
    },
    {
      "id": "2b9b1fe9-a184-47d9-b86f-5247f3f7d4e0",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -576,
        304
      ],
      "parameters": {
        "width": 176,
        "height": 240,
        "content": "## Memory"
      }
    },
    {
      "id": "17355c78-73d9-4fea-a153-24009c45188d",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -800,
        304
      ],
      "parameters": {
        "width": 176,
        "height": 240,
        "content": "## AI Model"
      }
    }
  ],
  "connections": {
    "type_text": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "query_page": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "click_element": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "create_window": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "create_session": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "terminate_session": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "browser_sheet_read": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "windows_sheet_read": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "browser_sheet_write": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "windows_sheet_write": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "read_airtop_profiles": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}