8
n8n 한국어amn8n.com

AI 에이전트 - 실시간 리서치

중급

이것은Market Research, AI Chatbot분야의자동화 워크플로우로, 9개의 노드를 포함합니다.주로 Agent, ToolSerpApi, LmChatOpenAi, ManualChatTrigger, LmChatGoogleGemini 등의 노드를 사용하며. Gemini AI 및 SerpAPI 검색을 사용한 자동화된 실시간 웹 리서치

사전 요구사항
  • OpenAI API Key
  • Google Gemini API Key
워크플로우 미리보기
노드 연결 관계를 시각적으로 표시하며, 확대/축소 및 이동을 지원합니다
워크플로우 내보내기
다음 JSON 구성을 복사하여 n8n에 가져오면 이 워크플로우를 사용할 수 있습니다
{
  "id": "H2W1Jyu1gKhpQk52",
  "meta": {
    "instanceId": "ed6d846a2fce1f660ede2e7da800724cca01dc3d0685524a3c917881b7cfcfe9",
    "templateCredsSetupCompleted": true
  },
  "name": "AI Agents - Real Time Research",
  "tags": [],
  "nodes": [
    {
      "id": "a2b142d1-90ea-42ae-9907-8bc5c4241221",
      "name": "채팅 메시지 수신 시",
      "type": "@n8n/n8n-nodes-langchain.manualChatTrigger",
      "position": [
        -200,
        0
      ],
      "parameters": {},
      "typeVersion": 1.1
    },
    {
      "id": "358ad390-f42b-411a-8c09-43ddfc406896",
      "name": "OpenAI 채팅 모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        160,
        380
      ],
      "parameters": {
        "model": "gpt-4",
        "options": {}
      },
      "credentials": {
        "openAiApi": {
          "id": "qULV9xA6eq3tfpye",
          "name": "OpenAi - nhu.le"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "9dce7253-4994-47f5-a8db-dd7b64f28eb4",
      "name": "윈도우 버퍼 메모리",
      "type": "@n8n/n8n-nodes-langchain.memoryBufferWindow",
      "position": [
        320,
        220
      ],
      "parameters": {},
      "typeVersion": 1.2
    },
    {
      "id": "7cf5d7f7-b52b-4512-ba66-7377963b8ce2",
      "name": "SerpAPI - 연구",
      "type": "@n8n/n8n-nodes-langchain.toolSerpApi",
      "position": [
        500,
        220
      ],
      "parameters": {
        "options": {}
      },
      "credentials": {
        "serpApi": {
          "id": "2ZhdogyvgJsETC97",
          "name": "SerpAPI - toan.ngo"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "a590584e-ff8e-4db7-b793-cd0c43dab1b0",
      "name": "AI 에이전트 - 실시간 연구",
      "type": "@n8n/n8n-nodes-langchain.agent",
      "position": [
        260,
        0
      ],
      "parameters": {
        "options": {}
      },
      "typeVersion": 1.6
    },
    {
      "id": "aaa5e82d-a0ff-4541-936d-2ddcefe447ac",
      "name": "스티키 노트1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -320,
        -300
      ],
      "parameters": {
        "color": 4,
        "width": 360,
        "height": 820,
        "content": "## 1. Start When A Chat Message Is Received\n- The workflow is triggered whenever a chat message is received (e.g., a user question, research prompt, or data request)."
      },
      "typeVersion": 1
    },
    {
      "id": "77bea2dc-9e15-4cbf-8865-945778138559",
      "name": "스티키 노트",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -300
      ],
      "parameters": {
        "width": 740,
        "height": 1420,
        "content": "## [n8n Automation] Real-time Research AI Agent - Try It Out!\n**This workflow demonstrates how to automate live information gathering, fact-checking, and trend analysis in response to any chat message - using a powerful AI agent, memory, and a real-time search tool.**\n\nUse cases are many: This is perfect for **researchers** needing instant, up-to-date data; **support teams** providing live, accurate answers; **content creators** looking to verify facts or find hot topics; and **analysts** automating regular reports with the freshest information.\n\n## How It Works\n- The workflow is triggered whenever a chat message is received (e.g., a user question, research prompt, or data request).\n- The message is sent to the AI Agent, which follows the following steps:\n    - First, it queries **SerpAPI – Research** to gather the latest real-time information and data from the web.\n    - Next, it checks the **Window Buffer Memory** for any related past interactions or contextual information that may be useful.\n    - Finally, it sends all collected data and context to the **Google Gemini Chat Model**, which analyzes the information and generates a comprehensive, intelligent response.\n- Then, the AI Agent delivers the analyzed, up-to-date answer directly in the chat, combining live data, context, and expert analysis.\n\n## How To Set Up\n- Download and import the workflow into your n8n workspace.\n- Set up API credentials and tool access for the **AI Agent**:\n     - **Google Gemini** (for chat-based intelligence) → connected to Node **Google Gemini Chat Model**.\n     - **SerpAPI** (for real-time web and search results) → connected to Node **SerpAPI - Research**.\n     - **Window Buffer Memory** (for richer, context-aware conversations) → connected to Node Window **Buffer Memory**.\n- Open the chat in n8n and type the topic or trend you want to research.\n- Send the message and wait for the process to complete.\n- Receive the AI-powered research reply in the chat box.\n\n## Requirements\n- An **n8n** instance (self-hosted or cloud).\n- **SerpAPI** credentials for live web search and data gathering.\n- **Window Buffer Memory** configured to provide relevant conversation context in history.\n- **Google Gemini API** access to analyze collected data and generate responses.\n\n## How To Customize\n- **Choose your preferred AI model**: Replace **Google Gemini** with **OpenAI ChatGPT**, or any other chat model as preferred.\n- **Add or change memory**: Replace **Window Buffer Memory** with more advanced memory options for deeper recall.\n- **Connect your preferred chat platform**: Easily swap out the default chat integration for Telegram, Slack, or any other compatible messaging platform to trigger and interact with the workflow.\n\n## Need Help?\nIf you’d like this workflow customized, or if you’re looking to build a tailored AI Agent for your own business - please feel free to reach out to [**Agent Circle**](https://www.agentcircle.ai/). We’re always here to support and help you to bring automation ideas to life.\n\nJoin our community on different platforms for assistance, inspiration and tips from others.\n\nWebsite: https://www.agentcircle.ai/\nEtsy: https://www.etsy.com/shop/AgentCircle\nGumroad: http://agentcircle.gumroad.com/\nDiscord Global: https://discord.gg/d8SkCzKwnP\nFB Page Global: https://www.facebook.com/agentcircle/\nFB Group Global: https://www.facebook.com/groups/aiagentcircle/\nX: https://x.com/agent_circle\nYouTube: https://www.youtube.com/@agentcircle\nLinkedIn: https://www.linkedin.com/company/agentcircle\n\n\n"
      },
      "typeVersion": 1
    },
    {
      "id": "b53905ce-0343-4713-9267-6f9b280a5be8",
      "name": "스티키 노트2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        60,
        -300
      ],
      "parameters": {
        "color": 4,
        "width": 660,
        "height": 820,
        "content": "## 2. Process The Request & Return Response\n- The message is sent to the AI Agent, which follows the following steps:\n    - First, it queries **SerpAPI – Research** to gather the latest real-time information and data from the web.\n    - Next, it checks the **Window Buffer Memory** for any related past interactions or contextual information that may be useful.\n    - Finally, it sends all collected data and context to the **Google Gemini Chat Model**, which analyzes the information and generates a comprehensive, intelligent response.\n- Then, the AI Agent delivers the analyzed, up-to-date answer directly in the chat, combining live data, context, and expert analysis."
      },
      "typeVersion": 1
    },
    {
      "id": "b3e0c845-deaa-4147-940b-92efb4ef9475",
      "name": "Google Gemini 채팅 모델",
      "type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
      "position": [
        160,
        220
      ],
      "parameters": {
        "options": {},
        "modelName": "models/gemini-2.0-flash"
      },
      "credentials": {
        "googlePalmApi": {
          "id": "AlDwotqhFT4EfJXQ",
          "name": "Google Gemini(PaLM) Api - toan.ngo"
        }
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "pinData": {},
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "404f0c7d-c796-40c6-b0e6-7944f1223081",
  "connections": {
    "358ad390-f42b-411a-8c09-43ddfc406896": {
      "ai_languageModel": [
        []
      ]
    },
    "7cf5d7f7-b52b-4512-ba66-7377963b8ce2": {
      "ai_tool": [
        [
          {
            "node": "a590584e-ff8e-4db7-b793-cd0c43dab1b0",
            "type": "ai_tool",
            "index": 0
          }
        ]
      ]
    },
    "9dce7253-4994-47f5-a8db-dd7b64f28eb4": {
      "ai_memory": [
        [
          {
            "node": "a590584e-ff8e-4db7-b793-cd0c43dab1b0",
            "type": "ai_memory",
            "index": 0
          }
        ]
      ]
    },
    "b3e0c845-deaa-4147-940b-92efb4ef9475": {
      "ai_languageModel": [
        [
          {
            "node": "a590584e-ff8e-4db7-b793-cd0c43dab1b0",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "a2b142d1-90ea-42ae-9907-8bc5c4241221": {
      "main": [
        [
          {
            "node": "a590584e-ff8e-4db7-b793-cd0c43dab1b0",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}
자주 묻는 질문

이 워크플로우를 어떻게 사용하나요?

위의 JSON 구성 코드를 복사하여 n8n 인스턴스에서 새 워크플로우를 생성하고 "JSON에서 가져오기"를 선택한 후, 구성을 붙여넣고 필요에 따라 인증 설정을 수정하세요.

이 워크플로우는 어떤 시나리오에 적합한가요?

중급 - 시장 조사, AI 챗봇

유료인가요?

이 워크플로우는 완전히 무료이며 직접 가져와 사용할 수 있습니다. 다만, 워크플로우에서 사용하는 타사 서비스(예: OpenAI API)는 사용자 직접 비용을 지불해야 할 수 있습니다.

워크플로우 정보
난이도
중급
노드 수9
카테고리2
노드 유형7
난이도 설명

일정 경험을 가진 사용자를 위한 6-15개 노드의 중간 복잡도 워크플로우

저자
Agent Circle

Agent Circle

@agentcircle

Agent Circle - A growing marketplace of AI agents, workflows, and toolkits — built to help teams automate smarter and scale faster

외부 링크
n8n.io에서 보기

이 워크플로우 공유

카테고리

카테고리: 34