Agents
Market Research Agent
An agent that researches a market topic on the web and produces a structured PDF report.

An AI-powered agent that autonomously conducts market research on a given topic: it searches the web, analyzes the data, writes a structured report and exports it as a PDF.
Workflow
- Lead Researcher — splits the topic into targeted sub-queries and searches the web with Tavily.
- Data Analyst — extracts key metrics (market share, growth, trends) into structured JSON.
- Report Writer — generates a Markdown market-research report.
- Grader — scores the report from 0 to 100 and loops back for revisions when the score is low.
- PDF Export — converts the final report into a formatted PDF.
- Agents
- Web Search
- Tavily
- Report Generation
- Python