Co-authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.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 -e .[dev]
Then you're good to go! Run the run.py script, as in:
python --model-id "o1" --question "Your question here!"