{
  "name": "Generate personalized language learning news digests with LLaMA-3.1 & DeepSeek AI",
  "nodes": [
    {
      "id": "28950fcc-9aa5-4047-a927-de3c431da865",
      "name": "Daily Trigger",
      "type": "n8n-nodes-base.cron",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "fb2857cc-ade3-4f7f-9fbc-a710dd92510e",
      "name": "Google Sheets",
      "type": "n8n-nodes-base.googleSheets",
      "position": [
        200,
        0
      ]
    },
    {
      "id": "46bd85ea-ef08-454d-9872-1e4537417127",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        640,
        20
      ]
    },
    {
      "id": "b2961903-dc63-45e1-9488-52b55386a6ca",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        880,
        20
      ]
    },
    {
      "id": "23b3bd7b-f646-4af0-9de4-2fdaac7811d4",
      "name": "Edit Fields",
      "type": "n8n-nodes-base.set",
      "position": [
        1100,
        20
      ]
    },
    {
      "id": "84adeebd-8cfa-457c-ac45-45fc74e8b6c7",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1300,
        20
      ]
    },
    {
      "id": "7e63b887-3419-4e78-bfba-17fb72e1c3c0",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        1320,
        240
      ]
    },
    {
      "id": "d36cdc5d-bba0-46cb-934a-4dec4a85046e",
      "name": "Gmail",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1660,
        20
      ]
    },
    {
      "id": "0513d53a-3120-4de2-8007-083de395ea64",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        1460,
        260
      ]
    },
    {
      "id": "9643541f-60b1-429b-86d9-546225895ffa",
      "name": "Loop Over Items",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        420,
        0
      ]
    }
  ],
  "connections": {
    "Code": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Gmail": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "Gmail",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Edit Fields": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Edit Fields",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Daily Trigger": {
      "main": [
        [
          {
            "node": "Google Sheets",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Sheets": {
      "main": [
        [
          {
            "node": "Loop Over Items",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop Over Items": {
      "main": [
        [],
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "AI Agent",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    }
  }
}