{
  "name": "Detect team burnout with Groq AI analysis of GitHub activity for wellness reports",
  "nodes": [
    {
      "id": "ce1eaca0-50f9-49de-a865-51c602300439",
      "name": "Get Prs",
      "type": "n8n-nodes-base.github",
      "position": [
        1104,
        -176
      ]
    },
    {
      "id": "799820e9-9d39-4300-9c90-31a35c953e1c",
      "name": "Config",
      "type": "n8n-nodes-base.set",
      "position": [
        592,
        -176
      ]
    },
    {
      "id": "15e831a2-2321-488f-856a-875c3389f96e",
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        1520,
        -176
      ]
    },
    {
      "id": "ce574d0d-76e2-4c6c-b1ab-850aa544e8cc",
      "name": "Groq Chat Model Report",
      "type": "@n8n/n8n-nodes-langchain.lmChatGroq",
      "position": [
        1376,
        160
      ]
    },
    {
      "id": "76fd974d-f101-45d0-afcf-4a4ed9c6b3b8",
      "name": "Send a message in Gmail",
      "type": "n8n-nodes-base.gmailTool",
      "position": [
        1744,
        160
      ]
    },
    {
      "id": "df7238d2-665d-4da6-aa96-5f430ed04d14",
      "name": "No Operation, do nothing",
      "type": "n8n-nodes-base.noOp",
      "position": [
        1872,
        -176
      ]
    },
    {
      "id": "e71ac601-0698-49f4-a220-e1c3d2fa60ba",
      "name": "Analyze Patterns Developer",
      "type": "n8n-nodes-base.code",
      "position": [
        1280,
        -176
      ]
    },
    {
      "id": "0ce251fc-69de-4b91-ae36-bf1f92e8ed59",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        240,
        -256
      ],
      "parameters": {
        "width": 1952,
        "height": 624,
        "content": " "
      }
    },
    {
      "id": "3f33cf1e-7011-4a0e-b550-58be70d6ee16",
      "name": "Sticky Note15",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -368,
        -256
      ],
      "parameters": {
        "width": 580,
        "height": 624,
        "content": "# Team-Wellness :  AI Burnout Detector Agent [devex]\n\n## Demo \n* [github action code alternative ]( https://github.com/suarifymy/adk-samples/blob/main/.github/workflows/devex-ai-burnout-detector.yml)\n"
      }
    },
    {
      "id": "5be57b6b-349f-48a3-aa10-5552799a8ac2",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        352,
        -176
      ]
    },
    {
      "id": "4f6b2323-c3d1-49ce-9a37-616bccf907cc",
      "name": "Github Get Commits",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        944,
        -176
      ]
    },
    {
      "id": "fb1996f6-35dd-4567-89fc-29c77716c57e",
      "name": "Github Get Workflows",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        768,
        -176
      ]
    },
    {
      "id": "8deb394b-2654-4202-bff2-08eb40bd87a2",
      "name": "Update Github Issue",
      "type": "n8n-nodes-base.githubTool",
      "position": [
        1568,
        160
      ]
    }
  ],
  "connections": {
    "Config": {
      "main": [
        [
          {
            "node": "Github Get Workflows",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Prs": {
      "main": [
        [
          {
            "node": "Analyze Patterns Developer",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "AI Agent": {
      "main": [
        [
          {
            "node": "No Operation, do nothing",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Config",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Github Get Commits": {
      "main": [
        [
          {
            "node": "Get Prs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Update Github Issue": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Github Get Workflows": {
      "main": [
        [
          {
            "node": "Github Get Commits",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Groq Chat Model Report": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Send a message in Gmail": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Analyze Patterns Developer": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}