{
  "workflow": {
    "id": 6901,
    "name": "Create a complete HR department with OpenAI O3 and GPT-4.1-mini multi-agent system",
    "views": 2302,
    "recentViews": 1,
    "totalViews": 2302,
    "createdAt": "2025-08-02T17:58:28.084Z",
    "description": "# CHRO Agent with HR Team\n\n## Description\nComplete AI-powered HR department with a Chief Human Resources Officer (CHRO) agent orchestrating specialized HR team members for comprehensive people operations.\n\n## Overview\nThis n8n workflow creates a comprehensive human resources department using AI agents. The CHRO agent analyzes HR requests and delegates tasks to specialized agents for recruitment, policy development, training, performance management, employee engagement, and compensation analysis.\n\n## Features\n- Strategic CHRO agent using OpenAI O3 for complex HR decision-making\n- Six specialized HR agents powered by GPT-4.1-mini for efficient execution\n- Complete HR lifecycle coverage from hiring to retention\n- Automated policy creation and compliance documentation\n- Performance review and goal-setting systems\n- Employee engagement and culture initiatives\n- Compensation analysis and benchmarking\n\n## Team Structure\n- **CHRO Agent**: Strategic HR oversight and task delegation (O3 model)\n- **Recruiter Agent**: Job descriptions, candidate screening, interview questions\n- **HR Policy Writer**: Employee handbooks, policies, compliance documentation\n- **Training & Development Specialist**: Onboarding programs, learning materials\n- **Performance Review Specialist**: Reviews, feedback templates, goal setting\n- **Employee Engagement Specialist**: Culture initiatives, team building, communications\n- **Compensation & Benefits Analyst**: Salary benchmarking, benefits packages\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 HR requests via chat (e.g., \"Create a complete onboarding program for software engineers\")\n5. The CHRO will analyze and delegate to appropriate specialists\n6. Receive comprehensive HR deliverables\n\n## Use Cases\n- **Complete Hiring Process**: Job postings → Screening → Interviews → Offers\n- **Policy Development**: Employee handbooks, compliance documentation\n- **Onboarding Programs**: 30-60-90 day plans with training materials\n- **Performance Management**: Review cycles, feedback systems, development plans\n- **Culture & Engagement**: Surveys, team building activities, recognition programs\n- **Compensation Strategy**: Market analysis, pay equity reviews, benefits design\n\n## Requirements\n- n8n instance with LangChain nodes\n- OpenAI API access (O3 for CHRO, GPT-4.1-mini for specialists)\n- Webhook capability for chat interactions\n- Optional: Integration with HRIS systems\n\n## Cost Optimization\n- O3 model used only for strategic CHRO 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 HRIS systems (Workday, BambooHR, etc.)\n- Integrate with applicant tracking systems\n- Link to performance management platforms\n- Export to document management systems\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#HRTech #PeopleOperations #TalentAcquisition #EmployeeExperience #HRAutomation #AIRecruitment #PerformanceManagement #CompensationBenefits #OnboardingAutomation #CultureTech #n8n #OpenAI #MultiAgentSystem #FutureOfWork #HRTransformation",
    "workflow": {
      "meta": {
        "instanceId": "12e6f290a974a1eee154f8d915aade185e90e826260e6aeab8a087ba7386a1bc",
        "templateCredsSetupCompleted": true
      },
      "name": "CHRO Agent with HR Team",
      "nodes": [
        {
          "id": "hr-chat-trigger",
          "name": "When chat message received",
          "type": "@n8n/n8n-nodes-langchain.chatTrigger",
          "position": [
            -2864,
            -576
          ],
          "webhookId": "hr-webhook-id",
          "parameters": {
            "options": {}
          },
          "typeVersion": 1.1
        },
        {
          "id": "chro-agent",
          "name": "CHRO Agent",
          "type": "@n8n/n8n-nodes-langchain.agent",
          "position": [
            -2640,
            -816
          ],
          "parameters": {
            "options": {}
          },
          "typeVersion": 2.1
        },
        {
          "id": "hr-think",
          "name": "Think",
          "type": "@n8n/n8n-nodes-langchain.toolThink",
          "position": [
            -2512,
            -496
          ],
          "parameters": {},
          "typeVersion": 1.1
        },
        {
          "id": "recruiter-agent",
          "name": "Recruiter 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 recruitment, job descriptions, candidate screening, and interview questions"
          },
          "typeVersion": 2.2
        },
        {
          "id": "policy-writer-agent",
          "name": "HR Policy Writer",
          "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 HR policies, employee handbooks, and compliance documentation"
          },
          "typeVersion": 2.2
        },
        {
          "id": "training-agent",
          "name": "Training & Development 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 training materials, onboarding programs, and professional development plans"
          },
          "typeVersion": 2.2
        },
        {
          "id": "performance-agent",
          "name": "Performance Review 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 performance reviews, feedback templates, goal setting, and employee evaluations"
          },
          "typeVersion": 2.2
        },
        {
          "id": "culture-agent",
          "name": "Employee Engagement Specialist",
          "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 employee engagement, culture initiatives, team building activities, and internal communications"
          },
          "typeVersion": 2.2
        },
        {
          "id": "compensation-agent",
          "name": "Compensation & Benefits Analyst",
          "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 compensation analysis, benefits packages, salary benchmarking, and total rewards communication"
          },
          "typeVersion": 2.2
        },
        {
          "id": "chro-model",
          "name": "OpenAI Chat Model CHRO",
          "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": "recruiter-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": "policy-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": "training-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": "performance-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": "culture-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": "compensation-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": "header-sticky",
          "name": "Sticky Note Header",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -3808,
            -880
          ],
          "parameters": {
            "color": 5,
            "width": 580,
            "height": 320,
            "content": "=======================================\n        CHRO AGENT WITH HR 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": "main-sticky",
          "name": "Sticky Note Main",
          "type": "n8n-nodes-base.stickyNote",
          "position": [
            -3808,
            -544
          ],
          "parameters": {
            "color": 5,
            "width": 740,
            "height": 2500,
            "content": "## 🧠 **CHRO AGENT WITH HR TEAM - AI WORKFLOW**\n\n**🔥 Powered by OpenAI O3 & GPT-4.1-mini Multi-Agent System**\n\n#HRAutomation #PeopleOps #n8nWorkflows #OpenAI #TalentManagement\n\n---\n\n### 📝 **Overview**\n\nThis multi-agent n8n automation simulates a complete HR department. A strategic CHRO agent receives your chat input, analyzes HR needs, and delegates to specialized agents for recruitment, policy writing, training, performance management, culture, and compensation—delivering comprehensive HR solutions instantly.\n\n---\n\n### ⚙️ **How It Works**\n\n1. **Chat trigger** receives HR requests (e.g., \"Create onboarding program for new engineers\")\n2. **CHRO Agent** (O3) analyzes request and determines required HR functions\n3. Delegates to specialist agents:\n   - Recruiter Agent\n   - HR Policy Writer\n   - Training & Development Specialist\n   - Performance Review Specialist\n   - Employee Engagement Specialist\n   - Compensation & Benefits Analyst\n4. Each agent uses **GPT-4.1-mini** for fast, focused execution\n5. Results compiled and returned via chat or integrated with HRIS\n\n---\n\n### 👥 **Meet Your AI HR Team**\n\n| Agent | Purpose | Model | Output |\n|-------|---------|-------|--------|\n| 🧠 **CHRO Agent** | Strategic HR planning & delegation | O3 | Central command |\n| 🎯 **Recruiter** | Job descriptions, screening, interviews | GPT-4.1-mini | Hiring materials |\n| 📋 **Policy Writer** | HR policies, handbooks, compliance | GPT-4.1-mini | Documentation |\n| 🎓 **Training Specialist** | Learning programs, onboarding | GPT-4.1-mini | Training content |\n| ⭐ **Performance Specialist** | Reviews, feedback, goal setting | GPT-4.1-mini | Evaluation tools |\n| 🎉 **Engagement Specialist** | Culture, team building, comms | GPT-4.1-mini | Culture initiatives |\n| 💰 **Compensation Analyst** | Salary, benefits, total rewards | GPT-4.1-mini | Comp packages |\n\n---\n\n### 💡 **Use Cases**\n\n- **Full Hiring Cycle**: Job posting → Screening questions → Interview guides → Offer letters\n- **Policy Suite**: Create complete employee handbook in minutes\n- **Onboarding Programs**: Day 1-90 plans with checklists and training\n- **Performance Cycles**: 360 reviews, goals, development plans\n- **Culture Programs**: Engagement surveys, team activities, recognition\n- **Compensation Analysis**: Market benchmarking, pay equity reviews\n\n---\n\n### 💸 **Cost Optimization**\n\n- **O3 for CHRO**: Strategic decisions only\n- **GPT-4.1-mini for specialists**: 90% cost reduction\n- **Parallel processing**: All agents work simultaneously\n- **Template caching**: Reuse common HR documents\n\n---\n\n### 🏷️ **Tags**\n\n#HRTech #PeopleOperations #TalentAcquisition #EmployeeExperience #HRAutomation\n#AIRecruitment #PerformanceManagement #CompensationBenefits #OnboardingAutomation\n#CultureTech #n8n #OpenAI #MultiAgentSystem #FutureOfWork #HRTransformation"
          },
          "typeVersion": 1
        }
      ],
      "connections": {
        "Think": {
          "ai_tool": [
            [
              {
                "node": "CHRO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Recruiter Agent": {
          "ai_tool": [
            [
              {
                "node": "CHRO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "HR Policy Writer": {
          "ai_tool": [
            [
              {
                "node": "CHRO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model1": {
          "ai_languageModel": [
            [
              {
                "node": "Recruiter Agent",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model2": {
          "ai_languageModel": [
            [
              {
                "node": "HR Policy Writer",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model3": {
          "ai_languageModel": [
            [
              {
                "node": "Training & Development Specialist",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model4": {
          "ai_languageModel": [
            [
              {
                "node": "Performance Review Specialist",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model5": {
          "ai_languageModel": [
            [
              {
                "node": "Employee Engagement Specialist",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model6": {
          "ai_languageModel": [
            [
              {
                "node": "Compensation & Benefits Analyst",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "OpenAI Chat Model CHRO": {
          "ai_languageModel": [
            [
              {
                "node": "CHRO Agent",
                "type": "ai_languageModel",
                "index": 0
              }
            ]
          ]
        },
        "When chat message received": {
          "main": [
            [
              {
                "node": "CHRO Agent",
                "type": "main",
                "index": 0
              }
            ]
          ]
        },
        "Performance Review Specialist": {
          "ai_tool": [
            [
              {
                "node": "CHRO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Employee Engagement Specialist": {
          "ai_tool": [
            [
              {
                "node": "CHRO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Compensation & Benefits Analyst": {
          "ai_tool": [
            [
              {
                "node": "CHRO Agent",
                "type": "ai_tool",
                "index": 0
              }
            ]
          ]
        },
        "Training & Development Specialist": {
          "ai_tool": [
            [
              {
                "node": "CHRO 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": 17,
        "name": "HR"
      },
      {
        "id": 47,
        "name": "AI Chatbot"
      }
    ],
    "image": []
  }
}