Spaces:
Sleeping
Sleeping
| 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) |