{
  "id": "SUKhKW8pmzD9tt3F",
  "meta": {
    "templateCredsSetupCompleted": true
  },
  "name": "Prod: AI-Powered Crypto Analysis Automation",
  "tags": [
    {
      "id": "Gn3tpBR22XFwUwBD",
      "name": "Development",
      "createdAt": "2024-12-24T14:42:57.431Z",
      "updatedAt": "2024-12-24T14:42:57.431Z"
    },
    {
      "id": "XZIQK6NdzGvgbZFd",
      "name": "Sell",
      "createdAt": "2025-01-15T12:28:48.424Z",
      "updatedAt": "2025-01-15T12:28:48.424Z"
    }
  ],
  "nodes": [
    {
      "id": "33e18b30-68f2-46eb-8013-8ebb31d75a0a",
      "name": "Provide Crypto Symbol",
      "type": "@n8n/n8n-nodes-langchain.chatTrigger",
      "position": [
        0,
        0
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "b666f4ab-d2c9-43ed-910b-c1fe08098e62",
      "name": "5m_Chart",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "Get 5 min candlestick chart.",
      "position": [
        100,
        380
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 4.2
    },
    {
      "id": "81202928-c363-49c8-932b-3391b44f9b91",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        400,
        380
      ],
      "parameters": {},
      "typeVersion": 1.7
    },
    {
      "id": "42809cb0-bc31-4398-8ce8-3865cfab1e52",
      "name": "Window Buffer Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        -180,
        480
      ],
      "parameters": {},
      "typeVersion": 1.3
    },
    {
      "id": "e6e101df-7821-4a0b-a865-f4bc7e4c0a5e",
      "name": "1d_Chart",
      "type": "n8n-nodes-base.httpRequest",
      "notes": "Get day candlestick chart.",
      "position": [
        420,
        0
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 4.2
    },
    {
      "id": "a78c495f-9a27-4366-800c-f79992af0b1e",
      "name": "OpenRouter Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenRouter",
      "position": [
        -180,
        300
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "edb2526c-82a6-4733-b70e-2a4218c9c041",
      "name": "crypto_symbol",
      "type": "n8n-nodes-base.set",
      "notes": "Store value of cryptocurrency.",
      "position": [
        220,
        0
      ],
      "parameters": {},
      "notesInFlow": true,
      "typeVersion": 3.4
    },
    {
      "id": "69aacc58-ea86-43ec-a9da-88597a29a6eb",
      "name": "Long Term Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        620,
        0
      ],
      "parameters": {},
      "typeVersion": 1.7
    },
    {
      "id": "8584d7a2-2539-4be1-bd06-654964a84364",
      "name": "SerpAPI",
      "type": "@n8n/n8n-nodes-langchain.toolSerpApi",
      "position": [
        560,
        560
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "4f6cbec5-6807-45f0-bf53-80bd5b8763e2",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -200,
        -100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "bdc253aa-d769-40ce-9862-37b205e03826",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        220
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "0d1b9d8d-dbc3-4a3b-b19f-63bdc65f72ba",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -620,
        -100
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "16df2176-07d5-413f-a918-f59b60727b00",
  "connections": {
    "SerpAPI": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "1d_Chart": {
      "main": [
        [
          {
            "node": "Long Term Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "5m_Chart": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "crypto_symbol": {
      "main": [
        [
          {
            "node": "1d_Chart",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Long Term Agent": {
      "main": [
        [
          {
            "node": "5m_Chart",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Window Buffer Memory": {
      "ai_memory": [
        [
          {
            "node": "Long Term Agent",
            "type": "ai_memory",
            "index": 0
          },
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "OpenRouter Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Long Term Agent",
            "type": "ai_languageModel",
            "index": 0
          },
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Provide Crypto Symbol": {
      "main": [
        [
          {
            "node": "crypto_symbol",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}