Smolagents

Latest version: v1.12.0

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

1.12.0

What's Changed
* Bump dev version: v1.12.0.dev0 by albertvillanova in https://github.com/huggingface/smolagents/pull/982
* Fix json parsing by sysradium in https://github.com/huggingface/smolagents/pull/987
* Fix Agent.from_hub for older smolagents exports by albertvillanova in https://github.com/huggingface/smolagents/pull/989
* Regression fix: ChatMessageToolCall id must be a string by sysradium in https://github.com/huggingface/smolagents/pull/990
* Always parse tool calls from APIs by aymeric-roucher in https://github.com/huggingface/smolagents/pull/991
* Sort additional authorized imports by keetrap in https://github.com/huggingface/smolagents/pull/998
* Fix custom prompt templates in Agent.from_hub by albertvillanova in https://github.com/huggingface/smolagents/pull/1001
* Always parse arguments from API tool calls by aymeric-roucher in https://github.com/huggingface/smolagents/pull/1000
* Fix TransformersModel: torch_dtype and trust_remote_code not passed to VLM by Louis-Gv in https://github.com/huggingface/smolagents/pull/1012
* Fix double space in toolcalling_agent.yaml by louisbrulenaudet in https://github.com/huggingface/smolagents/pull/1021
* Update images type and docstring by keetrap in https://github.com/huggingface/smolagents/pull/1018
* Support JSON string arguments in tool calls by albertvillanova in https://github.com/huggingface/smolagents/pull/1003
* Pass trust_remote_code to transformers tokenizer/processor by albertvillanova in https://github.com/huggingface/smolagents/pull/1013
* Fix code using pillow required dependency by albertvillanova in https://github.com/huggingface/smolagents/pull/1019
* Fix tests of Agent.save and Tool.save by albertvillanova in https://github.com/huggingface/smolagents/pull/1029
* Remove dependency on transformers get_tests_dir by albertvillanova in https://github.com/huggingface/smolagents/pull/1026
* Reduce model calls in planning_step from 2 to 1 by aymeric-roucher in https://github.com/huggingface/smolagents/pull/985
* Bugfix: adding <end_code> to prevent imaginary tool calls in CodeAgent by IlyaGusev in https://github.com/huggingface/smolagents/pull/918
* Use pytest-datadir for shared data files by albertvillanova in https://github.com/huggingface/smolagents/pull/1031
* Refactor Agent.to_dict by albertvillanova in https://github.com/huggingface/smolagents/pull/1004
* Add support for MCP SSE servers by grll in https://github.com/huggingface/smolagents/pull/931

New Contributors
* Louis-Gv made their first contribution in https://github.com/huggingface/smolagents/pull/1012
* louisbrulenaudet made their first contribution in https://github.com/huggingface/smolagents/pull/1021

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

1.11.0

