{
  "name": "Automate blog updates via Discord with GitHub and Gemini AI",
  "nodes": [
    {
      "id": null,
      "name": "AI Agent",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        448,
        0
      ]
    },
    {
      "id": null,
      "name": "Google Gemini Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        160,
        208
      ]
    },
    {
      "id": null,
      "name": "Date & Time",
      "type": "n8n-nodes-base.dateTimeTool",
      "position": [
        992,
        272
      ]
    },
    {
      "id": null,
      "name": "Create a file in GitHub",
      "type": "n8n-nodes-base.githubTool",
      "position": [
        432,
        320
      ]
    },
    {
      "id": null,
      "name": "Get a file in GitHub",
      "type": "n8n-nodes-base.githubTool",
      "position": [
        752,
        432
      ]
    },
    {
      "id": null,
      "name": "List files in GitHub",
      "type": "n8n-nodes-base.githubTool",
      "position": [
        880,
        336
      ]
    },
    {
      "id": null,
      "name": "Edit a file in GitHub",
      "type": "n8n-nodes-base.githubTool",
      "position": [
        592,
        368
      ]
    },
    {
      "id": null,
      "name": "Simple Memory",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        288,
        304
      ]
    },
    {
      "id": null,
      "name": "Discord Message Reader",
      "type": "n8n-nodes-discord-trigger.discordTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": null,
      "name": "Sends Message to Discord",
      "type": "n8n-nodes-base.discord",
      "position": [
        1040,
        32
      ]
    }
  ],
  "connections": {
    "AI Agent": {
      "main": [
        [
          {
            "node": "Sends Message to Discord",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Date & Time": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Simple Memory": {
      "ai_memory": [
        [
          {
            "node": "AI Agent",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "Get a file in GitHub": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "List files in GitHub": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Edit a file in GitHub": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Discord Message Reader": {
      "main": [
        [
          {
            "node": "AI Agent",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create a file in GitHub": {
      "ai_tool": [
        [
          {
            "node": "AI Agent",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "Google Gemini Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "AI Agent",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    }
  }
}