Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@aymeric-roucher aymeric-roucher released this 06 Jan 22:19
· 7 commits to main since this release

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