{
  "workflow": {
    "id": 4097,
    "name": "Tesla 1hour indicators tool (mid-term technical analysis AI)",
    "views": 803,
    "recentViews": 0,
    "totalViews": 803,
    "createdAt": "2025-05-16T09:03:30.771Z",
    "description": "🕒 **Evaluate Tesla (TSLA) price action and market structure on the 1-hour timeframe using 6 real-time indicators.**\nThis sub-agent is designed to feed **mid-term technical insights** into the [Tesla Financial Market Data Analyst Tool](https://n8n.io/workflows/4094-tesla-financial-market-data-analyst-tool-multi-timeframe-technical-ai-agent/). It uses **GPT-4.1** to interpret Alpha Vantage indicator data delivered via secure webhooks.\n\n ⚠️ This workflow is **not standalone** and is executed via `Execute Workflow`.\n 🔌 **Requires:**\n\n * [Tesla Quant Technical Indicators Webhooks Tool](https://n8n.io/workflows/4095-tesla-quant-technical-indicators-webhooks-tool/)\n * `Alpha Vantage Premium API Key`\n\n---\n\n## 🔧 Connected Indicators\n\nThis tool fetches and analyzes the **latest 20 datapoints** for:\n\n* **RSI (Relative Strength Index)**\n* **MACD (Moving Average Convergence Divergence)**\n* **BBANDS (Bollinger Bands)**\n* **SMA (Simple Moving Average)**\n* **EMA (Exponential Moving Average)**\n* **ADX (Average Directional Index)**\n\n---\n\n## 📋 Sample Output\n\n```json\n{\n  \"summary\": \"TSLA is gaining strength on the 1-hour chart. RSI is rising, MACD has crossed bullish, and BBANDS are widening.\",\n  \"timeframe\": \"1h\",\n  \"indicators\": {\n    \"RSI\": 62.1,\n    \"BBANDS\": {\n      \"upper\": 176.90,\n      \"lower\": 169.70,\n      \"middle\": 173.30,\n      \"close\": 176.30\n    },\n    \"SMA\": 174.20,\n    \"EMA\": 175.60,\n    \"ADX\": 27.5,\n    \"MACD\": {\n      \"macd\": 0.84,\n      \"signal\": 0.65,\n      \"histogram\": 0.19\n    }\n  }\n}\n```\n\n---\n\n## 🧠 Agent Components\n\n| Component                      | Role                                               |\n| ------------------------------ | -------------------------------------------------- |\n| `1hour Data`                   | Pulls Alpha Vantage indicator data via webhook     |\n| `Tesla 1hour Indicators Agent` | Interprets signals using structured GPT-4.1 prompt |\n| `OpenAI Chat Model`            | GPT-4.1 LLM performs analysis                      |\n| `Simple Memory`                | Maintains session context                          |\n\n---\n\n## 🛠️ Setup Instructions\n\n1. **Import Workflow into n8n**\n   Name it: `Tesla_1hour_Indicators_Tool`\n\n2. **Install the Webhook Fetcher Tool**\n   👉 Required: `Tesla_Quant_Technical_Indicators_Webhooks_Tool`\n\n   * This agent expects webhook `/1hourData` to return pre-cleaned data\n\n3. **Add Credentials**\n\n   * Alpha Vantage Premium API Key (via HTTP Query Auth)\n   * OpenAI GPT-4.1 credentials\n\n4. **Configure for Sub-Agent Use**\n\n   * Triggered only via `Execute Workflow` from:\n     👉 `Tesla Financial Market Data Analyst Tool`\n   * Inputs:\n\n     * `message` (optional)\n     * `sessionId` (required for memory linkage)\n\n---\n\n## 📌 Sticky Notes Overview\n\n🟢 **Trigger Setup** – Activated only by the parent agent\n📊 **1h Webhook Fetcher** – Calls Alpha Vantage via secured endpoint\n🧠 **AI Agent Summary** – Interprets trend/momentum from indicator data\n🔗 **GPT Model Notes** – GPT-4.1 parses and explains technical alignment\n📘 **Documentation Sticky** – Embedded in canvas with full walkthrough\n\n---\n\n## 🔐 Licensing & Support\n\n© 2025 **Treasurium Capital Limited Company**\nThis tool is part of a proprietary multi-agent AI architecture. No commercial reuse or redistribution permitted.\n\n🔗 Author: [Don Jayamaha](https://linkedin.com/in/donjayamahajr)\n🔗 Templates: [https://n8n.io/creators/don-the-gem-dealer/](https://n8n.io/creators/don-the-gem-dealer/)\n\n---\n\n🚀 **Detect TSLA trend shifts and validate setups with 1-hour technical clarity—powered by Alpha Vantage + GPT-4.1.**\n**This tool is required by the Tesla Financial Market Data Analyst Tool.**\n\n",
    "workflow": {
      "id": "z8KRpeAysfJg7kBe",
      "meta": {
        "instanceId": "a5283507e1917a33cc3ae615b2e7d5ad2c1e50955e6f831272ddd5ab816f3fb6",
        "templateCredsSetupCompleted": true
      },
      "name": "Tesla 1hour Indicators Tool n8n",
      "tags": [],
      "nodes": [
        {
          "id": "90fa1515-d645-49cc-bbe9-88efc7c05bc2",
          "name": "When Executed by Another Workflow",
          "type": "n8n-nodes-base.executeWorkflowTrigger",
          "position": [
            -220,
            320
          ],
          "parameters": {
            "workflowInputs": {
              "values": [
                {
                  "name": "message"
                },
                {
                  "name": "sessionId"
                }
              ]
            }
          },
          "typeVersion": 1.1
        },
        {
          "id": "2123925c-429b-4bb0-b9fd-d12df9346864",
          "name": "Simple Memory",
          "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
          "position": [
            340,
            620
          ],
          "parameters": {},
          "typeVersion": 1.3
        },
        {
          "id": "932cb634-cf3c-4af1-87b1-493163f276a4",
          "name": "Tesla 1hour Indicators Agent",
          "type": "@n8n/n8n-nodes-langchain.agent",
          "position": [
            220,
            320
          ],
          "parameters": {
            "text": "={{ $json.message }}",
            "options": {
              "systemMessage": "You are the **Tesla 1-Hour Technical Indicators Analyst AI**, an expert agent responsible for analyzing Tesla (TSLA) market conditions on the **1-hour timeframe** using a rich set of technical indicators. Your mission is to interpret trend dynamics, momentum shifts, and volatility patterns to support the Tesla Financial Market Analyst Agent in producing actionable trading reports.\n\n---\n\n### 🔗 **System Architecture & Tools**\n\nYou operate within an n8n-based modular architecture, using **webhook-triggered HTTP tools** to fetch and format indicator data. These tools call Alpha Vantage premium API endpoints and return the **last 20 datapoints** per indicator in a clean JSON format.\n\nYou are connected to:\n\n* 🧮 `RSI` – Relative Strength Index\n* 📉 `BBANDS` – Bollinger Bands\n* 🔁 `SMA` – Simple Moving Average\n* 🔀 `EMA` – Exponential Moving Average\n* 📊 `ADX` – Average Directional Index\n* ⚙️ `MACD` – Moving Average Convergence Divergence\n* 🧠 Simple Memory Module for short-term context retention\n* 🤖 Gemini Pro or GPT-4.1 (as the reasoning LLM)\n* 🔄 Downstream Tesla Financial Market Analyst Tool (via workflow call)\n\n---\n\n### 🔄 **Data Pipeline**\n\nEach indicator is fetched through a dedicated HTTP request node, and processed by a connected Code Node that limits the response to the latest 20 data points. The resulting values are passed into this agent for reasoning and output generation.\n\nExample structure of formatted indicator input:\n\n```json\n{\n  \"indicator\": \"RSI\",\n  \"timeframe\": \"60min\",\n  \"data\": {\n    \"2024-05-03 19:00\": { \"RSI\": \"55.32\" },\n    ...\n  }\n}\n```\n\n---\n\n### 📌 **Your Tasks**\n\n1. **Parse** the latest (most recent timestamp) value from each indicator's JSON payload.\n2. **Interpret** how the indicators align to describe Tesla’s current **1-hour trend**:\n\n   * Trending / Consolidating / Reversing\n   * Overbought / Oversold conditions\n   * Strength of momentum or weakening signals\n3. **Output** a structured JSON object containing:\n\n   * A short textual summary of the mid-term trend\n   * Latest values for each indicator\n\n---\n\n### ✅ **Expected Output Format**\n\n```json\n{\n  \"summary\": \"TSLA is gaining strength on the 1-hour chart. RSI is rising, MACD has crossed bullish, and BBANDS are widening with price riding the upper band.\",\n  \"timeframe\": \"1h\",\n  \"indicators\": {\n    \"RSI\": 62.1,\n    \"BBANDS\": {\n      \"upper\": 176.90,\n      \"lower\": 169.70,\n      \"middle\": 173.30,\n      \"close\": 176.30\n    },\n    \"SMA\": 174.20,\n    \"EMA\": 175.60,\n    \"ADX\": 27.5,\n    \"MACD\": {\n      \"macd\": 0.84,\n      \"signal\": 0.65,\n      \"histogram\": 0.19\n    }\n  }\n}\n```\n\n---\n\nOnly deliver conclusions supported by the most recent data. Be precise and analytical. Your output is consumed by higher-level AI agents for both **spot** and **leveraged trade** signal generation.\n"
            },
            "promptType": "define"
          },
          "typeVersion": 1.8
        },
        {
          "id": "9cadd77f-4bd8-4fb3-8a28-abb752d46d1a",
          "name": "1hour Data",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            720,
            600
          ],
          "parameters": {
            "url": "https://treasurium.app.n8n.cloud/webhook/1hourData",
            "options": {}
          },
          "typeVersion": 4.2
        },
        {
          "id": "d5506353-220b-4d69-944b-e9e8717fff12",
          "name": "OpenAI Chat Model",
          "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
          "position": [
            40,
            640
          ],
          "parameters": {
            "model": {
              "__rl": true,
              "mode": "list",
              "value": "gpt-4.1",
              "cachedResultName": "gpt-4.1"
            },
            "options": {}
          },
          "credentials": {
            "openAiApi": {
              "id": "credential-id",
              "name": "openAiApi Credential"
            }
          },
          "typeVersion": 1.2
        },
        {
          "id": "d466ec91-0f23-450e-9d3e-a37ebd3066fe",
          "name": "Sticky Note",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -300,
            120
          ],
          "parameters": {
            "color": 4,
            "width": 280,
            "height": 380,
            "content": "## Trigger from Parent Workflow \nThis node activates the workflow when called to execute Workflow action from the **Tesla Financial Market Analyst Tool**. Ensure proper inputs **message, sessionId** are passed."
          },
          "typeVersion": 1
        },
        {
          "id": "d115f574-e14c-4ec9-b406-c8aae73c7811",
          "name": "Sticky Note5",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -40,
            580
          ],
          "parameters": {
            "color": 2,
            "height": 380,
            "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n## GPT Model for Reasoning \nUtilizes **OpenAI GPT-4.1** to interpret **technical indicators** and generate short-term and long-term trend analysis and structured **JSON output**."
          },
          "typeVersion": 1
        },
        {
          "id": "9886237d-db10-4aef-9d90-9c107aded17a",
          "name": "Sticky Note2",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            260,
            580
          ],
          "parameters": {
            "color": 3,
            "height": 380,
            "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n## Short-Term Memory Module\nMaintains context across requests within the same session. Supports consistent logic between indicator evaluations for the **Tesla Financial Market Analyst Tool**."
          },
          "typeVersion": 1
        },
        {
          "id": "b45a3a53-75b6-4d81-92e4-670ab1ad9509",
          "name": "Sticky Note3",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            640,
            560
          ],
          "parameters": {
            "color": 6,
            "height": 480,
            "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n## 1-Hour Indicator Data from Alpha Vantage \nMakes an HTTP call to a secured **webhook**, which fetches Tesla 1-hour interval indicators **(RSI, BBANDS, SMA, EMA, ADX, MACD)** via **Alpha Vantage Premium API**.\nOnly the latest **20 values** are returned, cleaned and trimmed."
          },
          "typeVersion": 1
        },
        {
          "id": "be264bc5-7476-4b75-9179-424817016f71",
          "name": "Sticky Note1",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            140,
            60
          ],
          "parameters": {
            "color": 5,
            "width": 440,
            "height": 440,
            "content": "## Tesla 1-hour Technical Indicators AI\n\n• Processes the **webhook data** and **performs hourly timeframe evaluation for TSLA**.\n\n• Outputs a **JSON summary** of **market condition, trend state, and all indicator values**.\n\n• This feeds into the broader **Tesla Financial Market Data Analyst**."
          },
          "typeVersion": 1
        },
        {
          "id": "4451336c-206e-4580-a386-bff3e8adeb35",
          "name": "Sticky Note4",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            1040,
            -1140
          ],
          "parameters": {
            "width": 1520,
            "height": 2180,
            "content": "\n## 📘 Tesla 1hour Indicators Tool\n\n### 🔧 Purpose:\n\nThis tool analyzes Tesla (TSLA) market conditions on the **1-hour timeframe** using a comprehensive set of technical indicators. It identifies **momentum shifts**, **trend strength**, and **volatility patterns**, and feeds this intelligence into the **Tesla Financial Market Data Analyst Tool** for further signal refinement.\n\n---\n\n### 📂 Required Dependencies (to use this workflow):\n\nTo function properly, you must also have:\n\n* ✅ Tesla Financial Market Data Analyst Tool (calls this agent)\n* ✅ Tesla 1hour Webhook Tool (delivers Alpha Vantage indicator data)\n* ✅ Alpha Vantage Premium API Key (linked via HTTP Query Auth Credential)\n\n---\n\n### 🛠️ Step-by-Step Installation:\n\n1. **Import Workflow**\n   Import this JSON file into your n8n instance.\n\n2. **Set up Credentials**\n\n   * Go to **n8n → Credentials**\n   * Create new **HTTP Query Auth** credential:\n\n     * Name it: `Alpha Vantage Premium`\n     * Set the query parameter key to `apikey` and value to your Premium API key\n\n3. **Link to Data Feed**\n   This workflow expects **pre-cleaned 1h indicator data** (RSI, BBANDS, SMA, EMA, ADX, MACD) to be delivered via:\n   👉 `Tesla_Quant_Technical_Indicators_Webhooks_Tool`\n\n4. **Check and Connect Nodes**\n\n   * `1hour Data` → HTTP tool that fetches Alpha Vantage data via webhook\n   * `Tesla 1hour Indicators Agent` → AI Reasoning node analyzing cleaned input\n   * `Simple Memory` → Stores short-term context within session\n   * `OpenAI Chat Model` → GPT-4.1 (or Gemini Pro) powers the analysis\n\n---\n\n### 🧠 AI Agent Logic:\n\n* Fetches the latest 20 datapoints per indicator\n* Parses and evaluates the **most recent timestamp** from each stream\n* Determines the 1h trend status:\n\n  * Trending / Consolidating / Reversing\n  * Overbought / Oversold\n  * Strong / Weak momentum\n* Outputs structured JSON like:\n\n```json\n{\n  \"summary\": \"TSLA is gaining strength on the 1-hour chart. RSI is rising, MACD has crossed bullish, and BBANDS are widening.\",\n  \"timeframe\": \"1h\",\n  \"indicators\": {\n    \"RSI\": 62.1,\n    \"BBANDS\": {\n      \"upper\": 176.90,\n      \"lower\": 169.70,\n      \"middle\": 173.30,\n      \"close\": 176.30\n    },\n    \"SMA\": 174.20,\n    \"EMA\": 175.60,\n    \"ADX\": 27.5,\n    \"MACD\": {\n      \"macd\": 0.84,\n      \"signal\": 0.65,\n      \"histogram\": 0.19\n    }\n  }\n}\n```\n\n---\n\n### 🔁 Trigger Flow:\n\n* This agent does **not run independently**\n* It’s triggered **on demand** by:\n  👉 `Tesla Financial Market Data Analyst Tool`\n\n---\n\n## 🚀 Support & Licensing\n\n🔗 **Don Jayamaha – LinkedIn**\n[http://linkedin.com/in/donjayamahajr](http://linkedin.com/in/donjayamahajr)\n\n© 2025 Treasurium Capital Limited Company. All rights reserved.\nThis AI workflow architecture, including logic, design, and prompt structures, is the intellectual property of Treasurium Capital Limited Company. Unauthorized reproduction, redistribution, or resale is prohibited under U.S. copyright law. Licensed use only.\n\n"
          },
          "typeVersion": 1
        }
      ],
      "active": false,
      "pinData": {},
      "settings": {
        "executionOrder": "v1"
      },
      "versionId": "37db759d-0600-4a72-bc73-5986de68d1ea",
      "connections": {
        "1hour Data": {
          "ai_tool": [
            [
              {
                "node": "Tesla 1hour Indicators Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Simple Memory": {
          "ai_memory": [
            [
              {
                "node": "Tesla 1hour Indicators Agent",
                "type": "ai_memory",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model": {
          "ai_languageModel": [
            [
              {
                "node": "Tesla 1hour Indicators Agent",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "When Executed by Another Workflow": {
          "main": [
            [
              {
                "node": "Tesla 1hour Indicators Agent",
                "type": "main",
                "index": 0
              }
            ]
          ]
        }
      }
    },
    "lastUpdatedBy": 29,
    "workflowInfo": {
      "nodeCount": 11,
      "nodeTypes": {
        "n8n-nodes-base.stickyNote": {
          "count": 6
        },
        "@n8n/n8n-nodes-langchain.agent": {
          "count": 1
        },
        "n8n-nodes-base.httpRequestTool": {
          "count": 1
        },
        "@n8n/n8n-nodes-langchain.lmChatOpenAi": {
          "count": 1
        },
        "n8n-nodes-base.executeWorkflowTrigger": {
          "count": 1
        },
        "@n8n/n8n-nodes-langchain.memoryBufferWindow": {
          "count": 1
        }
      }
    },
    "status": "published",
    "user": {
      "name": "Don Jayamaha Jr",
      "username": "don-the-gem-dealer",
      "bio": "With 12 years of experience as a Blockchain Strategist and Web3 Architect, I specialize in bridging the gap between traditional industries and decentralized technologies. My expertise spans tokenized assets, crypto payment integrations, and blockchain-driven market solutions.",
      "verified": true,
      "links": [
        "https://www.linkedin.com/in/donjayamahajr/"
      ],
      "avatar": "https://gravatar.com/avatar/95f70084b3fec5ed68a61eef6dc6128dfb085d865a02ed631d0853d2730696bf?r=pg&d=retro&size=200"
    },
    "nodes": [
      {
        "id": 565,
        "icon": "fa:sticky-note",
        "name": "n8n-nodes-base.stickyNote",
        "codex": {
          "data": {
            "alias": [
              "Comments",
              "Notes",
              "Sticky"
            ],
            "categories": [
              "Core Nodes"
            ],
            "nodeVersion": "1.0",
            "codexVersion": "1.0",
            "subcategories": {
              "Core Nodes": [
                "Helpers"
              ]
            }
          }
        },
        "group": "[\"input\"]",
        "defaults": {
          "name": "Sticky Note",
          "color": "#FFD233"
        },
        "iconData": {
          "icon": "sticky-note",
          "type": "icon"
        },
        "displayName": "Sticky Note",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 9,
            "name": "Core Nodes"
          }
        ]
      },
      {
        "id": 837,
        "icon": "fa:sign-out-alt",
        "name": "n8n-nodes-base.executeWorkflowTrigger",
        "codex": {
          "data": {
            "resources": {
              "generic": [],
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflowtrigger/"
                }
              ]
            },
            "categories": [
              "Core Nodes"
            ],
            "nodeVersion": "1.0",
            "codexVersion": "1.0",
            "subcategories": {
              "Core Nodes": [
                "Helpers"
              ]
            }
          }
        },
        "group": "[\"trigger\"]",
        "defaults": {
          "name": "When Executed by Another Workflow",
          "color": "#ff6d5a"
        },
        "iconData": {
          "icon": "sign-out-alt",
          "type": "icon"
        },
        "displayName": "Execute Workflow Trigger",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 9,
            "name": "Core Nodes"
          }
        ]
      },
      {
        "id": 1119,
        "icon": "fa:robot",
        "name": "@n8n/n8n-nodes-langchain.agent",
        "codex": {
          "data": {
            "alias": [
              "LangChain",
              "Chat",
              "Conversational",
              "Plan and Execute",
              "ReAct",
              "Tools"
            ],
            "resources": {
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/cluster-nodes/root-nodes/n8n-nodes-langchain.agent/"
                }
              ]
            },
            "categories": [
              "AI",
              "Langchain"
            ],
            "subcategories": {
              "AI": [
                "Agents",
                "Root Nodes"
              ]
            }
          }
        },
        "group": "[\"transform\"]",
        "defaults": {
          "name": "AI Agent",
          "color": "#404040"
        },
        "iconData": {
          "icon": "robot",
          "type": "icon"
        },
        "displayName": "AI Agent",
        "typeVersion": 3,
        "nodeCategories": [
          {
            "id": 25,
            "name": "AI"
          },
          {
            "id": 26,
            "name": "Langchain"
          }
        ]
      },
      {
        "id": 1153,
        "icon": "file:openAiLight.svg",
        "name": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
        "codex": {
          "data": {
            "resources": {
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatopenai/"
                }
              ]
            },
            "categories": [
              "AI",
              "Langchain"
            ],
            "subcategories": {
              "AI": [
                "Language Models",
                "Root Nodes"
              ],
              "Language Models": [
                "Chat Models (Recommended)"
              ]
            }
          }
        },
        "group": "[\"transform\"]",
        "defaults": {
          "name": "OpenAI Chat Model"
        },
        "iconData": {
          "type": "file",
          "fileBuffer": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM2Ljg2NzEgMTYuMzcxOEMzNy43NzQ2IDEzLjY0OCAzNy40NjIxIDEwLjY2NDIgMzYuMDEwOCA4LjE4NjYxQzMzLjgyODIgNC4zODY1MyAyOS40NDA3IDIuNDMxNDkgMjUuMTU1NiAzLjM1MTUxQzIzLjI0OTMgMS4yMDM5NiAyMC41MTA1IC0wLjAxNzMxNDggMTcuNjM5MiAwLjAwMDE4NTUzM0MxMy4yNTkxIC0wLjAwOTgxNDY4IDkuMzcyNzMgMi44MTAyNSA4LjAyNTIgNi45Nzc4M0M1LjIxMTM5IDcuNTU0MSAyLjc4MjU4IDkuMzE1MzggMS4zNjEzIDExLjgxMTdDLTAuODM3NDkzIDE1LjYwMTggLTAuMzM2MjMyIDIwLjM3OTQgMi42MDEzMyAyMy42Mjk0QzEuNjkzODEgMjYuMzUzMiAyLjAwNjMyIDI5LjMzNzEgMy40NTc2IDMxLjgxNDZDNS42NDAxNSAzNS42MTQ3IDEwLjAyNzcgMzcuNTY5NyAxNC4zMTI4IDM2LjY0OTdDMTYuMjE3OSAzOC43OTczIDE4Ljk1NzkgNDAuMDE4NSAyMS44MjkyIDM5Ljk5OThDMjYuMjExOCA0MC4wMTEgMzAuMDk5NCAzNy4xODg1IDMxLjQ0NjkgMzMuMDE3MUMzNC4yNjA4IDMyLjQ0MDkgMzYuNjg5NiAzMC42Nzk2IDM4LjExMDggMjguMTgzM0M0MC4zMDcxIDI0LjM5MzIgMzkuODA0NiAxOS42MTk0IDM2Ljg2ODMgMTYuMzY5M0wzNi44NjcxIDE2LjM3MThaTTIxLjgzMTcgMzcuMzg2QzIwLjA3OCAzNy4zODg1IDE4LjM3OTIgMzYuNzc0NyAxNy4wMzI5IDM1LjY1MDlDMTcuMDk0MSAzNS42MTg0IDE3LjIwMDQgMzUuNTU5NyAxNy4yNjkxIDM1LjUxNzJMMjUuMjM0MyAzMC45MTcxQzI1LjY0MTggMzAuNjg1OCAyNS44OTE4IDMwLjI1MjEgMjUuODg5MyAyOS43ODMzVjE4LjU1NDNMMjkuMjU1NyAyMC40OTgxQzI5LjI5MTkgMjAuNTE1NiAyOS4zMTU3IDIwLjU1MDYgMjkuMzIwNyAyMC41OTA2VjI5Ljg4OTZDMjkuMzE1NyAzNC4wMjQ3IDI1Ljk2NjggMzcuMzc3MiAyMS44MzE3IDM3LjM4NlpNNS43MjY0IDMwLjUwNzFDNC44NDc2MyAyOC45ODk2IDQuNTMxMzcgMjcuMjEwOCA0LjgzMjYzIDI1LjQ4NDVDNC44OTEzOCAyNS41MTk1IDQuOTk1MTMgMjUuNTgzMiA1LjA2ODg4IDI1LjYyNTdMMTMuMDM0MSAzMC4yMjU4QzEzLjQzNzggMzAuNDYyMSAxMy45Mzc4IDMwLjQ2MjEgMTQuMzQyOCAzMC4yMjU4TDI0LjA2NjggMjQuNjEwN1YyOC40OTgzQzI0LjA2OTMgMjguNTM4MyAyNC4wNTA1IDI4LjU3NyAyNC4wMTkzIDI4LjYwMkwxNS45Njc5IDMzLjI1MDlDMTIuMzgxNSAzNS4zMTU5IDcuODAxNDQgMzQuMDg4NCA1LjcyNzY1IDMwLjUwNzFINS43MjY0Wk0zLjYzMDEgMTMuMTIwNUM0LjUwNTEyIDExLjYwMDQgNS44ODY0IDEwLjQzNzkgNy41MzE0NCA5LjgzNDE1QzcuNTMxNDQgOS45MDI5IDcuNTI3NjkgMTAuMDI0MiA3LjUyNzY5IDEwLjEwOTJWMTkuMzEwNkM3LjUyNTE5IDE5Ljc3ODEgNy43NzUxOSAyMC4yMTE5IDguMTgxNDUgMjAuNDQzMUwxNy45MDU0IDI2LjA1N0wxNC41MzkxIDI4LjAwMDhDMTQuNTA1MyAyOC4wMjMzIDE0LjQ2MjggMjguMDI3IDE0LjQyNTMgMjguMDEwOEw2LjM3MjY2IDIzLjM1ODJDMi43OTM4MyAyMS4yODU2IDEuNTY2MzEgMTYuNzA2OCAzLjYyODg1IDEzLjEyMTdMMy42MzAxIDEzLjEyMDVaTTMxLjI4ODIgMTkuNTU2OUwyMS41NjQyIDEzLjk0MTdMMjQuOTMwNiAxMS45OTkyQzI0Ljk2NDMgMTEuOTc2NyAyNS4wMDY4IDExLjk3MjkgMjUuMDQ0MyAxMS45ODkyTDMzLjA5NyAxNi42MzhDMzYuNjgyMSAxOC43MDkzIDM3LjkxMDggMjMuMjk1NyAzNS44Mzk1IDI2Ljg4MDhDMzQuOTYzMyAyOC4zOTgzIDMzLjU4MzIgMjkuNTYwOCAzMS45Mzk1IDMwLjE2NThWMjAuNjg5NEMzMS45NDMyIDIwLjIyMTkgMzEuNjk0NSAxOS43ODk0IDMxLjI4OTQgMTkuNTU2OUgzMS4yODgyWk0zNC42MzgzIDE0LjUxNDJDMzQuNTc5NSAxNC40NzggMzQuNDc1OCAxNC40MTU1IDM0LjQwMiAxNC4zNzNMMjYuNDM2OCA5Ljc3Mjg5QzI2LjAzMzEgOS41MzY2NCAyNS41MzMxIDkuNTM2NjQgMjUuMTI4MSA5Ljc3Mjg5TDE1LjQwNDEgMTUuMzg4VjExLjUwMDRDMTUuNDAxNiAxMS40NjA0IDE1LjQyMDQgMTEuNDIxNyAxNS40NTE2IDExLjM5NjdMMjMuNTAzIDYuNzUxNThDMjcuMDg5NCA0LjY4Mjc5IDMxLjY3NDUgNS45MTQwNiAzMy43NDIgOS41MDE2NEMzNC42MTU4IDExLjAxNjcgMzQuOTMyIDEyLjc5MDUgMzQuNjM1OCAxNC41MTQySDM0LjYzODNaTTEzLjU3NDEgMjEuNDQzMUwxMC4yMDY1IDE5LjQ5OTRDMTAuMTcwMiAxOS40ODE5IDEwLjE0NjUgMTkuNDQ2OCAxMC4xNDE1IDE5LjQwNjhWMTAuMTA3OUMxMC4xNDQgNS45Njc4MSAxMy41MDI4IDIuNjEyNzQgMTcuNjQyOSAyLjYxNTI0QzE5LjM5NDIgMi42MTUyNCAyMS4wODkyIDMuMjMwMjUgMjIuNDM1NSA0LjM1MDI4QzIyLjM3NDMgNC4zODI3OCAyMi4yNjkzIDQuNDQxNTMgMjIuMTk5MiA0LjQ4NDAzTDE0LjIzNDEgOS4wODQxM0MxMy44MjY2IDkuMzE1MzggMTMuNTc2NiA5Ljc0Nzg5IDEzLjU3OTEgMTAuMjE2N0wxMy41NzQxIDIxLjQ0MDZWMjEuNDQzMVpNMTUuNDAyOSAxNy41MDA2TDE5LjczNDIgMTQuOTk5M0wyNC4wNjU1IDE3LjQ5OTNWMjIuNTAwN0wxOS43MzQyIDI1LjAwMDdMMTUuNDAyOSAyMi41MDA3VjE3LjUwMDZaIiBmaWxsPSIjN0Q3RDg3Ii8+Cjwvc3ZnPgo="
        },
        "displayName": "OpenAI Chat Model",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 25,
            "name": "AI"
          },
          {
            "id": 26,
            "name": "Langchain"
          }
        ]
      },
      {
        "id": 1163,
        "icon": "fa:database",
        "name": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
        "codex": {
          "data": {
            "resources": {
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.memorybufferwindow/"
                }
              ]
            },
            "categories": [
              "AI",
              "Langchain"
            ],
            "subcategories": {
              "AI": [
                "Memory"
              ],
              "Memory": [
                "For beginners"
              ]
            }
          }
        },
        "group": "[\"transform\"]",
        "defaults": {
          "name": "Simple Memory"
        },
        "iconData": {
          "icon": "database",
          "type": "icon"
        },
        "displayName": "Simple Memory",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 25,
            "name": "AI"
          },
          {
            "id": 26,
            "name": "Langchain"
          }
        ]
      }
    ],
    "categories": [
      {
        "id": 44,
        "name": "Crypto Trading"
      },
      {
        "id": 49,
        "name": "AI Summarization"
      }
    ],
    "image": []
  }
}