Skip to content

Releases: huggingface/smolagents

v1.23.0

17 Nov 14:35

Choose a tag to compare

Improvements ✨

Fixes 🛠️

Documentation 📚

Full Changelog: v1.22.0...v1.23.0

v1.22.0

25 Sep 08:47
f68ee35

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.21.3...v1.22.0

v1.21.3

01 Sep 14:35
fcd7af2

Choose a tag to compare

Bug Fixes 🐛

Full Changelog: v1.21.2...v1.21.3

v1.21.2

20 Aug 05:15
6ab1cce

Choose a tag to compare

Bug Fixes 🐛

Full Changelog: v1.21.1...v1.21.2

v1.21.1

11 Aug 10:52
9d40078

Choose a tag to compare

Bug Fixes 🐛

  • Fix error for GPT-5 not supporting the stop parameter by @Xmader in #1662

Full Changelog: v1.21.0...v1.21.1

v1.21.0

07 Aug 10:48
420eaeb

Choose a tag to compare

Enhancements ✨

Bug Fixes 🐛

  • Fix: Prevent empty additional_args from being added to agent prompt by @jokokojote in #1566
  • Fix SyntaxError in generated Gradio app due to 'class' attribute by @albertvillanova in #1615
  • Fix serialization inconsistency in MultiStepAgent.to_dict/from_dict for managed_agents by @hazrmard in #1577
  • Fix a kwargs error in LocalPythonExecutor by @aymeric-roucher in #1583
  • Fix structured outputs by @MicrosoftJames in #1642
  • Fix bug where AmazonBedrockServerModel crashes in thinking mode by @benoriol in #1632
  • Fix: Remove duplicate line in tool_calling_agent prompt by @yusuf-eren in #1636
  • Fix: RemotePythonExecutor should not send variables if none exist by @thomasjpfan in #1605
  • Disable parallel tool calls for final answer by @aymeric-roucher in #1539

Documentation 📚

CI / Dependency Updates 🧪

Deprecations & Cleanups 🧹

Miscellaneous 🔧

Maintenance 🏗️

New Contributors

Full Changelog: v1.20.0...v1.21.0

v1.20.0

10 Jul 16:22
808e095

Choose a tag to compare

New Features ✨

Enhancements 🛠️

Bug Fixes 🐛

Documentation Improvements 📚

Maintenance 🏗️

New Contributors

Full Changelog: v1.19.0...v1.20.0

v1.19.0

24 Jun 08:43
afce474

Choose a tag to compare

Enhancements 🛠️

Bug Fixes 🐛

Documentation Improvements 📚

Maintenance 🏗️

New Contributors

Full Changelog: v1.18.0...v1.19.0

v1.18.0

10 Jun 14:15
965c705

Choose a tag to compare

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: v1.17.0...v1.18.0

v1.17.0

27 May 11:26
81132c5

Choose a tag to compare

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
    • Prevent submodules through indirect attribute access in LocalPythonExecutor by @albertvillanova in #1375

Enhancements 🛠️

Bug Fixes 🐛

Documentation Improvements 📚

Maintenance 🏗️

New Contributors

Full Changelog: v1.16.1...v1.17.0