{
  "workflow": {
    "id": 6898,
    "name": "Build an AI marketing team with OpenAI O3 and GPT-4.1-mini for automated content creation",
    "views": 2848,
    "recentViews": 1,
    "totalViews": 2848,
    "createdAt": "2025-08-02T15:58:18.599Z",
    "description": "## 🧠 Overview\n\nThis multi-agent n8n automation simulates a high-functioning marketing team. A strategic CMO agent receives your chat-based input, decides which specialist is best for the task, and delegates accordingly. Each specialist (copywriter, SEO expert, brand strategist, etc.) operates independently using fast, cost-effective GPT-4.1-mini models—resulting in parallel task execution and full-funnel marketing output with minimal human input.\n\n---\n\n## ⚙️ How It Works\n\n1. A **chat message trigger** listens for input (e.g. “Write a full email funnel for our SaaS launch”).\n2. The **CMO Agent** (powered by OpenAI O3) reads the message and determines intent, strategy, and needed outputs.\n3. It dynamically delegates tasks to the correct AI agent:\n   - Copywriter Agent  \n   - Facebook Ads Specialist  \n   - SEO Content Writer  \n   - Email Marketer  \n   - Social Media Manager  \n   - Brand Voice Specialist\n4. Each agent uses a dedicated **GPT-4.1-mini** model to produce results instantly.\n5. Final content is returned to the user or passed along for integration with your CMS, ad platforms, or CRM.\n\n---\n\n## 🧰 Tools Used\n\n- **n8n** – Orchestrates the entire agent communication and routing logic  \n- **OpenAI O3** – Advanced strategic reasoning (CMO Agent)  \n- **OpenAI GPT-4.1-mini** – Fast and cost-efficient for specialist agents  \n- **LangChain Nodes** – For multi-agent thinking and tool-based execution  \n\n---\n\n## 🚀 Quick Start\n\n1. **Import Workflow:** Load the provided `.json` into your n8n instance  \n2. **Set Credentials:** Add your OpenAI API key under “OpenAI Account”  \n3. **Deploy Webhook:** Use the “When Chat Message Received” trigger  \n4. **Test It:** Ask a question like:  \n   &gt; “Generate a 7-day onboarding email sequence for a weight loss app”  \n5. **Watch the Agents Collaborate!**\n\n---\n\n## 👩‍💼 Meet Your AI Marketing Team\n\n| Agent | Purpose | Model | Output |\n|-------|---------|-------|--------|\n| 🧠 **CMO Agent** | Strategy, delegation, and task routing | O3 | Central brain |\n| ✍️ **Copywriter Agent** | Website copy, CTAs, product descriptions | GPT-4.1-mini | Fast, human-like copy |\n| 📱 **Facebook Ads Copywriter** | Ad headlines, angles, A/B tests | GPT-4.1-mini | Platform-specific ad copy |\n| 🔍 **SEO Writer** | Blog posts, keyword-rich content | GPT-4.1-mini | Long-form content |\n| 📧 **Email Specialist** | Sequences, newsletters, welcome flows | GPT-4.1-mini | Funnel-ready emails |\n| 📲 **Social Media Manager** | Content calendars, posts, hashtags | GPT-4.1-mini | Cross-platform content |\n| 🎨 **Brand Voice Specialist** | Tone consistency, style guides | GPT-4.1-mini | On-brand text |\n\n---\n\n## 💡 Use Cases\n\n- **Product Launches:** Strategy → Landing Page → Emails → Social Posts  \n- **Lead Nurture Funnels:** Segmented email campaigns with consistent tone  \n- **Content Sprints:** Generate 30+ blog posts and socials in a day  \n- **Ad Variations:** Create 20 ad angles in 30 seconds  \n- **Brand Guidelines:** Enforce consistent messaging across departments  \n\n---\n\n## 💸 Cost Optimization\n\n- Use **O3 sparingly**—only for strategic tasks  \n- All specialist agents use **GPT-4.1-mini** for low-latency, high-efficiency generation  \n- Run agents in **parallel** to reduce wait times  \n- Add caching for repeat requests  \n\n---\n\n## 🔧 Customization Tips\n\n- Edit the tool prompts to match your brand’s style and niche  \n- Connect outputs to Google Sheets, Notion, Slack, or email tools  \n- Integrate with Zapier, Make.com, or your CRM for full automation  \n\n---\n\n## 🔗 Connect With Me\n\n- **Website:** [nofluff.online](https://www.nofluff.online)  \n- **YouTube:** [@YaronBeen](https://www.youtube.com/@YaronBeen/videos)  \n- **LinkedIn:** [Yaron Been](https://www.linkedin.com/in/yaronbeen/)  \n\n---\n\n## 🏷️ Tags\n\n#n8n #OpenAI #MarketingAI #CMOagent #Automation #GPT4 #LangChain #NoCode #MarketingTeam  \n#AIWorkflow #EmailMarketing #SEO #Copywriting #SocialMedia #DigitalMarketing #BrandVoice  \n#AItools #MultiAgentSystem #ContentCreation #MarketingStrategy #ContentOps",
    "workflow": {
      "meta": {
        "instanceId": "12e6f290a974a1eee154f8d915aade185e90e826260e6aeab8a087ba7386a1bc",
        "templateCredsSetupCompleted": true
      },
      "nodes": [
        {
          "id": "92da8211-5d45-465f-a8c9-5bb000d7ce05",
          "name": "When chat message received",
          "type": "@n8n/n8n-nodes-langchain.chatTrigger",
          "position": [
            -2864,
            -576
          ],
          "webhookId": "ae1ab708-881f-4462-8bf3-967eb0c219f9",
          "parameters": {
            "options": {}
          },
          "typeVersion": 1.1
        },
        {
          "id": "342b0843-15d7-4f62-8a6d-5ef82fe03dd8",
          "name": "CMO Agent",
          "type": "@n8n/n8n-nodes-langchain.agent",
          "position": [
            -2640,
            -816
          ],
          "parameters": {
            "options": {}
          },
          "typeVersion": 2.1
        },
        {
          "id": "b02e8c9d-7a33-4c7e-a4ff-618d3b115711",
          "name": "Think",
          "type": "@n8n/n8n-nodes-langchain.toolThink",
          "position": [
            -2512,
            -496
          ],
          "parameters": {},
          "typeVersion": 1.1
        },
        {
          "id": "a5d31991-4bbb-4cf3-bfc7-ed1a756e6455",
          "name": "Copywriter Agent",
          "type": "@n8n/n8n-nodes-langchain.agentTool",
          "position": [
            -2240,
            -96
          ],
          "parameters": {
            "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
            "options": {},
            "toolDescription": "call this AI Agent that specializes in writing copy whenver you need to write copy"
          },
          "typeVersion": 2.2
        },
        {
          "id": "58e19949-145c-4bdb-ad2b-82fdfd356c21",
          "name": "OpenAI Chat Model",
          "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
          "position": [
            -2208,
            368
          ],
          "parameters": {
            "model": {
              "__rl": true,
              "mode": "list",
              "value": "gpt-4.1-mini"
            },
            "options": {}
          },
          "credentials": {
            "openAiApi": {
              "id": "credential-id",
              "name": "openAiApi Credential"
            }
          },
          "typeVersion": 1.2
        },
        {
          "id": "94ebb27d-22da-473c-95de-f2a5034dd61c",
          "name": "OpenAI Chat Model1",
          "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
          "position": [
            -2672,
            -496
          ],
          "parameters": {
            "model": {
              "__rl": true,
              "mode": "list",
              "value": "o3",
              "cachedResultName": "o3"
            },
            "options": {}
          },
          "credentials": {
            "openAiApi": {
              "id": "credential-id",
              "name": "openAiApi Credential"
            }
          },
          "typeVersion": 1.2
        },
        {
          "id": "ef34bd91-3b12-4638-bf9e-72f1043798c3",
          "name": "OpenAI Chat Model2",
          "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
          "position": [
            -1312,
            -496
          ],
          "parameters": {
            "model": {
              "__rl": true,
              "mode": "list",
              "value": "gpt-4.1-mini"
            },
            "options": {}
          },
          "credentials": {
            "openAiApi": {
              "id": "credential-id",
              "name": "openAiApi Credential"
            }
          },
          "typeVersion": 1.2
        },
        {
          "id": "a36019e0-0b00-41f9-9b27-4461900fc949",
          "name": "Facebook ads Copywriter",
          "type": "@n8n/n8n-nodes-langchain.agentTool",
          "position": [
            -1280,
            -704
          ],
          "parameters": {
            "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
            "options": {},
            "toolDescription": "call this AI Agent that specializes in writing Facebook ads copy whenver you need to write Facebook ads copy"
          },
          "typeVersion": 2.2
        },
        {
          "id": "1d0dc13d-a0e5-4aef-856b-2e42371a0bfc",
          "name": "SEO Content Writer",
          "type": "@n8n/n8n-nodes-langchain.agentTool",
          "position": [
            -1840,
            -304
          ],
          "parameters": {
            "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
            "options": {},
            "toolDescription": "call this AI Agent that specializes in SEO content optimization, keyword research, and writing SEO-friendly content"
          },
          "typeVersion": 2.2
        },
        {
          "id": "b2fcab88-76ab-4d8e-8c72-a8159d006c72",
          "name": "OpenAI Chat Model3",
          "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
          "position": [
            -1824,
            -144
          ],
          "parameters": {
            "model": {
              "__rl": true,
              "mode": "list",
              "value": "gpt-4.1-mini"
            },
            "options": {}
          },
          "credentials": {
            "openAiApi": {
              "id": "credential-id",
              "name": "openAiApi Credential"
            }
          },
          "typeVersion": 1.2
        },
        {
          "id": "47def529-ad89-4f05-857d-6903ce14fb81",
          "name": "Email Marketing Specialist",
          "type": "@n8n/n8n-nodes-langchain.agentTool",
          "position": [
            -1328,
            -80
          ],
          "parameters": {
            "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
            "options": {},
            "toolDescription": "call this AI Agent that specializes in email marketing campaigns, newsletters, and email sequence writing"
          },
          "typeVersion": 2.2
        },
        {
          "id": "cc8342da-8df2-4072-b6d1-8a058ea3f712",
          "name": "OpenAI Chat Model4",
          "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
          "position": [
            -1328,
            96
          ],
          "parameters": {
            "model": {
              "__rl": true,
              "mode": "list",
              "value": "gpt-4.1-mini"
            },
            "options": {}
          },
          "credentials": {
            "openAiApi": {
              "id": "credential-id",
              "name": "openAiApi Credential"
            }
          },
          "typeVersion": 1.2
        },
        {
          "id": "877450ee-1eac-4a73-ad5b-47ddbbe3381e",
          "name": "Social Media Manager",
          "type": "@n8n/n8n-nodes-langchain.agentTool",
          "position": [
            -1744,
            -1024
          ],
          "parameters": {
            "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
            "options": {},
            "toolDescription": "call this AI Agent that specializes in social media content creation for all platforms (Twitter, LinkedIn, Instagram, TikTok)"
          },
          "typeVersion": 2.2
        },
        {
          "id": "ec4da24e-f1dc-4749-b03b-5edcd9ecf061",
          "name": "OpenAI Chat Model5",
          "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
          "position": [
            -1776,
            -768
          ],
          "parameters": {
            "model": {
              "__rl": true,
              "mode": "list",
              "value": "gpt-4.1-mini"
            },
            "options": {}
          },
          "credentials": {
            "openAiApi": {
              "id": "credential-id",
              "name": "openAiApi Credential"
            }
          },
          "typeVersion": 1.2
        },
        {
          "id": "41652593-78c9-40f0-ab38-adaf345cc1fb",
          "name": "Brand Voice Specialist",
          "type": "@n8n/n8n-nodes-langchain.agentTool",
          "position": [
            -1344,
            -1264
          ],
          "parameters": {
            "text": "={{ $fromAI('Prompt__User_Message_', ``, 'string') }}",
            "options": {},
            "toolDescription": "call this AI Agent that specializes in maintaining brand voice consistency and creating brand guidelines"
          },
          "typeVersion": 2.2
        },
        {
          "id": "8a29c24c-932e-46c1-a050-ac52a20ee968",
          "name": "OpenAI Chat Model6",
          "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
          "position": [
            -1312,
            -944
          ],
          "parameters": {
            "model": {
              "__rl": true,
              "mode": "list",
              "value": "gpt-4.1-mini"
            },
            "options": {}
          },
          "credentials": {
            "openAiApi": {
              "id": "credential-id",
              "name": "openAiApi Credential"
            }
          },
          "typeVersion": 1.2
        },
        {
          "id": "c3ef94e0-de02-4fe8-b526-9b1a3533629b",
          "name": "Sticky Note9",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -3808,
            -880
          ],
          "parameters": {
            "color": 4,
            "width": 580,
            "height": 320,
            "content": "=======================================\n        CMO AGENT WITH MARKETING TEAM\n=======================================\nFor any questions or support, please contact:\n    Yaron@nofluff.online\n\nExplore more tips and tutorials here:\n   - YouTube: https://www.youtube.com/@YaronBeen/videos\n   - LinkedIn: https://www.linkedin.com/in/yaronbeen/\n======================================="
          },
          "typeVersion": 1
        },
        {
          "id": "d69d8914-a41e-4ae7-a076-267beec814cb",
          "name": "Sticky Note4",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -3808,
            -544
          ],
          "parameters": {
            "color": 4,
            "width": 740,
            "height": 3928,
            "content": "## 🤖 **CMO AGENT WITH FULL MARKETING TEAM - AI WORKFLOW**\n\n**🔥 Powered by OpenAI O3 & GPT-4.1-mini Multi-Agent System**\n\n#AIMarketing #MarketingAutomation #n8nWorkflows #OpenAI #MultiAgentSystem\n\n---\n\n### 📝 **Workflow Overview**\n\nThis workflow creates a complete AI-powered marketing department with a **Chief Marketing Officer** orchestrating specialized team members. Each agent has unique capabilities tailored for specific marketing tasks, enabling comprehensive marketing automation.\n\n**🎯 What This Workflow Does:**\n- Provides a conversational AI marketing team accessible via chat\n- CMO Agent analyzes requests and delegates to appropriate specialists\n- Each specialist delivers expert-level outputs in their domain\n- Maintains consistent brand voice across all content\n\n---\n\n### 🚀 **Quick Start Setup**\n\n1. **🔑 Configure Credentials**\n   - Add your OpenAI API key to all chat models\n   - Ensure sufficient API credits for O3 model usage\n   - Test each agent connection individually\n\n2. **🌐 Deploy Webhook**\n   - Copy the webhook URL from chat trigger\n   - Test with simple marketing questions\n   - Monitor execution in n8n interface\n\n3. **💬 Start Using**\n   - Ask the CMO for any marketing task\n   - Be specific about your requirements\n   - Let the team collaborate on complex projects\n\n---\n\n### 👥 **Marketing Team Structure**\n\n**🎯 CMO Agent** (O3 Model - Premium)\n- Strategic marketing oversight & planning\n- Task delegation to specialized agents\n- High-level decision making\n- Complex reasoning & strategy\n- *Cost: High | Latency: ~3-5s*\n\n**✍️ Copywriter Agent** (GPT-4.1-mini)\n- General marketing copy & content\n- Product descriptions & landing pages\n- Brand storytelling & narratives\n- *Cost: Low | Latency: <1s*\n\n**📱 Facebook Ads Copywriter** (GPT-4.1-mini)\n- Social media ad copy optimization\n- A/B testing variations\n- Audience-specific messaging\n- *Cost: Low | Latency: <1s*\n\n**🔍 SEO Content Writer** (GPT-4.1-mini)\n- Search-optimized blog posts\n- Keyword research & integration\n- Meta descriptions & titles\n- *Cost: Low | Latency: <1s*\n\n**📧 Email Marketing Specialist** (GPT-4.1-mini)\n- Email campaign sequences\n- Newsletter content creation\n- Subject line optimization\n- *Cost: Low | Latency: <1s*\n\n**📲 Social Media Manager** (GPT-4.1-mini)\n- Multi-platform content calendar\n- Platform-specific content (Twitter/X, LinkedIn, Instagram, TikTok)\n- Hashtag research & trending topics\n- *Cost: Low | Latency: <1s*\n\n**🎨 Brand Voice Specialist** (GPT-4.1-mini)\n- Brand consistency enforcement\n- Style guide creation & maintenance\n- Tone & voice alignment\n- *Cost: Low | Latency: <1s*\n\n---\n\n### 💡 **Real-World Use Cases**\n\n**🚀 Product Launch Campaign**\n\"Create a complete product launch campaign for our new SaaS tool\"\n- CMO creates strategy → Copywriter drafts landing page → Email specialist creates drip campaign → Social media manager plans launch posts\n\n**📝 Content Marketing Sprint**\n\"Generate a month of SEO blog posts about AI automation\"\n- CMO plans topics → SEO writer creates optimized posts → Social media manager creates promotion posts → Email specialist creates newsletter\n\n**🎯 Social Media Blitz**\n\"Create viral content for our Black Friday sale\"\n- CMO sets objectives → Social media manager creates platform-specific content → Facebook ads writer creates ad variations → Brand voice ensures consistency\n\n**📧 Email Funnel Creation**\n\"Build a 7-day onboarding email sequence\"\n- CMO outlines customer journey → Email specialist writes sequence → Copywriter enhances CTAs → Brand voice maintains tone\n\n**🔍 SEO Content Strategy**\n\"Improve our website's organic traffic\"\n- CMO analyzes gaps → SEO writer creates pillar content → Copywriter enhances readability → Social media promotes content\n\n---\n\n### ⚙️ **Model Selection Strategy**\n\n**Why O3 for CMO?**\n- Advanced reasoning for complex strategies\n- Better understanding of business context\n- Superior task delegation decisions\n- Worth the cost for strategic thinking\n\n**Why GPT-4.1-mini for Specialists?**\n- Excellent cost-performance ratio\n- Sub-second response times\n- Sufficient for focused tasks\n- Allows parallel processing of multiple agents\n\n**💰 Cost Optimization Tips:**\n- Use O3 sparingly for high-level strategy\n- Batch similar requests to specialists\n- Cache common responses\n- Monitor token usage in OpenAI dashboard\n\n---\n\n### 🔧 **Advanced Configuration**\n\n**Customizing Agent Prompts:**\n- Edit tool descriptions for specific brand voice\n- Add industry-specific context\n- Include company guidelines in prompts\n- Reference existing content examples\n\n**Performance Tuning:**\n- Adjust temperature settings per agent\n- Implement token limits for cost control\n- Add timeout handling for long tasks\n- Enable streaming for real-time feedback\n\n---\n\n### 📊 **Expected Results**\n\n- **⚡ Speed**: Complete marketing tasks 10x faster\n- **💎 Quality**: Professional-grade content every time\n- **🔄 Consistency**: Unified brand voice across channels\n- **📈 Scale**: Handle multiple campaigns simultaneously\n- **💰 ROI**: Reduce content creation costs by 80%\n\n---\n\n### 🏷️ **Tags & Keywords**\n\n#AIMarketing #MarketingAutomation #n8n #OpenAI #ChatGPT #O3Model #ContentMarketing #EmailMarketing #SEO #SocialMediaMarketing #BrandVoice #MarketingAI #WorkflowAutomation #DigitalMarketing #MarTech #AIAgents #MultiAgentSystem #ContentCreation #MarketingStrategy #Copywriting"
          },
          "typeVersion": 1
        }
      ],
      "pinData": {},
      "connections": {
        "Think": {
          "ai_tool": [
            [
              {
                "node": "CMO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Copywriter Agent": {
          "ai_tool": [
            [
              {
                "node": "CMO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model": {
          "ai_languageModel": [
            [
              {
                "node": "Copywriter Agent",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model1": {
          "ai_languageModel": [
            [
              {
                "node": "CMO Agent",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model2": {
          "ai_languageModel": [
            [
              {
                "node": "Facebook ads Copywriter",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model3": {
          "ai_languageModel": [
            [
              {
                "node": "SEO Content Writer",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model4": {
          "ai_languageModel": [
            [
              {
                "node": "Email Marketing Specialist",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model5": {
          "ai_languageModel": [
            [
              {
                "node": "Social Media Manager",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model6": {
          "ai_languageModel": [
            [
              {
                "node": "Brand Voice Specialist",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "SEO Content Writer": {
          "ai_tool": [
            [
              {
                "node": "CMO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Social Media Manager": {
          "ai_tool": [
            [
              {
                "node": "CMO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Brand Voice Specialist": {
          "ai_tool": [
            [
              {
                "node": "CMO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Facebook ads Copywriter": {
          "ai_tool": [
            [
              {
                "node": "CMO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Email Marketing Specialist": {
          "ai_tool": [
            [
              {
                "node": "CMO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "When chat message received": {
          "main": [
            [
              {
                "node": "CMO Agent",
                "type": "main",
                "index": 0
              }
            ]
          ]
        }
      }
    },
    "lastUpdatedBy": 29,
    "workflowInfo": {
      "nodeCount": 18,
      "nodeTypes": {
        "n8n-nodes-base.stickyNote": {
          "count": 2
        },
        "@n8n/n8n-nodes-langchain.agent": {
          "count": 1
        },
        "@n8n/n8n-nodes-langchain.agentTool": {
          "count": 6
        },
        "@n8n/n8n-nodes-langchain.toolThink": {
          "count": 1
        },
        "@n8n/n8n-nodes-langchain.chatTrigger": {
          "count": 1
        },
        "@n8n/n8n-nodes-langchain.lmChatOpenAi": {
          "count": 7
        }
      }
    },
    "status": "published",
    "user": {
      "name": "Yaron Been",
      "username": "yaron-nofluff",
      "bio": "Building AI Agents and Automations | Growth Marketer | Entrepreneur | Book Author & Podcast Host\n\nIf you need any help with Automations, feel free to reach out via linkedin:\nhttps://www.linkedin.com/in/yaronbeen/\n\nAnd check out my Youtube channel:\nhttps://www.youtube.com/@YaronBeen/videos",
      "verified": true,
      "links": [
        "https://www.nofluff.online/automation-services/"
      ],
      "avatar": "https://gravatar.com/avatar/a4e4dcaa1f76ff5266bbf80e8df86d22efda890474c68f7796e72fd82e3f2375?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": 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": 1247,
        "icon": "fa:comments",
        "name": "@n8n/n8n-nodes-langchain.chatTrigger",
        "codex": {
          "data": {
            "resources": {
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-langchain.chattrigger/"
                }
              ]
            },
            "categories": [
              "Core Nodes",
              "Langchain"
            ]
          }
        },
        "group": "[\"trigger\"]",
        "defaults": {
          "name": "When chat message received"
        },
        "iconData": {
          "icon": "comments",
          "type": "icon"
        },
        "displayName": "Chat Trigger",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 9,
            "name": "Core Nodes"
          },
          {
            "id": 26,
            "name": "Langchain"
          }
        ]
      },
      {
        "id": 1289,
        "icon": "fa:brain",
        "name": "@n8n/n8n-nodes-langchain.toolThink",
        "codex": {
          "data": {
            "resources": {
              "primaryDocumentation": [
                {
                  "url": "https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.toolthink/"
                }
              ]
            },
            "categories": [
              "AI",
              "Langchain"
            ],
            "subcategories": {
              "AI": [
                "Tools"
              ],
              "Tools": [
                "Other Tools"
              ]
            }
          }
        },
        "group": "[\"transform\"]",
        "defaults": {
          "name": "Think"
        },
        "iconData": {
          "icon": "brain",
          "type": "icon"
        },
        "displayName": "Think Tool",
        "typeVersion": 1,
        "nodeCategories": [
          {
            "id": 25,
            "name": "AI"
          },
          {
            "id": 26,
            "name": "Langchain"
          }
        ]
      },
      {
        "id": 1310,
        "icon": "fa:robot",
        "name": "@n8n/n8n-nodes-langchain.agentTool",
        "codex": {
          "data": {
            "alias": [
              "LangChain",
              "Chat",
              "Conversational",
              "Plan and Execute",
              "ReAct",
              "Tools"
            ],
            "categories": [
              "AI",
              "Langchain"
            ],
            "subcategories": {
              "AI": [
                "Tools"
              ],
              "Tools": [
                "Other Tools"
              ]
            }
          }
        },
        "group": "[\"transform\"]",
        "defaults": {
          "name": "AI Agent Tool",
          "color": "#404040"
        },
        "iconData": {
          "icon": "robot",
          "type": "icon"
        },
        "displayName": "AI Agent Tool",
        "typeVersion": 3,
        "nodeCategories": [
          {
            "id": 25,
            "name": "AI"
          },
          {
            "id": 26,
            "name": "Langchain"
          }
        ]
      }
    ],
    "categories": [
      {
        "id": 31,
        "name": "Content Creation"
      },
      {
        "id": 47,
        "name": "AI Chatbot"
      }
    ],
    "image": []
  }
}