{
  "name": "Generate conversational Twitter/X threads with GPT-4o AI",
  "nodes": [
    {
      "id": "a51d67d2-ef4a-47c3-8206-51f2c1067128",
      "name": "When chat message received",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "702d2f29-c9cb-46aa-bdc2-ccd68ab24a1c",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        200,
        240
      ]
    },
    {
      "id": "6d65d809-e2b3-4884-ad1a-7738ac9ebbb7",
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        400,
        240
      ]
    },
    {
      "id": "2f247c72-8f90-49f9-9982-bf94c044b8bb",
      "name": "first tweet",
      "type": "n8n-nodes-base.twitterTool",
      "position": [
        560,
        240
      ]
    },
    {
      "id": "0c298eab-4a0c-4835-ab93-6ba44d81fb5c",
      "name": "hilo",
      "type": "n8n-nodes-base.twitterTool",
      "position": [
        740,
        240
      ]
    },
    {
      "id": "26971067-45ac-43c4-aa8c-15976de81d31",
      "name": "Agente X",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        320,
        0
      ]
    }
  ],
  "connections": {
    "hilo": {
      "ai_tool": [
        [
          {
            "node": "Agente X",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "first tweet": {
      "ai_tool": [
        [
          {
            "node": "Agente X",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "Agente X",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Agente X",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "When chat message received": {
      "main": [
        [
          {
            "node": "Agente X",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}