smolagents/examples/open_deep_research/README.md

608 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 smolagents[dev]

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

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