What's Changed
* Bump dev version: v1.11.0.dev0 by albertvillanova in https://github.com/huggingface/smolagents/pull/890
* Add Chinese translation & fix zh doc build process by muscaestar in https://github.com/huggingface/smolagents/pull/893
* Fix chained assignment in local executor by sysradium in https://github.com/huggingface/smolagents/pull/843
* Check dangerous modules instead of dangerous patterns by albertvillanova in https://github.com/huggingface/smolagents/pull/877
* Fix typo in building good agents tutorial by whistler in https://github.com/huggingface/smolagents/pull/903
* Add tests and refactor CLI by albertvillanova in https://github.com/huggingface/smolagents/pull/892
* Bump mcpadapt >= 0.0.15 by albertvillanova in https://github.com/huggingface/smolagents/pull/895
* Update docs about changing the system prompt by albertvillanova in https://github.com/huggingface/smolagents/pull/900
* Support transformers 4.49.0 by albertvillanova in https://github.com/huggingface/smolagents/pull/898
* Fix typo in list of dangerous functions by albertvillanova in https://github.com/huggingface/smolagents/pull/909
* Improve evaluate_subscript by albertvillanova in https://github.com/huggingface/smolagents/pull/916
* Enforce security check in all evaluations by albertvillanova in https://github.com/huggingface/smolagents/pull/906
* Improve performance of test_while infinite loop by albertvillanova in https://github.com/huggingface/smolagents/pull/907
* Test all dangerous functions and fix check of os.system by albertvillanova in https://github.com/huggingface/smolagents/pull/911
* Fix Tool docstring, and model init exception by zhanluxianshen in https://github.com/huggingface/smolagents/pull/927
* Remove default model_id from models by albertvillanova in https://github.com/huggingface/smolagents/pull/905
* Improve docstring of parse_code_blobs by albertvillanova in https://github.com/huggingface/smolagents/pull/876
* Test vulnerability for dangerous modules by albertvillanova in https://github.com/huggingface/smolagents/pull/929
* Fix broken link to benchmarking code in README by amaarora in https://github.com/huggingface/smolagents/pull/933
* Fix Gradio UI for unnamed agents by sysradium in https://github.com/huggingface/smolagents/pull/812
* Add mlx-lm to all extra by albertvillanova in https://github.com/huggingface/smolagents/pull/961
* Fix Gradio UI for None name by albertvillanova in https://github.com/huggingface/smolagents/pull/956
* Introduce counter class by Bilokin in https://github.com/huggingface/smolagents/pull/891
* Fix AzureOpenAIServerModel to not call openai.OpenAI by albertvillanova in https://github.com/huggingface/smolagents/pull/966
* Fix CI usage of uv by albertvillanova in https://github.com/huggingface/smolagents/pull/970
* Adds VLLMModel by NathanHB in https://github.com/huggingface/smolagents/pull/337
* Support passing flatten_messages_as_text to OpenAIServerModel and test by albertvillanova in https://github.com/huggingface/smolagents/pull/959
* Fix tool function implementation by albertvillanova in https://github.com/huggingface/smolagents/pull/943
* Fix broken example of using MCP Server by njbrake in https://github.com/huggingface/smolagents/pull/936
* Support passing any kwargs to E2BExecutor Sandbox by aymeric-roucher in https://github.com/huggingface/smolagents/pull/951
* Fix VLLMModel example in models docs by zhanluxianshen in https://github.com/huggingface/smolagents/pull/976
* Fix OpenAIServerModel client by durd07 in https://github.com/huggingface/smolagents/pull/975
* Forbid all modules by default except whitelist authorized_imports by albertvillanova in https://github.com/huggingface/smolagents/pull/935
* Forbid access to all dunder attributes by default by albertvillanova in https://github.com/huggingface/smolagents/pull/979
* Raise agent generation errors by aymeric-roucher in https://github.com/huggingface/smolagents/pull/948
* Update Open Deep Research's README.md by keetrap in https://github.com/huggingface/smolagents/pull/763
* Make sure to log thoughts if verbosity_level is set to high by aymeric-roucher in https://github.com/huggingface/smolagents/pull/964
* Get correct source code for functions defined in local executor. by aymeric-roucher in https://github.com/huggingface/smolagents/pull/973

New Contributors
* muscaestar made their first contribution in https://github.com/huggingface/smolagents/pull/893
* whistler made their first contribution in https://github.com/huggingface/smolagents/pull/903
* zhanluxianshen made their first contribution in https://github.com/huggingface/smolagents/pull/927
* amaarora made their first contribution in https://github.com/huggingface/smolagents/pull/933
* NathanHB made their first contribution in https://github.com/huggingface/smolagents/pull/337
* njbrake made their first contribution in https://github.com/huggingface/smolagents/pull/936
* durd07 made their first contribution in https://github.com/huggingface/smolagents/pull/975

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

1.10.0

New features 🚀🚀
* Add Docker executor by aymeric-roucher in https://github.com/huggingface/smolagents/pull/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 https://github.com/huggingface/smolagents/pull/848
* Make local Python interpreter safer by checking if returns dangerous modules by albertvillanova in https://github.com/huggingface/smolagents/pull/861
* Make local Python interpreter safer by adding builtins to dangerous modules by albertvillanova in https://github.com/huggingface/smolagents/pull/869
* Add support for serper search by aymeric-roucher in https://github.com/huggingface/smolagents/pull/698
* Support running a demo of Open DeepResearch by albertvillanova in https://github.com/huggingface/smolagents/pull/806
* Enable Colab notebook version of each doc page (by renaming doc file extension from .md to .mdx) by albertvillanova in https://github.com/huggingface/smolagents/pull/691

