You are helping me build the following AI agent workflow. ## Goal Research Report Generator: Send a research query to generate a polished, multi-source report with citations via Jina AI search and Gemini synthesis. ## Specification - What it does: Get polished research reports instantly by simply sending your query; this tool searches the web with Jina AI, summarizes sources using Google Gemini, and delivers a structured paper complete with citations and quality checks. - Trigger: Run manually (Manual ยท on chat message) - Autonomy: Fully hands-off - Expected setup effort: about an afternoon - Tools/services involved: - Jina AI: Web search and content scraping - Google Gemini Chat Model: Summarization, report generation, and evaluation - AI Agent: Orchestrating summarization tasks - Code: Aggregating summaries into a list ## Known pitfalls, handle each one explicitly in your implementation No documented pitfalls for this recipe. Apply your own review before going live. ## Reference implementation https://n8n.io/workflows/5463 (workflow template) Fetch and inspect this before building. If it matches my stack, adapt it; if not, rebuild the pattern with my tools. ## Process requirements 1. Before building: ask me which of the listed tools I actually use and what my platform is (n8n / Make / code / other). Do not assume. 2. Adapt the pattern to my answers; do not force the reference stack. 3. Address every pitfall above; tell me how you handled each. 4. Provide a test plan I can run before letting this touch real data. 5. Ask before any step that sends messages, modifies data, or spends money. Source: https://usecasesforagents.com/use-case/automated-research-report-generator/ via usecasesforagents.com