{
  "name": "AI Linux system administrator for managing Linux VPS instance",
  "nodes": [
    {
      "id": "84460a1f-50e7-4d16-8701-ebc1a86a0ef1",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -360,
        -40
      ]
    },
    {
      "id": "221bbae2-0920-46b4-8b25-bb654439e567",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        -580,
        -220
      ]
    },
    {
      "id": "dd0a9a82-9ad5-4116-a738-81334c58a0f2",
      "name": "Basic SSH commands",
      "type": "@n8n/n8n-nodes-langchain.toolHttpRequest",
      "position": [
        -160,
        -40
      ]
    },
    {
      "id": "428f2694-26fd-4ce1-b423-f9a734395b08",
      "name": "Execute SSH",
      "type": "@n8n/n8n-nodes-langchain.toolWorkflow",
      "position": [
        40,
        -40
      ]
    },
    {
      "id": "1cd5280c-f16f-4195-9cdc-1649893ea16c",
      "name": "AI SysAdmin",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -340,
        -220
      ]
    },
    {
      "id": "fc8b89d9-36eb-400a-8c25-cd89056efc64",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        20,
        -180
      ],
      "parameters": {
        "width": 360,
        "height": 260,
        "content": "## SSH login credentials\nMake sure to provide the correct SSH credentials ID in this embedded workflow under \"sshPassword\".\n\n"
      }
    }
  ],
  "connections": {
    "Execute SSH": {
      "ai_tool": [
        [
          {
            "node": "AI SysAdmin",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI SysAdmin",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Basic SSH commands": {
      "ai_tool": [
        [
          {
            "node": "AI SysAdmin",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "AI SysAdmin",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}