Fixes and improvements 🔧
* Bump dev version: v1.10.0.dev0 by albertvillanova in https://github.com/huggingface/smolagents/pull/649
* Improve missing toolcall exception by GrahamTheCoder in https://github.com/huggingface/smolagents/pull/614
* refactor: simplify file type checking from MIME to extension by kingdomad in https://github.com/huggingface/smolagents/pull/342
* Bugfix: Groq via LiteLLM 🚅 by JGalego in https://github.com/huggingface/smolagents/pull/605
* Add docstring args for MultiStepAgent.from_folder by albertvillanova in https://github.com/huggingface/smolagents/pull/654
* Remove non-existent subfolder arg in MultiStepAgent.from_hub by albertvillanova in https://github.com/huggingface/smolagents/pull/653
* Minor fix save agents by keetrap in https://github.com/huggingface/smolagents/pull/645
* Align step numbers in monitoring logging by spemed in https://github.com/huggingface/smolagents/pull/667
* Remove deprecated resume_download arg in from_hub by albertvillanova in https://github.com/huggingface/smolagents/pull/670
* Pass notebook_folder to build notebook docs by albertvillanova in https://github.com/huggingface/smolagents/pull/671
* Update the prompts for delegating subtasks to agents in prompt files by spemed in https://github.com/huggingface/smolagents/pull/678
* Documentation: manage agent's memory by aymeric-roucher in https://github.com/huggingface/smolagents/pull/675
* Move contributing details into contributing file by GrahamTheCoder in https://github.com/huggingface/smolagents/pull/651
* Fix typo in error message by samee99 in https://github.com/huggingface/smolagents/pull/687
* Refactor evaluate ast to improve readability by CalOmnie in https://github.com/huggingface/smolagents/pull/625
* Update docs in zh/examples/multiagents.md by spemed in https://github.com/huggingface/smolagents/pull/688
* Make dangerous_patterns a module variable by CalOmnie in https://github.com/huggingface/smolagents/pull/505
* Pin transformers < 4.49.0 to fix TypeError: LlavaProcessor: got multiple values for keyword argument 'images' by albertvillanova in https://github.com/huggingface/smolagents/pull/693
* Respect formatting in ast.FormattedValue for local_python_executor by LorienMan in https://github.com/huggingface/smolagents/pull/660
* Simplify instrumentation for phoenix by aymeric-roucher in https://github.com/huggingface/smolagents/pull/697
* Test validate_tool_attributes by albertvillanova in https://github.com/huggingface/smolagents/pull/696
* Remove translation tool from README by keetrap in https://github.com/huggingface/smolagents/pull/705
* Fix test docs by albertvillanova in https://github.com/huggingface/smolagents/pull/701
* Fix SpeechToTextTool by albertvillanova in https://github.com/huggingface/smolagents/pull/706
* Fixed typo in Telemetry docs by sergiopaniego in https://github.com/huggingface/smolagents/pull/710
* Fix validate_tool_attributes for non-literal defaults by albertvillanova in https://github.com/huggingface/smolagents/pull/711
* Ignore parameter types in tool docstrings by carlsberg03 in https://github.com/huggingface/smolagents/pull/724
* Refactor MultiStepAgent and improve some tests by colesmcintosh in https://github.com/huggingface/smolagents/pull/598
* Fix duplicate managed agent name and its tool name by keetrap in https://github.com/huggingface/smolagents/pull/721
* Update docs on how to change prompts by albertvillanova in https://github.com/huggingface/smolagents/pull/725
* Remove transformers tasks from load_tool docstring by albertvillanova in https://github.com/huggingface/smolagents/pull/726
* Remove article section from launch_gradio_demo Interface by albertvillanova in https://github.com/huggingface/smolagents/pull/728
* Update logo in Readme by aymeric-roucher in https://github.com/huggingface/smolagents/pull/730
* Support passing additional parameters for openai client initialization by touseefahmed96 in https://github.com/huggingface/smolagents/pull/388
* Add api-base and api-key arguments to CLI by keetrap in https://github.com/huggingface/smolagents/pull/734
* Fix CI test error: DuckDuckGoSearchException: 202 Ratelimit by albertvillanova in https://github.com/huggingface/smolagents/pull/739
* Fix typo in Makefile by albertvillanova in https://github.com/huggingface/smolagents/pull/741
* Add disclaimer in benchmark to request access for gated dataset by albertvillanova in https://github.com/huggingface/smolagents/pull/744
* Define test RUN_ALL requirement marker in one file by albertvillanova in https://github.com/huggingface/smolagents/pull/743
* Rename managed agent in multiagents docs to avoid confusing the LLM by albertvillanova in https://github.com/huggingface/smolagents/pull/766
* Update documentation on sandboxes by aymeric-roucher in https://github.com/huggingface/smolagents/pull/747
* Add audioop-lts as Python>=3.13 Open DeepResearch requirement for pydub by albertvillanova in https://github.com/huggingface/smolagents/pull/749
* Create docker extra installation dependency by albertvillanova in https://github.com/huggingface/smolagents/pull/764
* Fix bracket logging in rich by aymeric-roucher in https://github.com/huggingface/smolagents/pull/753
* Enable custom final answer in CodeAgent by aymeric-roucher in https://github.com/huggingface/smolagents/pull/769
* Fix TypeError raised by launch_gradio_demo with PipelineTool by albertvillanova in https://github.com/huggingface/smolagents/pull/732
* Use docker extra in Secure code execution docs by albertvillanova in https://github.com/huggingface/smolagents/pull/780
* Support custom final_answer in agent init by albertvillanova in https://github.com/huggingface/smolagents/pull/783
* Fix LiteLLMModel API key usage in CLI by asselindebeauville in https://github.com/huggingface/smolagents/pull/788
* Secure code execution wrong title in docs TOC by maeste in https://github.com/huggingface/smolagents/pull/771
* Update Open DeepResearch to install smolagents from local path by albertvillanova in https://github.com/huggingface/smolagents/pull/786
* Support importing scipy and sklearn without AttributeError: module 'scipy.sparse._coo' has no attribute 'upcast' by albertvillanova in https://github.com/huggingface/smolagents/pull/790
* Fix and test validate_tools_and_managed_agents by albertvillanova in https://github.com/huggingface/smolagents/pull/731
* Update README with mention to Docker sandboxed execution by touseefahmed96 in https://github.com/huggingface/smolagents/pull/803
* Added sidebar layout and session state management for agent by yvrjsharma in https://github.com/huggingface/smolagents/pull/797
* Fix CI quality in examples/gradio_ui by albertvillanova in https://github.com/huggingface/smolagents/pull/822
* Improve dependency loading of Open DeepResearch visual_qa by albertvillanova in https://github.com/huggingface/smolagents/pull/821
* Improve setup instruction for Open DeepResearch by albertvillanova in https://github.com/huggingface/smolagents/pull/823
* Support other models than o1 in Open Deep Research by albertvillanova in https://github.com/huggingface/smolagents/pull/824
* Fix final_answer_pattern matching in remote executors by albertvillanova in https://github.com/huggingface/smolagents/pull/826
* Fix and refactor tests of Docker executors by albertvillanova in https://github.com/huggingface/smolagents/pull/827
* Remove unnecessary self argument in GoogleSearchTool super() call by gael1130 in https://github.com/huggingface/smolagents/pull/828
* Fix call from dict with LocalPythonExecutor by albertvillanova in https://github.com/huggingface/smolagents/pull/837
* Minor fix of import in VisitWebpageTool by keetrap in https://github.com/huggingface/smolagents/pull/840
* No need of these Files by touseefahmed96 in https://github.com/huggingface/smolagents/pull/798
* fix: correcting tool_call role by zndqs in https://github.com/huggingface/smolagents/pull/779
* Fix translation guide as it points to invalid location by FanwangM in https://github.com/huggingface/smolagents/pull/794
* Fix load_model in webagent CLI by albertvillanova in https://github.com/huggingface/smolagents/pull/855
* Fix message for observations without tool_calls by albertvillanova in https://github.com/huggingface/smolagents/pull/857
* Fix CI test_action_step_to_messages by albertvillanova in https://github.com/huggingface/smolagents/pull/868
* Fix LiteLLMModel docstring by albertvillanova in https://github.com/huggingface/smolagents/pull/885
* Fix bug where operations count was not reinitialized at each step by aymeric-roucher in https://github.com/huggingface/smolagents/pull/866
* Fix CLI webagent by albertvillanova in https://github.com/huggingface/smolagents/pull/889

