Commit Graph

265 Commits

Author SHA1 Message Date
Edward Beeching fabc59aa08
Fix missing python modules in CodeAgent system prompt (#226)
* fix modules in system prompt + test
2025-01-17 11:59:30 +01:00
Aymeric Roucher 11a738e53a
Add trust_remote_code arg to TransformersModel (#240) 2025-01-17 11:55:36 +01:00
Aymeric Roucher c255c1ff84
Fix subpackage import vulnerability (#238)
* Fix subpackage import vulnerability
2025-01-17 11:40:49 +01:00
Jan d5c2ef48e7
Add resizeable option to Gradio UI component for better usabilty (#234) 2025-01-16 23:05:23 +01:00
matterattetatte c56d73731d
Dead Link to Duck Duck Go search tool (#233)
* Update multiagents.md URL to DuckDuckGo
2025-01-16 23:04:40 +01:00
Aymeric Roucher b4091cb5ce
Allow passing kwargs to all models (#222)
* Allow passing kwargs to all models
2025-01-16 23:03:38 +01:00
RolandJAAI a1d8f3c398
fix tool example with additional args (#228) 2025-01-16 23:00:11 +01:00
stackviolator a4ec1e5be3
Return textboxes on file upload errors (#214) 2025-01-16 16:33:01 +01:00
Aymeric Roucher fdf4fe49ba
Fix additional args in stream_to_gradio (#221) 2025-01-16 15:47:23 +01:00
Albert Villanova del Moral 2a69f1574e
Fix vanilla model answer in example benchmark (#219) 2025-01-16 12:04:41 +01:00
Aymeric 72b01a9909 Restore previous agents.py 2025-01-16 11:54:23 +01:00
Aymeric 96ebe01dc7 Add license_to_call graphic to documentation index 2025-01-16 11:48:16 +01:00
Aymeric 34a718cf02 Fix mascot positioning 2025-01-16 11:40:23 +01:00
Aymeric 40087aad0b Update mascot 2025-01-16 11:38:09 +01:00
Albert Villanova del Moral 2ae590edf4
Rename the benchmark dataset split from train to test (#216) 2025-01-16 09:57:00 +01:00
Albert Villanova del Moral 4449c51cad
Align data types in example benchmark (#205) 2025-01-16 09:54:47 +01:00
Aymeric 98c6688c3d Add pip install for instrumentation 2025-01-16 09:39:28 +01:00
Aymeric Roucher 6ef0837f94
Update README.md (#208) 2025-01-15 18:08:17 +01:00
Ruggero Rossi 4c5f1fe4b4
fix typo in building_good_agents.md (#193)
Change function get_coordinates_from_location to convert_location_to_coordinates
2025-01-15 18:04:54 +01:00
Aymeric 369d066c9d Bump version following release of 1.3.0 2025-01-15 17:32:23 +01:00
Aymeric Roucher e5c054cc5b
Pre-release fixes (#207) 2025-01-15 16:56:12 +01:00
Albert Villanova del Moral df76ed517f
Fix quality in gradio_ui (#206) 2025-01-15 16:12:31 +01:00
Aymeric Roucher 25e00c6e74
Document OpenTelemetry (#204) 2025-01-15 16:07:34 +01:00
Aymeric Roucher 06aca55be6
Fix import from ChatMessage in test_monitoring (#202) 2025-01-15 14:03:41 +01:00
kingdomad 7ce27f1590
fix: fix string concatenation bug in GradioUI.log_user_message (#199) 2025-01-15 14:00:15 +01:00
NeverLucky a22c221fa7
call.func parameter (#194) 2025-01-15 13:58:52 +01:00
Aymeric Roucher 450934ce79
Add support for OpenTelemetry instrumentation 📊 (#200) 2025-01-15 12:10:52 +01:00
Aymeric Roucher ce1cd6d906
Support pandas' iloc indexer (#191) 2025-01-14 19:27:07 +01:00
Aggelos Kyriakoulis 77f656c80d
Implemented support for ast.Pass in the interpeter. (#189) 2025-01-14 17:21:38 +01:00
Aymeric Roucher 5f32373551
Make default tools more robust (#186) 2025-01-14 14:57:11 +01:00
Deng Tongwei 12a2e6f4b4
feat: Add multi-GPU support for TransformersModel (#139)
Add multi-GPU support for TransformersModel
2025-01-14 10:00:08 +01:00
Ilya Gusev c04e8de825
Bugfix: Fix plan_update message display (#179) 2025-01-14 09:58:45 +01:00
Aymeric 1d846072eb Improve GradioUI file upload system 2025-01-13 19:46:36 +01:00
Albert Villanova del Moral 1f96560c92
Fix minor issues in building_good_agents docs (#170)
* Fix doc inter-link to intro_agents in building_good_agents, make text italic, minor typos
2025-01-13 17:26:32 +01:00
tanhuajie ad18041078
Fix tool_calls parsing error in ToolCallingAgent (#160) 2025-01-13 17:24:18 +01:00
Aymeric Roucher c611dfc7e5
Clean local python interpreter: propagate imports (#175) 2025-01-13 17:23:03 +01:00
Albert Villanova del Moral a5a3448551
Fix formatting tests (#171) 2025-01-13 16:34:55 +01:00
stackviolator 2a51efe11f
Add option to upload files to GradioUI (#138)
* Add option to upload files to GradioUI
2025-01-13 16:33:45 +01:00
duydl 67ee777370
Fix minor docs (#173) 2025-01-13 16:31:36 +01:00
joaopauloschuler a0b4350409
Agents deserve freedom. Freedom is the path to success! additional_authorized_imports=['*'] (#129)
* Add an option to authorize all imports
2025-01-13 16:27:42 +01:00
Ayuilos c0496dc6bc
[i18n] Add Chinese translation(`zh`) for smolagents (#156)
* Add Chinese version (`zh`) of the documentation for smolagents
2025-01-13 16:24:23 +01:00
sid tuladhar 60b1abdae6
Fixed agents.md (#164)
Fix docs: custom_model should return an object that has a .content attribute
2025-01-13 16:21:51 +01:00
Aggelos Kyriakoulis 695d303401
Bug fixes on TransformersModel (#165)
* TransformersModel bug fixes
2025-01-13 16:20:45 +01:00
Aymeric Roucher 289c06df0f
Log list of tool calls in ActionStep (#172) 2025-01-13 12:08:27 +01:00
chloefeal 5a62304c91
Fixed typo in `parse_code_blobs` docstring (#155)
Fixed typo in `parse_code_blobs` docstring
2025-01-12 15:33:28 +01:00
Jack Kingston 320dd77f37
Tools from Spaces: Fix bug preventing use of long prompts. (#134) 2025-01-12 15:12:53 +01:00
Aggelos Kyriakoulis 14134c23e9
Also added the right link for website button (#159) 2025-01-12 15:02:32 +01:00
Rob Taylor d4b5e811f5
Add top level docs link to README (#121) 2025-01-11 19:28:21 +01:00
Aymeric Roucher fec65e154a
More flexible verbosity level (#150) 2025-01-10 23:46:22 +01:00
Aymeric 82a2fe5bb4 Fix output type sanitization 2025-01-10 22:30:29 +01:00