{
  "name": "Young & Home - Super Alert Agent",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "minutes",
              "minutesInterval": 30
            }
          ]
        }
      },
      "id": "schedule-trigger",
      "name": "30\ubd84\ub9c8\ub2e4 \uc2e4\ud589",
      "type": "n8n-nodes-base.scheduleTrigger",
      "typeVersion": 1.1,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "url": "http://api:8000/api/agent/alert/run",
        "method": "POST",
        "options": {}
      },
      "id": "call-super-agent",
      "name": "Super Agent \uc2e4\ud589 (\ub9de\ucda4 \uc54c\ub9bc)",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.1,
      "position": [
        450,
        300
      ],
      "notes": "\ub9de\ucda4 \ub9e4\ubb3c \ub9e4\uce6d \ubc0f \uc54c\ub9bc \ubc1c\uc1a1 \ud1b5\ud569 \ucc98\ub9ac"
    }
  ],
  "connections": {
    "schedule-trigger": {
      "main": [
        [
          {
            "node": "call-super-agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "meta": {
    "templateId": "young-and-home-super-alert"
  }
}