releases.shpreview
Hugging Face/smolagents

smolagents

$npx -y @buildinternet/releases show smolagents
Mon
Wed
Fri
AprMayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases2Avg0/wkVersionsv1.23.0 → v1.24.0
Jan 16, 2026

What's Changed

New Contributors

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

Nov 17, 2025

Improvements ✨

Fixes 🛠️

Documentation 📚

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

Sep 25, 2025

What's Changed

New Contributors

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

Sep 1, 2025

Bug Fixes 🐛

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

Aug 20, 2025

Bug Fixes 🐛

Full Changelog: https://github.com/huggingface/smolagents/compare/v1.21.1...v1.21.2

Aug 11, 2025

Bug Fixes 🐛

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

Aug 7, 2025

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

Jul 10, 2025

New Features ✨

Enhancements 🛠️

Bug Fixes 🐛

Documentation Improvements 📚

Maintenance 🏗️

New Contributors

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

Jun 24, 2025

Enhancements 🛠️

Bug Fixes 🐛

Documentation Improvements 📚

Maintenance 🏗️

New Contributors

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

Jun 10, 2025

New Features ✨

  • Multiple Parallel Tool Calls: ToolCallingAgent can now handle multiple tool calls in parallel, significantly enhancing performance for complex tasks.
  • Streaming Output for ToolCallingAgent: ToolCallingAgent now supports streaming outputs, improving responsiveness and user experience during multi-step tool interactions
  • API Web Search Tool: Introduced a new ApiWebSearchTool, enabling structured web search capabilities via API.

Enhancements 🛠️

Bug Fixes 🐛

Documentation Improvements 📚

Maintenance 🏗️

New Contributors

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

May 27, 2025

New Features ✨

  • Structured Generation in CodeAgent: Add optional support for structured outputs in CodeAgent, enabling more reliable and consistent generation patterns
  • Support for Streamable HTTP MCP Servers: Expand compatibility with new server types to support streamable HTTP MCP implementations
  • Run Results from Agent.run(): The Agent.run() method can now return a RunResult object, providing richer metadata on agent execution

Security Enhancements 🔒

  • Safer LocalPythonExecutor: Prevent indirect submodule access via attribute resolution, mitigating potential security risks in user-defined code

Enhancements 🛠️

Bug Fixes 🐛

Documentation Improvements 📚

Maintenance 🏗️

New Contributors

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

May 16, 2025

Bug Fixes 🐛

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

New features 🚀

Important changes ⚠️

  • Default provider for InferenceClientModel is now "auto" The default value of the provider argument in InferenceClientModel has changed from "hf-inference" to "auto". With "auto", the client will automatically select the first available provider for the model, following the user's configured priority at https://hf.co/settings/inference-providers

Bug Fixes 🐛

Documentation 📚

Misc 🛠️

New Contributors

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

May 7, 2025

New features 🚀

New documentation 📚

Fixes and improvements 🔧

Maintenance 🏗️

New Contributors

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

Apr 18, 2025

New features 🚀

Important changes 💥

Fixes and improvements 🔧

New Contributors

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

Apr 2, 2025

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

Mar 20, 2025

What's Changed

New Contributors

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

Mar 14, 2025

What's Changed

New Contributors

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

Mar 5, 2025

New features 🚀🚀

Fixes and improvements 🔧

New Contributors

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

Feb 17, 2025

Bug Fixes 🐛

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

Previous12Next
Latest
v1.24.0
Tracking Since
Dec 27, 2024
Last fetched Apr 19, 2026