{
  "name": "Summarize youtube videos from transcript for social media",
  "nodes": [
    {
      "id": "ae2d87c7-870b-4c62-9f25-6454772cb41d",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "bada944a-2453-451b-ade5-1ff2ff6c6377",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        880,
        0
      ]
    },
    {
      "id": "15389a01-0f9f-43b2-821f-b0420e3095ac",
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        940,
        220
      ]
    },
    {
      "id": "fa5c983f-6a44-47fc-be1c-63ca9df9a94b",
      "name": "Google Docs",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        1500,
        0
      ]
    },
    {
      "id": "8786afdb-097c-4b54-9055-2ad41a988ef3",
      "name": "Mapper",
      "type": "n8n-nodes-base.set",
      "position": [
        220,
        0
      ]
    },
    {
      "id": "778ade7e-951f-416c-b2d5-c91b0688ab8d",
      "name": "Youtube Transcriptor",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        440,
        0
      ]
    },
    {
      "id": "00fc4b62-b1fc-44c5-b7ce-5b2950571b9c",
      "name": "Formator",
      "type": "n8n-nodes-base.code",
      "position": [
        660,
        0
      ]
    },
    {
      "id": "53c8c1d4-5250-4212-adde-bfd1a2a53b04",
      "name": "Optimizer",
      "type": "n8n-nodes-base.code",
      "position": [
        1240,
        0
      ]
    }
  ],
  "connections": {
    "Mapper": {
      "main": [
        [
          {
            "node": "Youtube Transcriptor",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "Optimizer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Formator": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Optimizer": {
      "main": [
        [
          {
            "node": "Google Docs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "Mapper",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Youtube Transcriptor": {
      "main": [
        [
          {
            "node": "Formator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}