{
  "name": "Automate RSS content with AI: summarize, notify & archive",
  "nodes": [
    {
      "id": "ae29a2a8-3814-49b1-9525-bf32240c151b",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        700,
        1280
      ]
    },
    {
      "id": "68a92c1c-ad5a-42cd-968a-d5b998f03d4a",
      "name": "Markdown",
      "type": "n8n-nodes-base.markdown",
      "position": [
        2240,
        1520
      ]
    },
    {
      "id": "1beda949-06b4-4ed1-bf14-f6a047749c24",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        2220,
        1280
      ]
    },
    {
      "id": "bc604ec9-dc09-406f-92be-4cea3cc8e4da",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        2240,
        1940
      ]
    },
    {
      "id": "b8f8b3ed-3404-4ec0-ad18-0d7eac62a9f3",
      "name": "Loop Over Items1",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        1140,
        1280
      ]
    },
    {
      "id": "702b2852-1c4b-47c0-8951-c344738c2718",
      "name": "RSS",
      "type": "n8n-nodes-base.rssFeedRead",
      "position": [
        1160,
        1520
      ]
    },
    {
      "id": "1e236bcf-ab72-4bc9-bf24-3cf77f68c0f0",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        560,
        720
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "05ae9ef1-1249-41a4-a1af-66cbc074fec5",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1000,
        720
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "bb19ba1c-aa37-492e-9ead-9b10f812beb4",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1460,
        720
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "920d87f9-ca81-4034-96cd-9bc1b5f18015",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2120,
        720
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "9f1a6dbe-0918-4909-b4fe-d361adee2c47",
      "name": "Save News",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        2240,
        1740
      ]
    },
    {
      "id": "04456786-db09-49b7-b9d9-0cd9055821d3",
      "name": "Set Tech News RSS Feeds",
      "type": "n8n-nodes-base.set",
      "position": [
        700,
        1520
      ]
    },
    {
      "id": "eba0be53-2db5-4716-a0aa-155aefaf35c8",
      "name": "Split Out",
      "type": "n8n-nodes-base.splitOut",
      "position": [
        700,
        1760
      ]
    },
    {
      "id": "b22bb548-4536-4e85-8f4f-934832d5c604",
      "name": "Aggregate",
      "type": "n8n-nodes-base.aggregate",
      "position": [
        1560,
        1500
      ]
    },
    {
      "id": "abb52603-fdd3-49c6-b078-b55800b4196e",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1580,
        1760
      ]
    },
    {
      "id": "ded4d1fd-0c85-4fdd-b097-cf69e8b702b1",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        1580,
        1940
      ]
    },
    {
      "id": "c87fb981-a06c-4a6d-a652-b09b80cac227",
      "name": "Discord",
      "type": "n8n-nodes-base.discordTool",
      "position": [
        1800,
        1940
      ]
    },
    {
      "id": "637b2f49-f2d6-4fe9-aa13-1ce70204a6ae",
      "name": "Map Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        1500,
        1260
      ]
    },
    {
      "id": "f3b257d0-993f-4fe2-917e-46bfeba31eaf",
      "name": "filterYesterdayNews",
      "type": "n8n-nodes-base.code",
      "position": [
        1680,
        1260
      ]
    },
    {
      "id": "11398157-e645-4823-beac-e0b29f948e53",
      "name": "aggregateNews",
      "type": "n8n-nodes-base.code",
      "position": [
        1760,
        1500
      ]
    }
  ],
  "connections": {
    "RSS": {
      "main": [
        [
          {
            "node": "Loop Over Items1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Discord": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        []
      ]
    },
    "Markdown": {
      "main": [
        [
          {
            "node": "Save News",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Aggregate": {
      "main": [
        [
          {
            "node": "aggregateNews",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save News": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Split Out": {
      "main": [
        [
          {
            "node": "Loop Over Items1",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Map Fields": {
      "main": [
        [
          {
            "node": "filterYesterdayNews",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "aggregateNews": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Markdown",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items1": {
      "main": [
        [
          {
            "node": "Map Fields",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "RSS",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Set Tech News RSS Feeds",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "filterYesterdayNews": {
      "main": [
        [
          {
            "node": "Aggregate",
            "type": "main",
            "index": 0
          },
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set Tech News RSS Feeds": {
      "main": [
        [
          {
            "node": "Split Out",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}