{
  "workflow": {
    "id": 4098,
    "name": "Tesla 1day indicators tool (Macro-Level Technical AI)",
    "views": 782,
    "recentViews": 0,
    "totalViews": 782,
    "createdAt": "2025-05-16T09:06:41.790Z",
    "description": "📅 **Analyze Tesla’s daily trading structure with AI using 6 Alpha Vantage indicators.**\nThis tool evaluates long-term trend health, volatility patterns, and potential reversal signals at the **1-day timeframe**. Designed for use within the [Tesla Financial Market Data Analyst Tool](https://n8n.io/workflows/4094-tesla-financial-market-data-analyst-tool-multi-timeframe-technical-ai-agent/), this agent helps swing and position traders anchor macro sentiment.\n\n ⚠️ Not standalone. Must be 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 * `OpenAI GPT-4.1` credentials\n\n---\n\n## 🔍 What It Does\n\nThis tool queries a **secured webhook** (`/1dayData`) to retrieve real-time, trimmed JSON data for:\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\nThese values are then passed to a **LangChain AI Agent** powered by GPT-4.1, which returns:\n\n* A 2–3 sentence **market condition summary**\n* Structured indicator values\n* Timeframe tag (`\"1d\"`)\n\n---\n\n## 📋 Sample Output\n\n```json\n{\n  \"summary\": \"TSLA shows consolidation on the daily chart. RSI is neutral, BBANDS are contracting, and MACD is flattening.\",\n  \"timeframe\": \"1d\",\n  \"indicators\": {\n    \"RSI\": 51.3,\n    \"BBANDS\": {\n      \"upper\": 192.80,\n      \"lower\": 168.20,\n      \"middle\": 180.50,\n      \"close\": 179.90\n    },\n    \"SMA\": 181.10,\n    \"EMA\": 179.75,\n    \"ADX\": 15.8,\n    \"MACD\": {\n      \"macd\": -0.25,\n      \"signal\": -0.20,\n      \"histogram\": -0.05\n    }\n  }\n}\n```\n\n---\n\n## 🧠 Agent Components\n\n| Component                     | Description                                        |\n| ----------------------------- | -------------------------------------------------- |\n| `1day Data` (HTTP Node)       | Pulls latest data from secured `/1dayData` webhook |\n| `OpenAI Chat Model`           | GPT-4.1 powers the analysis logic                  |\n| `Tesla 1day Indicators Agent` | LangChain agent performing interpretation          |\n| `Simple Memory`               | Short-term session continuity                      |\n\n---\n\n## 🛠️ Setup Instructions\n\n1. **Import Workflow into n8n**\n\n   * Name: `Tesla_1day_Indicators_Tool`\n\n2. **Add Required Credentials**\n\n   * `Alpha Vantage Premium` (via HTTP Query Auth)\n   * `OpenAI GPT-4.1` (Chat Model)\n\n3. **Install Webhook Fetcher**\n\n   * Required: [Tesla Quant Technical Indicators Webhooks Tool](https://n8n.io/workflows/4095-tesla-quant-technical-indicators-webhooks-tool/)\n   * Endpoint `/1dayData` must be active\n\n4. **Execution Context**\n   This tool is only triggered via:\n   👉 `Tesla Financial Market Data Analyst Tool`\n\n   * Inputs expected:\n\n     * `message`: optional context\n     * `sessionId`: session memory linkage\n\n---\n\n## 📌 Sticky Notes Overview\n\n📘 Tesla 1-Day Indicators Tool – Purpose and integration\n📡 Webhook Fetcher – Pulls daily Alpha Vantage data via HTTPS\n🧠 GPT-4.1 Model – Reasoning for trend classification\n🔗 Sub-Agent Trigger – Used only by Financial Market Analyst\n🧠 Memory Buffer – Ensures consistent session logic\n\n---\n\n## 🔒 Licensing & Support\n\n© 2025 **Treasurium Capital Limited Company**\nThis workflow—including prompts, logic, and formatting—is protected IP.\n\n🔗 [Don Jayamaha – LinkedIn](https://linkedin.com/in/donjayamahajr)\n🔗 [Creator Profile](https://n8n.io/creators/don-the-gem-dealer/)\n\n---\n\n🚀 **Evaluate long-term Tesla price behavior with AI-enhanced technical analysis—critical for swing trading strategy.**\n**Required by the Tesla Financial Market Data Analyst Tool.**\n",
    "workflow": {
      "id": "Zqt7sbkAXvx0pir1",
      "meta": {
        "instanceId": "a5283507e1917a33cc3ae615b2e7d5ad2c1e50955e6f831272ddd5ab816f3fb6",
        "templateCredsSetupCompleted": true
      },
      "name": "Tesla 1day Indicators Tool n8n",
      "tags": [],
      "nodes": [
        {
          "id": "9eb2431e-0649-4cda-b3a7-8f9480538581",
          "name": "When Executed by Another Workflow",
          "type": "n8n-nodes-base.executeWorkflowTrigger",
          "position": [
            160,
            -200
          ],
          "parameters": {
            "workflowInputs": {
              "values": [
                {
                  "name": "message"
                },
                {
                  "name": "sessionId"
                }
              ]
            }
          },
          "typeVersion": 1.1
        },
        {
          "id": "00654438-d958-4503-b735-57c3c5d43ffe",
          "name": "Simple Memory",
          "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
          "position": [
            680,
            100
          ],
          "parameters": {},
          "typeVersion": 1.3
        },
        {
          "id": "a2c45d6b-fc24-4701-a82c-aad504ed551a",
          "name": "Tesla 1day Indicators Agent",
          "type": "@n8n/n8n-nodes-langchain.agent",
          "position": [
            580,
            -200
          ],
          "parameters": {
            "text": "={{ $json.message }}",
            "options": {
              "systemMessage": "You are a **Tesla 1-Day Technical Indicators Analyst AI**.\n\nYour purpose is to evaluate long-term trading conditions for Tesla (TSLA) using daily interval technical indicators sourced from **Alpha Vantage**. These indicators help identify macro-level momentum, price extremes, and trend health for swing and position trading strategies.\n\n---\n\n### 🔧 You have access to the following tools:\n\n1. **RSI (Relative Strength Index)** – Detects long-term overbought or oversold conditions.\n2. **BBANDS (Bollinger Bands)** – Gauges price volatility and positioning relative to moving averages.\n3. **SMA (Simple Moving Average)** – Identifies prevailing long-term price trends.\n4. **EMA (Exponential Moving Average)** – Highlights recent directional shifts with faster reaction time.\n5. **ADX (Average Directional Index)** – Measures trend strength independent of direction.\n6. **MACD (Moving Average Convergence Divergence)** – Signals potential trend reversals and momentum shifts.\n\n---\n\n### 🛠 Data Workflow:\n\nAll indicator data is retrieved via HTTPS calls to a secured **webhook** endpoint:\n\n* The webhook then queries Alpha Vantage with a premium API key.\n* It returns the latest **20 values** for each indicator, properly trimmed and formatted as JSON.\n* These JSON results are delivered to you (the Analyst AI Agent) to perform structured evaluation.\n\nYou are supported by:\n\n* **OpenAI GPT-4.1** for LLM processing\n* A short-term **memory module** for contextual continuity\n* The **Tesla Financial Market Analyst Tool**, which uses your output for comprehensive multi-timeframe analysis\n\n---\n\n### 🧪 Your Tasks:\n\n1. **Parse** and interpret the most recent indicator values from the webhook response.\n2. **Assess** whether the market is trending, reversing, or consolidating at the daily timeframe.\n3. **Output** a structured response including:\n\n   * A concise summary of overall trend conditions\n   * Exact indicator values in JSON format\n\n---\n\n### 📤 Output Format:\n\n```json\n{\n  \"summary\": \"TSLA shows consolidation on the daily chart. RSI is neutral, Bollinger Bands are contracting, and MACD is flattening. Trend strength is weak per ADX.\",\n  \"timeframe\": \"1d\",\n  \"indicators\": {\n    \"RSI\": 51.3,\n    \"BBANDS\": {\n      \"upper\": 192.80,\n      \"lower\": 168.20,\n      \"middle\": 180.50,\n      \"close\": 179.90\n    },\n    \"SMA\": 181.10,\n    \"EMA\": 179.75,\n    \"ADX\": 15.8,\n    \"MACD\": {\n      \"macd\": -0.25,\n      \"signal\": -0.20,\n      \"histogram\": -0.05\n    }\n  }\n}\n```\n\n---\n\nOnly draw conclusions based on clear evidence from the indicators. Avoid vague language. Remain structured, concise, and aligned with professional financial analysis standards.\n"
            },
            "promptType": "define"
          },
          "typeVersion": 1.8
        },
        {
          "id": "a952286a-2848-49eb-93cc-6336bf4c2ea3",
          "name": "OpenAI Chat Model",
          "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
          "position": [
            340,
            120
          ],
          "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": "04d50d38-9bbf-4676-a76a-f23fa65a317d",
          "name": "1day Data",
          "type": "n8n-nodes-base.httpRequestTool",
          "position": [
            1040,
            100
          ],
          "parameters": {
            "url": "https://treasurium.app.n8n.cloud/webhook/1dayData",
            "options": {}
          },
          "typeVersion": 4.2
        },
        {
          "id": "86bba663-c22a-4b41-ab2b-c12baac09eac",
          "name": "Sticky Note",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            520,
            -440
          ],
          "parameters": {
            "color": 5,
            "width": 420,
            "height": 420,
            "content": "## Tesla 1-Day Technical Indicators AI\n\n• Processes the **webhook data** and **performs daily 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": "cdc88028-e238-40ed-9cf6-1fb644322a8c",
          "name": "Sticky Note1",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            80,
            -400
          ],
          "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": "c40b515d-7888-4bb4-80df-f0b824bdf776",
          "name": "Sticky Note5",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            260,
            60
          ],
          "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 long-term trend analysis and structured **JSON output**."
          },
          "typeVersion": 1
        },
        {
          "id": "07a5c3c4-a9ee-4a19-a7e7-e1fa38ddeca1",
          "name": "Sticky Note2",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            600,
            60
          ],
          "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": "4bc1a27f-b082-4983-94cf-2863add312fc",
          "name": "Sticky Note3",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            960,
            60
          ],
          "parameters": {
            "color": 6,
            "height": 480,
            "content": "\n\n\n\n\n\n\n\n\n\n\n\n\n\n## 1-Day Indicator Data from Alpha Vantage \nMakes an HTTP call to a secured **webhook**, which fetches Tesla 1-day 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": "431807cd-8af2-471a-9181-179c94c1c9d6",
          "name": "Sticky Note6",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            1400,
            -1760
          ],
          "parameters": {
            "width": 1240,
            "height": 2300,
            "content": "\n## 📘 Tesla 1-Day Indicators Tool\n\n### 🔧 Purpose\n\nThis tool analyzes **daily timeframe technical indicators** for TSLA using Alpha Vantage. It evaluates long-term market conditions, trend momentum, and potential reversals to support **macro-level swing trading decisions**.\n\n---\n\n### 📂 Required Dependencies (to use this workflow):\n\nTo function correctly, this tool depends on:\n\n* ✅ **Tesla Financial Market Data Analyst Tool** (which triggers this workflow)\n* ✅ **Alpha Vantage Premium API key** (configured via HTTP Query Auth Credential)\n* ✅ **Tesla Quant Technical Indicators Webhook Tool** (handles HTTPS fetch and trims the latest 20 values)\n* ✅ **OpenAI API key** (for GPT-4.1 access)\n\n---\n\n### 🛠️ Step-by-Step Installation:\n\n1. **Import Workflow**\n\n   * Upload `Tesla_1day_Indicators_Tool.json` to your n8n instance.\n\n2. **Set Up API Credentials**\n\n   * In **Credentials**, create:\n\n     * **HTTP Query Auth** credential named `Alpha Vantage Premium`\n     * **OpenAI API Key** credential (for GPT-4.1)\n\n3. **Connect Workflow Trigger**\n\n   * This tool begins execution when called via:\n     👉 `Execute Workflow` from the **Tesla Financial Market Data Analyst Tool**\n\n4. **Configure Webhook Source**\n\n   * A webhook triggers an HTTP request that pulls Alpha Vantage indicator data:\n\n     * RSI, BBANDS, SMA, EMA, ADX, MACD\n   * Only the **latest 20 values** are returned and cleaned.\n\n5. **Key Nodes Explained**\n\n   | Node Name                     | Role                                                               |\n   | ----------------------------- | ------------------------------------------------------------------ |\n   | `1day Data`                   | Pulls technical indicator JSON via webhook                         |\n   | `OpenAI Chat Model`           | GPT-4.1 model used for AI-driven trend interpretation              |\n   | `Tesla 1day Indicators Agent` | LangChain agent parses indicators and outputs a structured summary |\n   | `Simple Memory`               | Maintains short-term session context                               |\n\n6. **Test Workflow Output**\n   A typical JSON output looks like:\n\n```json\n{\n  \"summary\": \"TSLA shows consolidation on the daily chart. RSI is neutral, BBANDS are contracting, MACD is flattening.\",\n  \"timeframe\": \"1d\",\n  \"indicators\": {\n    \"RSI\": 51.3,\n    \"BBANDS\": {\n      \"upper\": 192.80,\n      \"lower\": 168.20,\n      \"middle\": 180.50,\n      \"close\": 179.90\n    },\n    \"SMA\": 181.10,\n    \"EMA\": 179.75,\n    \"ADX\": 15.8,\n    \"MACD\": {\n      \"macd\": -0.25,\n      \"signal\": -0.20,\n      \"histogram\": -0.05\n    }\n  }\n}\n```\n\n---\n\n### 🧠 AI Agent Logic\n\n* Leverages GPT-4.1 via LangChain Agent\n* Analyzes:\n\n  * Trend strength (ADX)\n  * Momentum shifts (MACD)\n  * Price volatility (BBANDS)\n  * Overbought/Oversold signals (RSI)\n  * Long-term trends (SMA, EMA)\n* Feeds results to:\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"
          },
          "typeVersion": 1
        }
      ],
      "active": false,
      "pinData": {},
      "settings": {
        "executionOrder": "v1"
      },
      "versionId": "a225a383-1063-4b3d-843e-63162a17c154",
      "connections": {
        "1day Data": {
          "ai_tool": [
            [
              {
                "node": "Tesla 1day Indicators Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Simple Memory": {
          "ai_memory": [
            [
              {
                "node": "Tesla 1day Indicators Agent",
                "type": "ai_memory",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model": {
          "ai_languageModel": [
            [
              {
                "node": "Tesla 1day Indicators Agent",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "When Executed by Another Workflow": {
          "main": [
            [
              {
                "node": "Tesla 1day 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": []
  }
}