New Contributors
* JGalego made their first contribution in https://github.com/huggingface/smolagents/pull/605
* spemed made their first contribution in https://github.com/huggingface/smolagents/pull/667
* samee99 made their first contribution in https://github.com/huggingface/smolagents/pull/687
* LorienMan made their first contribution in https://github.com/huggingface/smolagents/pull/660
* carlsberg03 made their first contribution in https://github.com/huggingface/smolagents/pull/724
* colesmcintosh made their first contribution in https://github.com/huggingface/smolagents/pull/598
* asselindebeauville made their first contribution in https://github.com/huggingface/smolagents/pull/788
* maeste made their first contribution in https://github.com/huggingface/smolagents/pull/771
* yvrjsharma made their first contribution in https://github.com/huggingface/smolagents/pull/797
* gael1130 made their first contribution in https://github.com/huggingface/smolagents/pull/828
* zndqs made their first contribution in https://github.com/huggingface/smolagents/pull/779

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

1.9.2

Bug Fixes 🐛
* Fix litellm flatten_messages_as_text detection by aymeric-roucher in https://github.com/huggingface/smolagents/commit/ef6031542c1f71b758e3167b9c21888a726f92d8
* Fix litellm flatten_messages_as_text detection by aymeric-roucher in https://github.com/huggingface/smolagents/pull/659

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

