Turn a single research question into a comprehensive, multi-source report with proper citations. This workflow automates the entire research process by leveraging the web-crawling power of Jina AI and the advanced reasoning capabilities of Google's Gemini models.
Simply input your query, and this AI-powered assembly line will search the web, scrape relevant sources, summarize the content, draft a structured research paper, and finally, evaluate and polish the report for accuracy and formatting.
Wait
node to ensure stable execution when dealing with multiple API calls.This workflow is designed to be your personal research assistant. It addresses the time-consuming process of gathering, reading, and synthesizing information from multiple online sources. Instead of spending hours manually searching, reading, and citing, you can delegate the entire task to this workflow and receive a well-structured and cited report as the final output.
It's perfect for students, researchers, content creators, and analysts who need to quickly compile information on any given topic.
Chat Trigger
node.Jina AI
node, which performs a web search and returns the top 10 most relevant URLs.Jina AI
node scrapes the full text content from the URL.Summarizer Agent
powered by Google Gemini reads the scraped content and the original user query, then generates a concise summary.Code
node gathers all 10 individual summaries into a single, neatly structured list.Generator Agent
. Following a detailed prompt, this Gemini-powered agent writes a full research report, structuring it with headings and adding inline citations for every piece of information it uses.Evaluator Chain
. This agent acts as a quality control supervisor. It verifies that all claims are correctly cited, refines the content for clarity and academic tone, and polishes the markdown formatting to produce the final, ready-to-use report.Search web
and Read URL content
nodes. Get your key from here: JinaAI API KeySummarizer Model
, Generator Model
, and Evaluator Model
nodes. Get your key from here: Gemini API KeyWhen chat message received
node.Evaluator Chain
, to find your completed and polished research report.Chat Trigger
Jina AI
Code
(Python)Split in Batches
(Looping)Wait
AI Agent
Basic LLM Chain
Google Gemini Chat Model