KI-gesteuerter GitHub-Bot: Automatische Problem-Triage mit GPT-4o, Pinecone und Discord-Benachrichtigungen

Fortgeschritten

Dies ist ein Engineering, AI-Bereich Automatisierungsworkflow mit 12 Nodes. Hauptsächlich werden Set, Webhook, Agent, RespondToWebhook, LmChatOpenAi und andere Nodes verwendet, kombiniert mit KI-Technologie für intelligente Automatisierung. KI-gesteuerter GitHub-Bot: Automatische Problem-Triage mit GPT-4o, Pinecone und Discord-Benachrichtignungen

Voraussetzungen
  • HTTP Webhook-Endpunkt (wird von n8n automatisch generiert)
  • OpenAI API Key
  • Pinecone API Key
Workflow-Vorschau
Visualisierung der Node-Verbindungen, mit Zoom und Pan
Workflow exportieren
Kopieren Sie die folgende JSON-Konfiguration und importieren Sie sie in n8n
{
  "meta": {
    "instanceId": "8931e7db592c2960ce253801ea290c1dc66e447734ce3d968310365665cefc80"
  },
  "nodes": [
    {
      "id": "caa04614-4d25-4946-bd71-72dfa42251f6",
      "name": "4o, 4o-mini, etc1",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -40,
        -80
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "25e3bd45-113c-45cf-b40b-90c9c12e2222",
      "name": "Notizzettel1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -280,
        -20
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "77c6eac4-a0d7-42ef-843f-5619ae0b449a",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        -240,
        -180
      ],
      "webhookId": "a34e38ea-f5f5-42f8-9044-6a2f7c7de31a",
      "parameters": {},
      "typeVersion": 2
    },
    {
      "id": "3d24fc0e-eef0-48c7-8437-94b298a8b887",
      "name": "Auf Webhook antworten",
      "type": "n8n-nodes-base.respondToWebhook",
      "position": [
        280,
        -160
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "42f9b629-1428-44da-823f-4522b87a5e5d",
      "name": "DIESE ÄNDERN!!!",
      "type": "n8n-nodes-base.set",
      "position": [
        -240,
        -20
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "ad09148a-f2eb-446f-9c10-464cf52f4a00",
      "name": "Github Issue-Hinweise",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        -40,
        -180
      ],
      "parameters": {},
      "typeVersion": 1.9
    },
    {
      "id": "c8c699ae-970b-4ab6-b559-b07e770bc8a1",
      "name": "Code-Vektor-Lesung",
      "type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
      "position": [
        0,
        40
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "e1b6251c-7c99-46a0-a5c3-fdc24a0cb391",
      "name": "Dokumentations-Vektor-Lesung",
      "type": "@n8n/n8n-nodes-langchain.vectorStorePinecone",
      "position": [
        0,
        160
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "d1aa5807-f63a-48a5-9c03-b9e8b1f4a7d8",
      "name": "Text Embedding 3 LARGE verwenden",
      "type": "@n8n/n8n-nodes-langchain.embeddingsOpenAi",
      "position": [
        320,
        100
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "3b7d96c3-ba75-46cc-a99b-4e3c37a3658d",
      "name": "Diese auch nach Bedarf",
      "type": "n8n-nodes-base.set",
      "position": [
        -240,
        160
      ],
      "parameters": {},
      "typeVersion": 3.4
    },
    {
      "id": "bab488d5-787e-48e8-848d-cf23b7ec84f0",
      "name": "Notizzettel2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        0,
        40
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    },
    {
      "id": "7e1c72e8-df34-4bc7-b088-dc6a4f09889f",
      "name": "Notizzettel3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        460,
        -200
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "pinData": {},
  "connections": {
    "77c6eac4-a0d7-42ef-843f-5619ae0b449a": {
      "main": [
        [
          {
            "node": "42f9b629-1428-44da-823f-4522b87a5e5d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "42f9b629-1428-44da-823f-4522b87a5e5d": {
      "main": [
        [
          {
            "node": "3b7d96c3-ba75-46cc-a99b-4e3c37a3658d",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "c8c699ae-970b-4ab6-b559-b07e770bc8a1": {
      "ai_tool": [
        [
          {
            "node": "ad09148a-f2eb-446f-9c10-464cf52f4a00",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "e1b6251c-7c99-46a0-a5c3-fdc24a0cb391": {
      "ai_tool": [
        [
          {
            "node": "ad09148a-f2eb-446f-9c10-464cf52f4a00",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "caa04614-4d25-4946-bd71-72dfa42251f6": {
      "ai_languageModel": [
        [
          {
            "node": "ad09148a-f2eb-446f-9c10-464cf52f4a00",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "ad09148a-f2eb-446f-9c10-464cf52f4a00": {
      "main": [
        [
          {
            "node": "3d24fc0e-eef0-48c7-8437-94b298a8b887",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "3b7d96c3-ba75-46cc-a99b-4e3c37a3658d": {
      "main": [
        [
          {
            "node": "ad09148a-f2eb-446f-9c10-464cf52f4a00",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "d1aa5807-f63a-48a5-9c03-b9e8b1f4a7d8": {
      "ai_embedding": [
        [
          {
            "node": "e1b6251c-7c99-46a0-a5c3-fdc24a0cb391",
            "type": "ai_embedding",
            "index": 0
          },
          {
            "node": "c8c699ae-970b-4ab6-b559-b07e770bc8a1",
            "type": "ai_embedding",
            "index": 0
          }
        ]
      ]
    }
  }
}
Häufig gestellte Fragen

Wie verwende ich diesen Workflow?

Kopieren Sie den obigen JSON-Code, erstellen Sie einen neuen Workflow in Ihrer n8n-Instanz und wählen Sie "Aus JSON importieren". Fügen Sie die Konfiguration ein und passen Sie die Anmeldedaten nach Bedarf an.

Für welche Szenarien ist dieser Workflow geeignet?

Fortgeschritten - Engineering, Künstliche Intelligenz

Ist es kostenpflichtig?

Dieser Workflow ist völlig kostenlos. Beachten Sie jedoch, dass Drittanbieterdienste (wie OpenAI API), die im Workflow verwendet werden, möglicherweise kostenpflichtig sind.

Workflow-Informationen
Schwierigkeitsgrad
Fortgeschritten
Anzahl der Nodes12
Kategorie2
Node-Typen8
Schwierigkeitsbeschreibung

Für erfahrene Benutzer, mittelkomplexe Workflows mit 6-15 Nodes

Autor
David Ashby

David Ashby

@cfomodz

A hacker by nature, programmer by trade ⚒️ I'm looking to collaborate on things that save human labor 📫 How to reach me Github👇 -> Discord

Externe Links
Auf n8n.io ansehen

Diesen Workflow teilen

Kategorien

Kategorien: 34