Commit Graph

488 Commits

Author SHA1 Message Date
Albert Villanova del Moral 1f998f98e0
Test validate_tool_attributes (#696) 2025-02-18 20:06:53 +01:00
Aymeric Roucher 14d310b0dc
Simplify instrumentation for phoenix (#697) 2025-02-18 19:42:55 +01:00
Aymeric Roucher f335ff4efe
Add support for serper search (#698)
Co-authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com>
2025-02-18 19:40:46 +01:00
Ilya Amelchenkov 3772f1a96a
Respect formatting in ast.FormattedValue for local_python_executor (#660)
Co-authored-by: Ilya Amelchenkov <ilya@fstr.app>
Co-authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com>
2025-02-18 16:15:11 +01:00
Albert Villanova del Moral 46a5d6cc0c
Pin transformers < 4.49.0 to fix TypeError: LlavaProcessor: got multiple values for keyword argument 'images' (#693) 2025-02-18 14:18:17 +01:00
CalOmnie 1df9dca33a
Make dangerous_patterns a module variable (#505) 2025-02-18 11:03:22 +01:00
Albert Villanova del Moral 2982e88409
Rename doc file extension from .md to .mdx (#691) 2025-02-18 10:25:54 +01:00
ruiyang yang e5a71dab1c
Update docs in zh/examples/multiagents.md (#688)
Co-authored-by: yangruiyang <yangruiyang@bytedance.com>
2025-02-18 10:15:01 +01:00
CalOmnie 4e05fab51d
Refactor evaluate ast to improve readability (#625) 2025-02-18 09:37:40 +01:00
samee99 f631c7521e
Fix typo in error message (#687) 2025-02-18 09:22:09 +01:00
Graham 72ed3fd49d
Move contributing details into contributing file (#651) 2025-02-18 09:18:40 +01:00
Aymeric Roucher 530e405adb
Documentation: manage agent's memory (#675)
Co-authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com>
2025-02-17 17:24:23 +01:00
ruiyang yang 9d2370ed4c
Update the prompts for delegating subtasks to agents in prompt files (#678)
Co-authored-by: yangruiyang <yangruiyang@bytedance.com>
2025-02-17 15:18:32 +01:00
Albert Villanova del Moral 42bce9501a
Pass notebook_folder to build notebook docs (#671) 2025-02-17 14:28:57 +01:00
Albert Villanova del Moral 93de27e88d
Remove deprecated resume_download arg in from_hub (#670) 2025-02-17 11:13:45 +01:00
spemed 1a272f6a9e
Align step numbers in monitoring logging (#667) 2025-02-17 09:22:25 +01:00
Parteek 345f1c35ca
Minor fix save agents (#645)
Co-authored-by: Aymeric Roucher <69208727+aymeric-roucher@users.noreply.github.com>
2025-02-17 09:09:40 +01:00
Albert Villanova del Moral 4755c39e14
Remove non-existent subfolder arg in MultiStepAgent.from_hub (#653) 2025-02-16 09:28:26 +01:00
Aymeric Roucher db2df94241
Fix litellm flatten_messages_as_text detection (#659) 2025-02-15 11:58:39 +01:00
Aymeric 161ef452c3 Merge branch 'main' of github.com:huggingface/smolagents 2025-02-15 11:17:39 +01:00
Aymeric d34e0c81d9 Fix litellm flatten_messages_as_text detection 2025-02-15 11:17:16 +01:00
Albert Villanova del Moral 7765236930
Add docstring args for MultiStepAgent.from_folder (#654) 2025-02-15 10:24:14 +01:00
João Galego a6cc506d09
Bugfix: Groq via LiteLLM 🚅 (#605)
Co-authored-by: Aymeric Roucher <69208727+aymeric-roucher@users.noreply.github.com>
2025-02-14 19:32:12 +01:00
kingdomad a940f42c04
refactor: simplify file type checking from MIME to extension (#342) 2025-02-14 18:03:22 +01:00
Aymeric Roucher 75b0e4f41c
Update README.md 2025-02-14 17:05:52 +01:00
Graham d33bc2dd9e
Improve missing toolcall exception (#614) 2025-02-14 14:49:15 +01:00
Albert Villanova del Moral 4730830780
Bump dev version: v1.10.0.dev0 (#649) 2025-02-14 14:46:00 +01:00
Aymeric Roucher 92aadef707
Fix prompt for toolcalling agent and slightly update doc (#650) 2025-02-14 13:12:10 +01:00
Alex d9da0a70ad
fix tool code generation in case of multiline descriptions (#613) 2025-02-14 12:28:08 +01:00
Robert Hodgson a2e92c74a9
Allow for last_input_token_count=None (#644) 2025-02-14 12:21:41 +01:00
Joe cb2218a86f
Fix for MLX Model when stop sequence is followed by any chars (#623) 2025-02-14 12:17:56 +01:00
Sergio Paniego Blanco 2347631a55
Fix reference to Transformers in docs (#643)
Co-authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com>
2025-02-14 12:13:28 +01:00
Aymeric Roucher b961ecb2f6
Update README.md (#642)
Co-authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com>
2025-02-14 11:58:47 +01:00
crumbly-blue-cheese 0153e37ac9
Removed reference to deprecated single_step in documentation (#608) 2025-02-14 11:54:44 +01:00
Albert Villanova del Moral 94371331bb
Fix evaluate_condition for non-bool result (#638) 2025-02-14 11:21:04 +01:00
Albert Villanova del Moral d02093dc24
Fix PlanningPromptTemplate and its docstring (#648) 2025-02-14 11:20:53 +01:00
Aymeric Roucher 1c1418dfa2
Share full agents (#533)
Co-authored-by: Alex <sysradium@users.noreply.github.com>
Co-authored-by: Parteek <parteekkamboj112@gmail.com>
Co-authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com>
Co-authored-by: David Berenstein <david.m.berenstein@gmail.com>
2025-02-13 16:24:44 +01:00
nishaddeokar 360e1a8781
Fix issue #635. Corrected installation instructions for open_deep_research (#636)
Co-authored-by: Aymeric Roucher <69208727+aymeric-roucher@users.noreply.github.com>
2025-02-13 15:22:46 +01:00
Aymeric Roucher 8e2768336a
Update README.md 2025-02-13 14:13:05 +01:00
Alex b9e94381af
Allow Gradio share parameter passthrough (#490)
Co-authored-by: Aymeric Roucher <69208727+aymeric-roucher@users.noreply.github.com>
2025-02-13 13:41:56 +01:00
Albert Villanova del Moral cfe599c54a
Test evaluate_condition (#634) 2025-02-13 12:03:52 +01:00
Matthias Freiberger f3ee6052db
Adding default parameter for max_new_tokens in TransformersModel (#604) 2025-02-13 12:03:44 +01:00
Sean a427c84c1c
Contribute to the documentation (#630) 2025-02-13 11:36:13 +01:00
Alex 392fc5ade5
LiteLLMModel - detect message flatenning based on model information (#553) 2025-02-13 11:25:02 +01:00
Albert Villanova del Moral 41a388dac6
Refactor operations count state setting (#631) 2025-02-13 11:22:02 +01:00
Aymeric Roucher 3316dd7b11
Remove ManagedAgent from doc (#563) 2025-02-13 11:21:39 +01:00
Albert Villanova del Moral b20da6a747
Fix installation instructions in Open-DeepResearch README (#633) 2025-02-13 10:32:28 +01:00
Albert Villanova del Moral 1516ce8d74
Move plan user prompt to YAML and test text of plan prompts (#591) 2025-02-13 10:13:25 +01:00
Sviatoslav Bilokin 2797f2fb3b
Change math.pow -> pow (#624) 2025-02-13 10:06:59 +01:00
Albert Villanova del Moral c79a354d57
Fix CI quality check by removing trailing whitespace (#628) 2025-02-13 10:05:59 +01:00