smolagents/examples/open_deep_research
nishaddeokar 360e1a8781
Fix issue #635. Corrected installation instructions for open_deep_research (#636)
Co-authored-by: Aymeric Roucher <69208727+aymeric-roucher@users.noreply.github.com>
2025-02-13 15:22:46 +01:00
..
scripts Fix Typo (#529) 2025-02-07 05:56:14 +01:00
README.md Fix issue #635. Corrected installation instructions for open_deep_research (#636) 2025-02-13 15:22:46 +01:00
analysis.ipynb Refactor prompts (#502) 2025-02-06 18:21:46 +01:00
requirements.txt Open Deep Research (#317) 2025-02-04 17:13:21 +01:00
run.py Remove unused api-base arg from Open DeepResearch example (#616) 2025-02-12 13:56:59 +01:00
run_gaia.py Remove unused api-base arg from Open DeepResearch example (#616) 2025-02-12 13:56:59 +01:00
visual_vs_text_browser.ipynb Add small readme to open Deep Research (#581) 2025-02-10 14:04:12 +01:00

README.md

Open Deep Research

Welcome to this open replication of OpenAI's Deep Research!

Read more about this implementation's goal and methods in our blog post.

This agent achieves 55% pass@1 on GAIA validation set, vs 67% for Deep Research.

To install it, first run

pip install -r requirements.txt

And install smolagents dev version

pip install smolagents[dev]

Then you're good to go! Run the run.py script, as in:

python run.py --model-id "o1" "Your question here!"