Research_Agent / README.md
Raahulthakur's picture
Update README.md
e5d2db1 verified
|
Raw
History Blame Contribute Delete
1.96 kB
---
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)