Generate multi-agent AI research reports with OpenAI and Google Sheets

Go to Workflow
0 views
Built by Oneclick AI Squad Oneclick AI Squad
Created on June 05, 2026

Description

This workflow deploys multiple independent AI research agents that work in parallel, critique each other's findings, and synthesize a unified high-quality final report.

Who's it for
• Researchers needing comprehensive topic coverage
• Teams conducting competitive analysis or due diligence
• Analysts synthesizing multi-perspective reports
• Anyone needing validated, cross-checked AI research

How it works / What it does
Accepts a research topic via webhook or manual trigger
Splits the topic into 3 parallel sub-tasks for specialized agents
Agent A: Factual / data-driven research
Agent B: Trend & future outlook research
Agent C: Critical / risk & counterargument research
Critique phase: each agent reviews the others' findings
Synthesis agent merges all validated findings
Final report formatted and delivered via webhook response + Google Sheet log

How to set up
Import this workflow
Set up credentials (OpenAI, Google Sheets)
Replace YOUR_SHEET_ID in the tracker node
Activate workflow and POST to the webhook URL

Requirements
• OpenAI API key (or swap model node for Anthropic/Grok)
• Google Sheets (for logging)
• n8n instance (cloud or self-hosted)

How to customize the workflow
• Change agent personas in each AI node prompt
• Add more parallel agents by duplicating agent branches
• Swap OpenAI model for Claude via Anthropic credentials
• Adjust synthesis depth in the final AI node

Need a powerful, customized workflow to improve efficiency? Our team can create it for you in no time—Get in touch with our team

Nodes Used (4)

AI Agent
@n8n/n8n-nodes-langchain.agent
Code
n8n-nodes-base.code
HTTP Request
n8n-nodes-base.httpRequest
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi