Deeper Seeker
Basic Information
Deeper Seeker is an open-source research assistant designed to automate and structure deep web research tasks such as market research, competitor analysis, and preparation of investment memos. The tool accepts a user research query, generates follow-up questions to refine scope, creates a multi-step research plan, produces JSON-structured search queries, executes parallel web searches via the Exa API, processes and highlights results with citations, and synthesizes findings into a formatted final report using Google Gemini. It is implemented in Python, run via app.py, and saves outputs as final_report.md. The repository documents installation, required environment variables for Exa, OpenAI, Groq, and Gemini API keys, and describes an iterative follow-up loop that refines context and repeats research steps until completion.