{
  "name": "Daily AI stock briefing right to your email: OpenAI + Tavily + Gmail",
  "nodes": [
    {
      "id": "d75e61cc-1661-4690-acbe-44b9b453f81d",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -60,
        0
      ]
    },
    {
      "id": "819d9801-3ffb-47a5-9001-f2163b841e54",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        260,
        0
      ]
    },
    {
      "id": "0a3ed626-6c8c-400d-b5de-6a57576a717b",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        200,
        200
      ]
    },
    {
      "id": "d6aba54b-a170-4d44-819e-57818932813d",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        340,
        200
      ]
    },
    {
      "id": "4261f9b3-e714-4152-a5fa-8cc7139f8aa5",
      "name": "Tavily",
      "type": "@tavily/n8n-nodes-tavily.tavilyTool",
      "position": [
        480,
        200
      ]
    },
    {
      "id": "4f3a563f-7032-4019-ab47-c44298fb4082",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        640,
        0
      ]
    },
    {
      "id": "068a5cd5-55f2-4a3c-9c75-f6e7ae9eef70",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -140,
        -100
      ],
      "parameters": {
        "width": 260,
        "height": 520,
        "content": "Scheduled Daily Trigger"
      }
    },
    {
      "id": "ed020827-e777-4ee2-8280-623beb40e914",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        140,
        -100
      ],
      "parameters": {
        "width": 460,
        "height": 520,
        "content": "AI Agent & Tavily Information Extractor"
      }
    },
    {
      "id": "c97a9fa7-1bac-457f-bbc8-07db6f7b07fd",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        620,
        -100
      ],
      "parameters": {
        "width": null,
        "height": 520,
        "content": "Send to Email"
      }
    },
    {
      "id": "c0ef8936-88e3-45dd-819b-3940e91bc893",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -760,
        -100
      ],
      "parameters": {
        "width": 600,
        "height": 900,
        "content": "📰 Daily AI-Powered Stock Market Briefing via Email\nAutomate your market research with this intelligent workflow designed for busy investors and professionals.\n\n🔧 What it does:\nEvery morning at 10 AM, "
      }
    }
  ],
  "connections": {
    "Tavily": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}