Skip to content

Releases: huggingface/smolagents

v1.1.0

06 Jan 22:19
Compare
Choose a tag to compare

What's Changed

New features: 🥳

  • !Breaking change: Agent initialization argument max_iterations changed to max_steps for consistency.
  • Add a warning towards the user when imports are missing in CodeAgent 3f79bae.
  • Add code of conduct and contributing guide by @LysandreJik in #50
  • feat: Add max_results kwarg to DDGS tool by @Stillerman in #40
  • Add support for additional keyword arguments in LiteLLMModel by @chakib-belgaid in #29
  • Add device parameter for TransformerModel in models.py by @ScientistIzaak in #49

Fixes: 🔧

  • Don't pass sanitize_inputs_outputs=True to managed agents by @grrowl in #85
  • Include missing pip install library in RAG example by @DarwinAnim8or in #92
  • Fix issue with forward signature validation in space tool wrapper by @lelayf in #75
  • fix ToolCollection usage by @Brunwo in #53

Typos: 🪶

Full Changelog: v1.0.0...v1.1.0

v1.0.0

31 Dec 18:36
Compare
Choose a tag to compare
Bump release number for 1.0.0

v0.1.0: First ever release!

27 Dec 15:59
Compare
Choose a tag to compare