1.9.1

Bug Fixes 🐛
* fix tool code generation in case of multiline descriptions by sysradium in https://github.com/huggingface/smolagents/pull/613
* Fix prompt for toolcalling agent and slightly update doc by aymeric-roucher in https://github.com/huggingface/smolagents/pull/650

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

1.9.0

What's Changed
* Bump dev version: v1.9.0.dev0 by albertvillanova in https://github.com/huggingface/smolagents/pull/544
* Small update to 'Introduction to Agents' docs format by sergiopaniego in https://github.com/huggingface/smolagents/pull/548
* Doc grammar fix by juanqui in https://github.com/huggingface/smolagents/pull/556
* Minor grammar correction by doomspork in https://github.com/huggingface/smolagents/pull/528
* Fix multiagents docs by derekalia in https://github.com/huggingface/smolagents/pull/549
* Fix managed agent example by keetrap in https://github.com/huggingface/smolagents/pull/562
* Add authorized_imports in importFrom errors by CalOmnie in https://github.com/huggingface/smolagents/pull/506
* chore: fix some typos by zoupingshi in https://github.com/huggingface/smolagents/pull/557
* Minor fix in the guilded_tour docs by touseefahmed96 in https://github.com/huggingface/smolagents/pull/578
* Add small readme to open Deep Research by aymeric-roucher in https://github.com/huggingface/smolagents/pull/581
* Fixed Readme that is missing run.py call by jsmidt in https://github.com/huggingface/smolagents/pull/585
* Fix 429 Client Error: Too Many Requests in CI test by albertvillanova in https://github.com/huggingface/smolagents/pull/599
* Remove unused import in guided_tour docs by albertvillanova in https://github.com/huggingface/smolagents/pull/600
* Test evaluate_delete by albertvillanova in https://github.com/huggingface/smolagents/pull/519
* Move check_module_authorized out of import_module for use in get_safe_module by CalOmnie in https://github.com/huggingface/smolagents/pull/507
* Test agent call with provide_run_summary by albertvillanova in https://github.com/huggingface/smolagents/pull/513
* Create PromptTemplates typed dict by albertvillanova in https://github.com/huggingface/smolagents/pull/547
* Refactor and test final answer prompts by albertvillanova in https://github.com/huggingface/smolagents/pull/595
* Make question arg required in Open DeepResearch example by albertvillanova in https://github.com/huggingface/smolagents/pull/617
* Remove unused api-base arg from Open DeepResearch example by albertvillanova in https://github.com/huggingface/smolagents/pull/616
* corrected typo in README.md by blakkd in https://github.com/huggingface/smolagents/pull/609
* MLX model support by g-eoj in https://github.com/huggingface/smolagents/pull/300
* Add support for non-bool comparison operators. by kc9zyz in https://github.com/huggingface/smolagents/pull/612
* docs: add Langfuse OpenTelemetry guide by jannikmaierhoefer in https://github.com/huggingface/smolagents/pull/601
* Remove --prompt argument of instance instruction in README.md by leeivan1007 in https://github.com/huggingface/smolagents/pull/632
* Fix CI quality check by removing trailing whitespace by albertvillanova in https://github.com/huggingface/smolagents/pull/628
* Change math.pow -> pow by Bilokin in https://github.com/huggingface/smolagents/pull/624
* Move plan user prompt to YAML and test text of plan prompts by albertvillanova in https://github.com/huggingface/smolagents/pull/591
* Fix installation instructions in Open-DeepResearch README by albertvillanova in https://github.com/huggingface/smolagents/pull/633
* Remove ManagedAgent from doc by aymeric-roucher in https://github.com/huggingface/smolagents/pull/563
* Refactor operations count state setting by albertvillanova in https://github.com/huggingface/smolagents/pull/631
* LiteLLMModel - detect message flatenning based on model information by sysradium in https://github.com/huggingface/smolagents/pull/553
* Contribute to the documentation by seanxuu in https://github.com/huggingface/smolagents/pull/630
* Adding default parameter for max_new_tokens in TransformersModel by matfrei in https://github.com/huggingface/smolagents/pull/604
* Test evaluate_condition by albertvillanova in https://github.com/huggingface/smolagents/pull/634
* Allow Gradio share parameter passthrough by sysradium in https://github.com/huggingface/smolagents/pull/490
* Fix issue 635. Corrected installation instructions for open_deep_research by nishaddeokar in https://github.com/huggingface/smolagents/pull/636
* Share full agents by aymeric-roucher in https://github.com/huggingface/smolagents/pull/533
* Fix PlanningPromptTemplate and its docstring by albertvillanova in https://github.com/huggingface/smolagents/pull/648
* Fix evaluate_condition for non-bool result by albertvillanova in https://github.com/huggingface/smolagents/pull/638
* Removed reference to deprecated single_step in documentation by crumbly-blue-cheese in https://github.com/huggingface/smolagents/pull/608
* Update README.md by aymeric-roucher in https://github.com/huggingface/smolagents/pull/642
* Fix reference to Transformers in docs by sergiopaniego in https://github.com/huggingface/smolagents/pull/643
* Fix for MLX Model when stop sequence is followed by any chars by g-eoj in https://github.com/huggingface/smolagents/pull/623
* Allow for last_input_token_count=None by Strings-RH in https://github.com/huggingface/smolagents/pull/644

