What's Changed
New features: 🥳
- !Breaking change: Agent initialization argument
max_iterations
changed tomax_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: 🪶
- Update building_good_agents.md by @SHUBH4M-KUMAR in #43
- Fix example usage in HfApiModel by @balikasg in #37
- Fixing minor spelling errors in building_good_agents.md by @ScientistIzaak in #33
- chore: update local_python_executor.py by @eltociear in #64
- Add missing end of sentence to building_good_agents by @elroy-bot in #68
- Fix typos by @oliveredget in #74
- Update README.md: add link to blog post by @gary149 in #22
- e2b details by @CakeCrusher in #72
- Fixed typos and grammatical errors in building_good_agents.md tutorial by @alxfgh in #89
Full Changelog: v1.0.0...v1.1.0