605 B
605 B
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!"