{
  "name": "Automated hazard analysis for ISO 26262 compliance using GPT-4",
  "nodes": [
    {
      "id": "c21a3f97-2516-4503-82f8-f4db5ff0d340",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        380,
        -100
      ]
    },
    {
      "id": "f75201fe-b2e7-47ee-81b9-569c59e24ea8",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        940,
        -100
      ]
    },
    {
      "id": "dd6e7cd7-a710-4aec-88d7-3ff721c0343e",
      "name": "AI_Hazard_Analysis",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        800,
        200
      ]
    },
    {
      "id": "2336bc58-23b7-4e07-a851-3cc641383f5e",
      "name": "A simple memory window",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        1020,
        180
      ]
    },
    {
      "id": "6de497e1-78de-4718-b822-e6c11b2a7fee",
      "name": "Read Systems_Description",
      "type": "n8n-nodes-base.readWriteFile",
      "position": [
        580,
        -100
      ]
    },
    {
      "id": "b3bdc41c-32f6-4844-9dde-10890d3ce23e",
      "name": "Convert input to binary data",
      "type": "n8n-nodes-base.extractFromFile",
      "position": [
        780,
        -100
      ]
    },
    {
      "id": "24fc87bb-32c5-4cd5-8a93-86d427ff9122",
      "name": "Convert to File",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        1260,
        -100
      ]
    },
    {
      "id": "155b8ccd-fcbc-44dc-974c-8c2db909fd5e",
      "name": "Potential_risks_report.txt",
      "type": "n8n-nodes-base.readWriteFile",
      "position": [
        1480,
        -100
      ]
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "Convert to File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert to File": {
      "main": [
        [
          {
            "node": "Potential_risks_report.txt",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI_Hazard_Analysis": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "A simple memory window": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Read Systems_Description": {
      "main": [
        [
          {
            "node": "Convert input to binary data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert input to binary data": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Read Systems_Description",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}