
FIGURE 1/1
ZIP0.01 MB
Multi-Agent AI Research Report & Email Automation
₹999
How It Works
This workflow turns a topic into a fact-checked, professionally written report and emails it to you automatically — using a chain of AI agents that each handle one stage of the process.---Node-by-Node Breakdown
1. Start Research (Form Trigger)The entry point. Displays a web form with two fields: "topic" (what you want researched) and "recipient" (email address to send the final report to). Submitting the form kicks off the entire workflow.2. Research Agent
An AI agent (powered by GPT-4.1-mini) that takes your topic and researches it using two tools: Wikipedia (for general background) and an HTTP Research Tool (for fetching content from specific web pages). It's instructed to gather facts from multiple independent sources and cite everything, presenting findings in a structured format.3. Fact-Checking Agent
Takes the Research Agent's output and verifies it. Using the same Wikipedia and HTTP tools, it cross-references each claimed fact against at least two independent sources. Facts are explicitly labeled as "verified" or "unverified," with sources listed for each.4. Writing Agent
Takes the verified facts and writes a polished report (under 1,000 words) with a proper introduction, body, and conclusion — professional but accessible tone, citations preserved.5. Formatting Agent
Converts the written report into clean, email-ready HTML — semantic tags, proper heading hierarchy, inline CSS styling for visual appeal. Outputs only body content (no
<html>/<head> tags), ready to drop into an email.6. Prepare Email (Set node)Assembles the final email pieces:
Sends the finished HTML report to the recipient via Gmail, with sender name "AI Research System".---
Shared AI Model
GPT-4.1-mini Model isn't part of the main flow — it's a shared language model connected to all four AI agents (Research, Fact-Checking, Writing, Formatting), powering their reasoning.---The Overall Pipeline
``
Form Input (topic + email)
→ Research (gather facts + sources)
→ Fact-Check (verify against 2+ sources)
→ Write (turn into a clean report)
→ Format (convert to email-ready HTML)
→ Prepare email details
→ Send via Gmail
``In short: submit a topic, and within minutes you get a vetted, well-written research report delivered straight to your inbox — with every fact cross-checked before it reaches you.---