v1.3.0
What's Changed
New features 🚀
- We now support OpenTelemetry instrumentation! Find a detailed tutorial here 📊 by @aymeric-roucher in #200
-
We now have a Chinese (mandarin) version of the doc for
smolagents
! by @Ayuilos in #156 -
Add option to upload files to GradioUI by @stackviolator in #138
-
feat: Add multi-GPU support for TransformersModel by @6643789wsx in #139
-
More flexible verbosity level: now use
verbosity_level=0/1/2
instead ofverbose=True/False
upon agent initialization by @aymeric-roucher in #150. This gives you more fine-grained control over verbosity! -
Agents can now import anything using
additional_authorized_imports=['*']
! Contributed by @joaopauloschuler in #129
Fixes and smol improvements 🔧
- Add top level docs link to README by @robtaylor in #121
- Added the right link for website button by @AngeloKiriakoulis in #159
- Tools from Spaces: Fix bug preventing use of long prompts. by @jkingston in #134
- Fix typo in dosctrings by @chloefeal in #155
- Log list of tool calls in ActionStep by @aymeric-roucher in #172
- Bug fixes on TransformersModel by @AngeloKiriakoulis in #165
- Fix wrong return value in agents.md doc by @sidtuladhar in #164
- Fix minor issues in docs by @duydl in #173
- Fix quality issues by @albertvillanova in #171
- Clean local python interpreter: propagate imports by @aymeric-roucher in #175
- Fix tool_calls parsing error in
ToolCallingAgent
when usingOpenAIServerModel
by @tanhuajie in #160 - Fix minor issues in building_good_agents docs by @albertvillanova in #170
- bugfix: Fix plan_update message display by @IlyaGusev in #179
- Make default tools more robust by @aymeric-roucher in #186
- Implemented support for ast.Pass in the interpeter. by @AngeloKiriakoulis in #189
- Support pandas' iloc indexer by @aymeric-roucher in #191
- The call.func parameter type of the local_python_executor.evaluate_call function might be ast.Subscript by @nvrxq in #194
- bug fix: fix string concatenation bug in GradioUI.log_user_message by @kingdomad in #199
- Fix import from ChatMessage in test_monitoring by @aymeric-roucher in #202
- Fix quality in gradio_ui by @albertvillanova in #206
- Pre-release fixes by @aymeric-roucher in #207
- Document OpenTelemetry usage by @aymeric-roucher in #204
New Contributors
- @robtaylor made their first contribution in #121
- @AngeloKiriakoulis made their first contribution in #159
- @jkingston made their first contribution in #134
- @chloefeal made their first contribution in #155
- @sidtuladhar made their first contribution in #164
- @Ayuilos made their first contribution in #156
- @duydl made their first contribution in #173
- @stackviolator made their first contribution in #138
- @albertvillanova made their first contribution in #171
- @tanhuajie made their first contribution in #160
- @IlyaGusev made their first contribution in #179
- @6643789wsx made their first contribution in #139
- @nvrxq made their first contribution in #194
- @kingdomad made their first contribution in #199
Full Changelog: v1.2.2...v1.3.0