--- title: Exa Research Agent colorFrom: blue colorTo: purple sdk: gradio app_file: app.py pinned: false license: mit sdk_version: 5.29.0 short_description: Search the latest papers instantly using EXA.ai --- # ๐Ÿ”Ž Exa Research Agent A lightweight, real-time research assistant powered by [Exa.ai](https://exa.ai) and built using [Phidata](https://github.com/agno-agi/phidata). It lets you search for the **latest academic papers, research articles, and PDFs** without using OpenAI or any LLM backend. > ๐Ÿ“š Ideal for students, researchers, and curious minds looking for cutting-edge science โ€” instantly. --- ## โš™๏ธ How It Works 1. Type your research query in the input box (natural language or keyword-style). 2. The agent sends it to Exa.ai โ€” a search engine built for research. 3. You get back up to 5 research-oriented results with titles, links, and short previews (if available). --- ## โœ๏ธ Example Queries to Try ๐Ÿ”ฌ **AI & Science** - `graph neural networks applications in chemistry` - `neural-symbolic reasoning 2024 site:arxiv.org` ๐ŸŒ **Climate & Environment** - `climate change models site:nature.com` ๐Ÿงฌ **Biotech** - `CRISPR gene editing filetype:pdf` ๐Ÿ’ก You can use modifiers like: - `filetype:pdf` โ€” for PDF papers only - `site:arxiv.org` โ€” for arXiv-specific results - `2024` โ€” to bias toward recent results --- ## ๐Ÿง  Tech Stack - **Exa.ai** โ€” for real-time research search - **Phidata** โ€” agentic framework (without LLMs) - **Gradio** โ€” fast and beautiful web UI - **Python** โ€” the glue that brings it all together --- ## ๐Ÿ” No OpenAI Required This app does not use OpenAI or any LLM โ€” just a powerful tool agent that queries Exa.ai and formats results. --- ## ๐Ÿงช Development & Deployment You can run it locally with: ```bash pip install -r requirements.txt python app.py ``` ## ๐Ÿ“ฌ Contact Built with โค๏ธ by [Rahul Thakur](https://huggingface.co/Raahulthakur)