{
  "workflow": {
    "id": 6902,
    "name": "Build complete sales department with OpenAI multi-agent team & CSO orchestration",
    "views": 2567,
    "recentViews": 1,
    "totalViews": 2567,
    "createdAt": "2025-08-02T17:58:56.331Z",
    "description": "# CSO Agent with Sales Team\n\n## Description\nComplete AI-powered sales department with a Chief Sales Officer (CSO) agent orchestrating specialized sales team members for comprehensive revenue operations and sales automation.\n\n## Overview\nThis n8n workflow creates a comprehensive sales department using AI agents. The CSO agent analyzes sales opportunities and delegates tasks to specialized agents for lead generation, copywriting, proposals, objection handling, demos, and follow-up sequences.\n\n## Features\n- Strategic CSO agent using OpenAI O3 for complex sales strategy and decision-making\n- Six specialized sales agents powered by GPT-4.1-mini for efficient execution\n- Complete sales funnel coverage from lead generation to deal closure\n- Automated proposal and contract generation\n- Objection handling playbooks and closing techniques\n- Demo preparation and presentation materials\n- Follow-up and nurture campaign automation\n\n## Team Structure\n- **CSO Agent**: Strategic sales oversight and team coordination (O3 model)\n- **Lead Generation Specialist**: Prospecting, research, qualification, cold outreach\n- **Sales Copywriter**: Pitch decks, proposals, sales collateral, persuasive content\n- **Proposal & Contract Specialist**: Deal structuring, terms negotiation, contracts\n- **Objection Handler**: Sales objections, responses, closing techniques\n- **Demo & Presentation Expert**: Demo scripts, presentation materials, call preparation\n- **Follow-up & Nurture Specialist**: Sequence campaigns, relationship building\n\n## How to Use\n1. Import the workflow into your n8n instance\n2. Configure OpenAI API credentials for all chat models\n3. Deploy the webhook for chat interactions\n4. Send sales requests via chat (e.g., \"Create a complete B2B SaaS sales campaign\")\n5. The CSO will analyze and delegate to appropriate specialists\n6. Receive comprehensive sales deliverables and strategies\n\n## Use Cases\n- **Complete Sales Funnels**: Lead generation → Qualification → Demo → Proposal → Close\n- **Account-Based Sales**: Personalized outreach strategies for enterprise accounts\n- **Product Launch Sales**: Go-to-market strategy with full sales enablement\n- **Objection Playbooks**: Comprehensive responses to common sales objections\n- **Demo Optimization**: Compelling presentations tailored to different audiences\n- **Follow-up Automation**: Systematic nurturing to prevent lead loss\n- **Proposal Generation**: Professional proposals with terms and pricing\n- **Sales Training**: Objection handling and closing technique development\n\n## Requirements\n- n8n instance with LangChain nodes\n- OpenAI API access (O3 for CSO, GPT-4.1-mini for specialists)\n- Webhook capability for chat interactions\n- Optional: Integration with CRM systems (Salesforce, HubSpot, etc.)\n\n## Cost Optimization\n- O3 model used only for strategic CSO decisions\n- GPT-4.1-mini provides 90% cost reduction for specialist tasks\n- Parallel processing enables simultaneous agent execution\n- Template library reduces redundant content generation\n\n## Integration Options\n- Connect to CRM systems for lead management\n- Integrate with email platforms for outreach automation\n- Link to proposal and contract management tools\n- Export to sales enablement platforms\n\n## Performance Metrics\n- Lead qualification accuracy and conversion rates\n- Proposal win rates and deal velocity\n- Objection handling success rates\n- Demo-to-close conversion optimization\n- Follow-up engagement and response rates\n\n## Contact & Resources\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## Tags\n#SalesOps #LeadGeneration #SalesEnablement #RevenueGrowth #SalesAutomation #B2BSales #SalesStrategy #ProposalAutomation #DemoOptimization #SalesAI #n8n #OpenAI #MultiAgentSystem #SalesTech #RevOps #PipelineAutomation",
    "workflow": {
      "meta": {
        "instanceId": "12e6f290a974a1eee154f8d915aade185e90e826260e6aeab8a087ba7386a1bc",
        "templateCredsSetupCompleted": true
      },
      "name": "CSO Agent with Sales Team",
      "nodes": [
        {
          "id": "sales-chat-trigger",
          "name": "When chat message received",
          "type": "@n8n/n8n-nodes-langchain.chatTrigger",
          "position": [
            -2864,
            -576
          ],
          "webhookId": "sales-webhook-id",
          "parameters": {
            "options": {}
          },
          "typeVersion": 1.1
        },
        {
          "id": "cso-agent",
          "name": "CSO Agent",
          "type": "@n8n/n8n-nodes-langchain.agent",
          "position": [
            -2640,
            -816
          ],
          "parameters": {
            "options": {}
          },
          "typeVersion": 2.1
        },
        {
          "id": "sales-think",
          "name": "Think",
          "type": "@n8n/n8n-nodes-langchain.toolThink",
          "position": [
            -2512,
            -496
          ],
          "parameters": {},
          "typeVersion": 1.1
        },
        {
          "id": "lead-gen-agent",
          "name": "Lead Generation Specialist",
          "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 lead generation, prospect research, cold outreach strategies, and lead qualification"
          },
          "typeVersion": 2.2
        },
        {
          "id": "sales-copy-agent",
          "name": "Sales 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 sales copy, proposals, pitch decks, and sales collateral"
          },
          "typeVersion": 2.2
        },
        {
          "id": "proposal-agent",
          "name": "Proposal & Contract Specialist",
          "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 creating proposals, contracts, terms negotiation, and deal structuring"
          },
          "typeVersion": 2.2
        },
        {
          "id": "objection-agent",
          "name": "Objection Handler",
          "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 handling sales objections, creating objection responses, and closing techniques"
          },
          "typeVersion": 2.2
        },
        {
          "id": "demo-agent",
          "name": "Demo & Presentation Expert",
          "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 demo scripts, presentation materials, and sales call preparation"
          },
          "typeVersion": 2.2
        },
        {
          "id": "followup-agent",
          "name": "Follow-up & Nurture 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 follow-up sequences, nurture campaigns, and relationship building"
          },
          "typeVersion": 2.2
        },
        {
          "id": "cso-model",
          "name": "OpenAI Chat Model CSO",
          "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": "lead-gen-model",
          "name": "OpenAI Chat Model1",
          "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": "sales-copy-model",
          "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": "proposal-model",
          "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": "objection-model",
          "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": "demo-model",
          "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": "followup-model",
          "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": "sales-header-sticky",
          "name": "Sticky Note Header",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -3808,
            -880
          ],
          "parameters": {
            "color": 6,
            "width": 580,
            "height": 320,
            "content": "=======================================\n        CSO AGENT WITH SALES 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": "sales-main-sticky",
          "name": "Sticky Note Main",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -3808,
            -544
          ],
          "parameters": {
            "color": 6,
            "width": 740,
            "height": 2500,
            "content": "## 🎯 **CSO AGENT WITH SALES TEAM - AI WORKFLOW**\n\n**🔥 Powered by OpenAI O3 & GPT-4.1-mini Multi-Agent System**\n\n#SalesAutomation #RevenueOps #n8nWorkflows #OpenAI #SalesAI\n\n---\n\n### 📝 **Overview**\n\nThis multi-agent n8n automation creates a complete AI sales department. A strategic CSO agent receives your chat input, analyzes revenue opportunities, and delegates to specialized sales agents for lead generation, copywriting, proposals, objection handling, demos, and follow-up—delivering end-to-end sales support with minimal human intervention.\n\n---\n\n### ⚙️ **How It Works**\n\n1. **Chat trigger** receives sales requests (e.g., \"Create a complete B2B SaaS sales campaign\")\n2. **CSO Agent** (O3) analyzes opportunity and determines sales strategy\n3. Delegates to specialist agents:\n   - Lead Generation Specialist\n   - Sales Copywriter\n   - Proposal & Contract Specialist\n   - Objection Handler\n   - Demo & Presentation Expert\n   - Follow-up & Nurture Specialist\n4. Each agent uses **GPT-4.1-mini** for rapid execution\n5. Results integrated with CRM or delivered directly\n\n---\n\n### 👥 **Meet Your AI Sales Team**\n\n| Agent | Purpose | Model | Output |\n|-------|---------|-------|--------|\n| 🎯 **CSO Agent** | Sales strategy & team coordination | O3 | Revenue command center |\n| 🔍 **Lead Gen Specialist** | Prospecting, research, qualification | GPT-4.1-mini | High-quality leads |\n| ✍️ **Sales Copywriter** | Pitch decks, proposals, collateral | GPT-4.1-mini | Persuasive content |\n| 📄 **Proposal Specialist** | Contracts, terms, deal structure | GPT-4.1-mini | Professional proposals |\n| 🛡️ **Objection Handler** | Responses, closing techniques | GPT-4.1-mini | Objection playbooks |\n| 🎬 **Demo Expert** | Presentation scripts, call prep | GPT-4.1-mini | Demo materials |\n| 📞 **Follow-up Specialist** | Nurture sequences, relationship building | GPT-4.1-mini | Engagement campaigns |\n\n---\n\n### 💡 **Use Cases**\n\n- **Complete Sales Funnels**: Lead gen → Qualification → Demo → Proposal → Close\n- **Account-Based Sales**: Personalized outreach for enterprise accounts\n- **Product Launch Sales**: Go-to-market strategy with full sales enablement\n- **Objection Playbooks**: Handle every common objection with proven responses\n- **Demo Optimization**: Create compelling presentations for any audience\n- **Follow-up Automation**: Never lose a lead with systematic nurturing\n\n---\n\n### 💸 **Cost Optimization**\n\n- **O3 for CSO**: Strategic sales decisions only\n- **GPT-4.1-mini for execution**: 90% cost reduction\n- **Parallel processing**: All specialists work simultaneously\n- **Template library**: Reuse proven sales assets\n\n---\n\n### 🏷️ **Tags**\n\n#SalesOps #LeadGeneration #SalesEnablement #RevenueGrowth #SalesAutomation\n#B2BSales #SalesStrategy #ProposalAutomation #DemoOptimization #SalesAI\n#n8n #OpenAI #MultiAgentSystem #SalesTech #RevOps #PipelineAutomation"
          },
          "typeVersion": 1
        }
      ],
      "connections": {
        "Think": {
          "ai_tool": [
            [
              {
                "node": "CSO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Sales Copywriter": {
          "ai_tool": [
            [
              {
                "node": "CSO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Objection Handler": {
          "ai_tool": [
            [
              {
                "node": "CSO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model1": {
          "ai_languageModel": [
            [
              {
                "node": "Lead Generation Specialist",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model2": {
          "ai_languageModel": [
            [
              {
                "node": "Sales Copywriter",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model3": {
          "ai_languageModel": [
            [
              {
                "node": "Proposal & Contract Specialist",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model4": {
          "ai_languageModel": [
            [
              {
                "node": "Objection Handler",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model5": {
          "ai_languageModel": [
            [
              {
                "node": "Demo & Presentation Expert",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model6": {
          "ai_languageModel": [
            [
              {
                "node": "Follow-up & Nurture Specialist",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model CSO": {
          "ai_languageModel": [
            [
              {
                "node": "CSO Agent",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "Demo & Presentation Expert": {
          "ai_tool": [
            [
              {
                "node": "CSO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Lead Generation Specialist": {
          "ai_tool": [
            [
              {
                "node": "CSO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "When chat message received": {
          "main": [
            [
              {
                "node": "CSO Agent",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Follow-up & Nurture Specialist": {
          "ai_tool": [
            [
              {
                "node": "CSO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Proposal & Contract Specialist": {
          "ai_tool": [
            [
              {
                "node": "CSO Agent",
                "type": "ai_tool",
                "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": 39,
        "name": "CRM"
      },
      {
        "id": 47,
        "name": "AI Chatbot"
      }
    ],
    "image": []
  }
}