{
  "name": "SerpApi AI Agent Text",
  "nodes": [
    {
      "parameters": {
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "typeVersion": 1.1,
      "position": [
        0,
        0
      ],
      "id": "870f1885-2693-4902-b973-c46cd0528dd3",
      "name": "When chat message received",
      "webhookId": "4aa7b6ab-d831-4bb2-aea3-59c9dc8594bd"
    },
    {
      "parameters": {
        "options": {
          "systemMessage": "You are a helpful assistant that helps the user answer whatever questions they have. You will search the Internet for the latest information when required."
        }
      },
      "type": "@n8n/n8n-nodes-langchain.agent",
      "typeVersion": 1.7,
      "position": [
        220,
        0
      ],
      "id": "8d7ca178-1ba7-4a1c-b63b-99f533fb749d",
      "name": "AI Agent"
    },
    {
      "parameters": {
        "model": {
          "__rl": true,
          "mode": "list",
          "value": "gpt-4o-mini"
        },
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "typeVersion": 1.2,
      "position": [
        200,
        220
      ],
      "id": "003f06be-f052-4190-91f5-654b2a27f79d",
      "name": "OpenAI Chat Model",
      "credentials": {}
    },
    {
      "parameters": {},
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "typeVersion": 1.3,
      "position": [
        340,
        220
      ],
      "id": "6c1d7397-29bf-4d31-9c91-2b43617f45e1",
      "name": "Window Buffer Memory"
    },
    {
      "parameters": {
        "options": {}
      },
      "type": "@n8n/n8n-nodes-langchain.toolSerpApi",
      "typeVersion": 1,
      "position": [
        480,
        220
      ],
      "id": "c033e1e0-c16c-4350-96e3-b435729dc745",
      "name": "SerpAPI",
      "credentials": {}
    },
    {
      "parameters": {},
      "type": "@n8n/n8n-nodes-langchain.toolCalculator",
      "typeVersion": 1,
      "position": [
        680,
        220
      ],
      "id": "0eb38a9b-3216-4478-8304-6fe39b028184",
      "name": "Calculator"
    }
  ],
  "pinData": {},
  "connections": {
    "When chat message received": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Window Buffer Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "SerpAPI": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Calculator": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "aa13c961-b93c-4d03-87f2-1ea942e60867",
  "meta": {
    "templateCredsSetupCompleted": true,
    "instanceId": "832866211f8ac40662978d72c40a8112435d4559ee75a3d59196f122076455a3"
  },
  "id": "tMCL4WCI3bqJjfZn",
  "tags": []
}
