{
  "name": "Multi-service terminal: Access Gmail, X, Telegram & news with Gemini AI",
  "nodes": [
    {
      "id": "e4dce217-5771-4240-b774-c119307ac591",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        200,
        -200
      ]
    },
    {
      "id": "09ad554a-fa2e-4913-a8e9-fc8ba9e8c936",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        100,
        100
      ]
    },
    {
      "id": "07d1f039-8a01-4aea-a93f-3c8cb6daf647",
      "name": "Date & Time",
      "type": "n8n-nodes-base.dateTimeTool",
      "position": [
        380,
        100
      ]
    },
    {
      "id": "0c925661-dff4-46c2-818d-1cb9d5df462c",
      "name": "LLM Gemini 2.5 Flash",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        -100,
        100
      ]
    },
    {
      "id": "5e09f0a8-6e37-4e9b-9d51-60664ea58c38",
      "name": "Search Tweets",
      "type": "n8n-nodes-base.twitterTool",
      "position": [
        860,
        100
      ]
    },
    {
      "id": "220c24e7-1e3c-4344-acfd-f036a3d0b298",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -360,
        -220
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": "## In\nReceives console command. Example: \"what's in my inbox?\""
      }
    },
    {
      "id": "d5fa0f6c-9f25-4267-9a97-6bc868d36525",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        800,
        -220
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": "## Out\nSend AI agent response back to the console. Example: \"AI $ you have 3 unread emails\""
      }
    },
    {
      "id": "343b9723-f1e5-478f-9bbc-5b73ae74c43a",
      "name": "Console In",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -20,
        -200
      ]
    },
    {
      "id": "ef85b5cc-2b88-4bf4-a6b2-0bd1055518c0",
      "name": "Console out",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        560,
        -200
      ]
    },
    {
      "id": "42f3318e-536a-43b4-b20b-3b0fd1ebea79",
      "name": "Stock info",
      "type": "n8n-nodes-base.marketstackTool",
      "position": [
        540,
        100
      ]
    },
    {
      "id": "c8786788-41f4-4f5b-8460-0803a825f1f1",
      "name": "RSS news",
      "type": "n8n-nodes-base.rssFeedReadTool",
      "position": [
        700,
        100
      ]
    },
    {
      "id": "b89de3fb-91e9-42a0-be86-460280b9a07a",
      "name": "Send Telegram",
      "type": "n8n-nodes-base.telegramTool",
      "position": [
        1380,
        100
      ]
    },
    {
      "id": "f9699166-a521-4d89-b90e-506172cbd5c6",
      "name": "Read Gmail",
      "type": "n8n-nodes-base.gmailTool",
      "position": [
        1020,
        100
      ]
    },
    {
      "id": "cf6e1e98-323b-4be7-95d8-ffa49e545c89",
      "name": "Check Google Calendar",
      "type": "n8n-nodes-base.googleCalendarTool",
      "position": [
        1200,
        100
      ]
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "Console out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "RSS news": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Console In": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Read Gmail": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Stock info": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Date & Time": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Search Tweets": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Send Telegram": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "LLM Gemini 2.5 Flash": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Check Google Calendar": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    }
  }
}