Skip to content

v1.10.0

Latest
Compare
Choose a tag to compare
@albertvillanova albertvillanova released this 05 Mar 18:04
· 19 commits to main since this release
ebfaba9

New features 🚀🚀

  • Add Docker executor by @aymeric-roucher in #733
    • This means you can now initialize agents with executor="docker" to run code in a Docker sandbox! Docs coming soon.
  • Safer local Python interpreter
    • Make local Python interpreter safer by checking if returns builtins by @albertvillanova in #848
    • Make local Python interpreter safer by checking if returns dangerous modules by @albertvillanova in #861
    • Make local Python interpreter safer by adding builtins to dangerous modules by @albertvillanova in #869
  • Add support for serper search by @aymeric-roucher in #698
  • Support running a demo of Open DeepResearch by @albertvillanova in #806
  • Enable Colab notebook version of each doc page (by renaming doc file extension from .md to .mdx) by @albertvillanova in #691

Fixes and improvements 🔧

New Contributors

Full Changelog: v1.9.2...v1.10.0