releases.shpreview

Agents

Lightweight agent framework for LLM tool use

Remote executor vulnerability patched; legacy pickle support removed

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/smolagents/compare/v1.24.0...v1.25.0

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/smolagents/compare/v1.23.0...v1.24.0

Improvements ✨

Fixes 🛠️

Documentation 📚

Full Changelog: https://github.com/huggingface/smolagents/compare/v1.22.0...v1.23.0

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/smolagents/compare/v1.21.3...v1.22.0

Enhancements ✨

Bug Fixes 🐛

Documentation 📚

CI / Dependency Updates 🧪

Deprecations & Cleanups 🧹

Miscellaneous 🔧

Maintenance 🏗️

New Contributors

Full Changelog: https://github.com/huggingface/smolagents/compare/v1.20.0...v1.21.0

New Features ✨

Enhancements 🛠️

Bug Fixes 🐛

Documentation Improvements 📚

Maintenance 🏗️

New Contributors

Full Changelog: https://github.com/huggingface/smolagents/compare/v1.19.0...v1.20.0

Enhancements 🛠️

Bug Fixes 🐛

Documentation Improvements 📚

Maintenance 🏗️

New Contributors

Full Changelog: https://github.com/huggingface/smolagents/compare/v1.18.0...v1.19.0

New Features ✨

Enhancements 🛠️

Bug Fixes 🐛

Documentation Improvements 📚

Maintenance 🏗️

New Contributors

Full Changelog: https://github.com/huggingface/smolagents/compare/v1.17.0...v1.18.0

New Features ✨

Security Enhancements 🔒

Enhancements 🛠️

Bug Fixes 🐛

Documentation Improvements 📚

Maintenance 🏗️

New Contributors

Full Changelog: https://github.com/huggingface/smolagents/compare/v1.16.1...v1.17.0

New features 🚀

Important changes ⚠️

Bug Fixes 🐛

Documentation 📚

Misc 🛠️

New Contributors

Full Changelog: https://github.com/huggingface/smolagents/compare/v1.15.0...v1.16.0

New features 🚀

New documentation 📚

Fixes and improvements 🔧

Maintenance 🏗️

New Contributors

Full Changelog: https://github.com/huggingface/smolagents/compare/v1.14.0...v1.15.0

New features 🚀

Important changes 💥

Fixes and improvements 🔧

New Contributors

Full Changelog: https://github.com/huggingface/smolagents/compare/v1.13.0...v1.14.0

Important changes 🚀

  • Gradio UI now logs images observed by your agent: log observations images by @aymeric-roucher in https://github.com/huggingface/smolagents/pull/1113
  • allow users to retrieve original Gradio app by @sysradium in https://github.com/huggingface/smolagents/pull/811
  • Re-authorize submodule imports if top was allowed by @aymeric-roucher in https://github.com/huggingface/smolagents/pull/1103
    • We had internal debate about this one: when a user authorizes import of a top level package like additional_authorized_imports=["numpy"], should it:
      • Option 1: by default enable all subpackages like numpy.random, except potentially dangerous ones that we then have to detect through a blocklist?
      • Option 2: not import any subpackage, thus user have to type any subpackage they want to authorize, as in additional_authorized_imports=["numpy", "numpy.random", "numpy.other_subpackage", ...] Option 2 is safer, but Option 1 is much more practical, so we went with option 1. Daily disclaimer: code execution can never be 100% safe on you system, if you want to increase safety, use one of the remote executors that we propose, E2B or Docker.

Fixes & Tweaks

New Contributors

Full Changelog: https://github.com/huggingface/smolagents/compare/v1.12.0...v1.13.0

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/smolagents/compare/v1.11.0...v1.12.0

What's Changed

New Contributors

Full Changelog: https://github.com/huggingface/smolagents/compare/v1.10.0...v1.11.0

New features 🚀🚀

Fixes and improvements 🔧

New Contributors

Full Changelog: https://github.com/huggingface/smolagents/compare/v1.9.2...v1.10.0

Sources
1
Category