New Contributors
* juanqui made their first contribution in https://github.com/huggingface/smolagents/pull/556
* doomspork made their first contribution in https://github.com/huggingface/smolagents/pull/528
* CalOmnie made their first contribution in https://github.com/huggingface/smolagents/pull/506
* zoupingshi made their first contribution in https://github.com/huggingface/smolagents/pull/557
* NeuroWhAI made their first contribution in https://github.com/huggingface/smolagents/pull/576
* jsmidt made their first contribution in https://github.com/huggingface/smolagents/pull/585
* blakkd made their first contribution in https://github.com/huggingface/smolagents/pull/609
* g-eoj made their first contribution in https://github.com/huggingface/smolagents/pull/300
* kc9zyz made their first contribution in https://github.com/huggingface/smolagents/pull/612
* jannikmaierhoefer made their first contribution in https://github.com/huggingface/smolagents/pull/601
* leeivan1007 made their first contribution in https://github.com/huggingface/smolagents/pull/632
* Bilokin made their first contribution in https://github.com/huggingface/smolagents/pull/624
* seanxuu made their first contribution in https://github.com/huggingface/smolagents/pull/630
* matfrei made their first contribution in https://github.com/huggingface/smolagents/pull/604
* nishaddeokar made their first contribution in https://github.com/huggingface/smolagents/pull/636
* crumbly-blue-cheese made their first contribution in https://github.com/huggingface/smolagents/pull/608
* Strings-RH made their first contribution in https://github.com/huggingface/smolagents/pull/644

**Full Changelog**: https://github.com/huggingface/smolagents/compare/v1.8.1...v1.9.0

Page 1 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.