Co-authored-by: Alex <sysradium@users.noreply.github.com> Co-authored-by: Parteek <parteekkamboj112@gmail.com> Co-authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Co-authored-by: David Berenstein <david.m.berenstein@gmail.com> |
||
|---|---|---|
| .. | ||
| scripts | ||
| README.md | ||
| analysis.ipynb | ||
| requirements.txt | ||
| run.py | ||
| run_gaia.py | ||
| visual_vs_text_browser.ipynb | ||
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!"