{
  "name": "Conversational Google Calendar management with Claude 3.5 Haiku & Telegram",
  "nodes": [
    {
      "id": "598b3faf-c19d-47a8-9f01-fc0238194336",
      "name": "Telegram Trigger",
      "type": "n8n-nodes-base.telegramTrigger",
      "position": [
        -100,
        0
      ]
    },
    {
      "id": "9c0699ec-4e49-4621-bd56-10b043bd66cf",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        400,
        0
      ]
    },
    {
      "id": "c9ac882c-d8ed-4d92-831e-b11bc739a76a",
      "name": "4.1-nano",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        280,
        300
      ]
    },
    {
      "id": "41da20c9-da77-4908-9c55-dddecd1dc729",
      "name": "Create",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        680,
        300
      ]
    },
    {
      "id": "689186fa-2988-448d-b1c3-279b7b915ecf",
      "name": "Get",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        800,
        300
      ]
    },
    {
      "id": "dafaa597-44fa-4b4e-8989-51eea390a044",
      "name": "Explain",
      "type": "n8n-nodes-base.telegramTool",
      "position": [
        560,
        300
      ]
    },
    {
      "id": "c7d89753-637c-4bff-9cdd-d972fbdfd0a3",
      "name": "Haiku 3.5",
      "type": "@n8n/n8n-nodes-langchain.lmChatAnthropic",
      "position": [
        140,
        300
      ]
    },
    {
      "id": "b5ad1910-83f0-4673-9ea5-48b720134a7c",
      "name": "Result",
      "type": "n8n-nodes-base.telegram",
      "position": [
        1120,
        0
      ]
    },
    {
      "id": "6e233d78-ded3-4aeb-aa62-92739976ca9b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        60,
        160
      ],
      "parameters": {
        "width": 380,
        "height": 300,
        "content": "## LLMs\nBase + Fallback"
      }
    },
    {
      "id": "6278fa4a-d1a9-42c3-9eb2-6e014906340e",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        500,
        160
      ],
      "parameters": {
        "width": 420,
        "height": 300,
        "content": "## Tools\n- Explain: extra info is required\n- Get: check events on specified period\n- Create: adds an event"
      }
    },
    {
      "id": "2b442fd4-7620-43eb-a6bc-32a52f08fdd9",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1020,
        -80
      ],
      "parameters": {
        "width": 320,
        "height": 260,
        "content": "## Send Result\n- Send result on same telegram chat"
      }
    }
  ],
  "connections": {
    "Get": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Create": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Explain": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "4.1-nano": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 1
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "Result",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Haiku 3.5": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Telegram Trigger": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}