{
  "name": "Complete lesson automation for modern UK teachers",
  "nodes": [
    {
      "id": "e6ed16c1-2381-4567-81c6-2fc6fe0cf241",
      "name": "Teacher Input Form",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -1220,
        -80
      ]
    },
    {
      "id": "71c38ac7-59c1-4e2a-bb60-ffe85b6afc1d",
      "name": "Content Creation Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -1000,
        -80
      ]
    },
    {
      "id": "53898872-a5fc-495e-bc59-c8565c3a0f6d",
      "name": "Assessment & Marking Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -624,
        -80
      ]
    },
    {
      "id": "48a92537-9a7e-4840-810a-f8920e739928",
      "name": "AI Integration Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -248,
        -80
      ]
    },
    {
      "id": "641e1019-f56c-46f6-8d69-b803ccbdfe32",
      "name": "Package Compiler",
      "type": "n8n-nodes-base.code",
      "position": [
        128,
        -80
      ]
    },
    {
      "id": "2aa1892f-ec0a-4539-af83-ef146e2856b4",
      "name": "Format Document",
      "type": "n8n-nodes-base.code",
      "position": [
        348,
        -80
      ]
    },
    {
      "id": "dda48f8f-9079-4502-8c44-e901f1c09dde",
      "name": "Create Google Doc",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        568,
        -80
      ]
    },
    {
      "id": "43c0d073-d80d-4b9a-b572-26905b5534de",
      "name": "Add Content to Doc",
      "type": "n8n-nodes-base.googleDocs",
      "position": [
        788,
        -80
      ]
    },
    {
      "id": "89061422-06ab-4844-8792-0946e9b22118",
      "name": "Schedule Prep Reminder",
      "type": "n8n-nodes-base.googleCalendar",
      "position": [
        1008,
        20
      ]
    },
    {
      "id": "cde4f9c1-5908-4c1f-b96f-432303c633bc",
      "name": "Send Confirmation Email",
      "type": "n8n-nodes-base.gmail",
      "position": [
        1228,
        -180
      ]
    },
    {
      "id": "2e768ee7-2c14-4165-bfd8-904fc97bdf21",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -912,
        140
      ]
    },
    {
      "id": "8522d400-0aaf-4c10-b66b-2cdab9d72ed3",
      "name": "OpenAI Chat Model1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -536,
        140
      ]
    },
    {
      "id": "fef58dce-7690-430a-82ee-f646180e34ba",
      "name": "OpenAI Chat Model2",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -160,
        140
      ]
    },
    {
      "id": "95271c6e-d4ec-4082-9576-c2f5915bcb0a",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1020,
        -320
      ],
      "parameters": {
        "width": 1060,
        "height": 740,
        "content": "## 1. AI Lesson Plan, Assignment and Integration Agent Trio\n\n### Each agent with specialised prompt to do research, build resources and suggest integration ideas."
      }
    },
    {
      "id": "ba08f325-b54e-420b-bb61-cd45e1f500e8",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        60,
        -300
      ],
      "parameters": {
        "width": 860,
        "height": 720,
        "content": "## 2. Compile \n### And create a document in Google Drive"
      }
    },
    {
      "id": "d5ee98cc-f810-4cc2-a96e-e9be95fb5f0c",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        940,
        -300
      ],
      "parameters": {
        "width": 580,
        "height": 720,
        "content": "## 3. Share\n### Create Calendar event for review\n### Email the Google Drive Link"
      }
    },
    {
      "id": "d2ffe355-de47-4a96-a2aa-744485c9a25e",
      "name": "Fetch File From Drive",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1008,
        -180
      ]
    }
  ],
  "connections": {
    "Format Document": {
      "main": [
        [
          {
            "node": "Create Google Doc",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Package Compiler": {
      "main": [
        [
          {
            "node": "Format Document",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Google Doc": {
      "main": [
        [
          {
            "node": "Add Content to Doc",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Content Creation Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Add Content to Doc": {
      "main": [
        [
          {
            "node": "Fetch File From Drive",
            "type": "main",
            "index": 0
          },
          {
            "node": "Schedule Prep Reminder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model1": {
      "ai_languageModel": [
        [
          {
            "node": "Assessment & Marking Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model2": {
      "ai_languageModel": [
        [
          {
            "node": "AI Integration Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Teacher Input Form": {
      "main": [
        [
          {
            "node": "Content Creation Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Integration Agent": {
      "main": [
        [
          {
            "node": "Package Compiler",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Fetch File From Drive": {
      "main": [
        [
          {
            "node": "Send Confirmation Email",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Content Creation Agent": {
      "main": [
        [
          {
            "node": "Assessment & Marking Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Assessment & Marking Agent": {
      "main": [
        [
          {
            "node": "AI Integration Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}