Commit Graph

425 Commits

Author SHA1 Message Date
Albert Villanova del Moral 91badcc054
Fix 429 Client Error: Too Many Requests in CI test (#599) 2025-02-11 10:42:27 +01:00
Albert Villanova del Moral f6b0a12408
Do not pass system prompt to update plan and test plan prompts (#586) 2025-02-10 16:23:04 +01:00
Joseph Smidt a6341f227f
Fixed Readme that is missing run.py call (#585) 2025-02-10 15:42:20 +01:00
Aymeric Roucher 8359283494
Add small readme to open Deep Research (#581)
Co-authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com>
2025-02-10 14:04:12 +01:00
Ilya Gusev 75fe8cdd63
Bugfix: problems with the prompt refactoring of the planning step (#564) 2025-02-10 11:29:26 +01:00
NeuroWhAI 75b2a10fbc
Restore missing user prompt for initial facts (#576)
Co-authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com>
2025-02-10 10:00:02 +01:00
Touseef Ahmad 3a90bd7164
Minor fix in the guilded_tour docs (#578) 2025-02-10 08:02:44 +01:00
zoupingshi d74837b10a
chore: fix some typos (#557)
Signed-off-by: zoupingshi <hangfachang@outlook.com>
2025-02-09 17:40:42 +01:00
CalOmnie 01c510658d
Add authorized_imports in importFrom errors (#506) 2025-02-09 17:40:16 +01:00
Parteek 881ce13635
Fix managed agent example (#562)
Co-authored-by: Aymeric Roucher <69208727+aymeric-roucher@users.noreply.github.com>
2025-02-09 17:10:51 +01:00
Derek Alia 3fc2d0e4e8
Fix multiagents docs (#549) 2025-02-09 16:20:23 +01:00
Sean Callan 63adfcd836
Minor grammar correction (#528) 2025-02-08 21:33:38 +01:00
Juan Villa fe92c82cb8
Doc grammar fix (#556) 2025-02-08 21:31:58 +01:00
Sergio Paniego Blanco b6ad9a4bc6
Small update to 'Introduction to Agents' docs format (#548) 2025-02-07 19:01:38 +01:00
Albert Villanova del Moral dbd1e3c1b2
Bump dev version: v1.9.0.dev0 (#544) 2025-02-07 16:11:05 +01:00
Albert Villanova del Moral 823b8df0fb
Test E2B Executor (#540) 2025-02-07 15:51:14 +01:00
Aymeric Roucher ec66b56550
Fix some doc examples (#542) 2025-02-07 15:50:46 +01:00
Albert Villanova del Moral 64b99724db
Delete non-exisiting accelerate extra (#539) 2025-02-07 15:48:38 +01:00
Albert Villanova del Moral ff73f5326e
Fix deprecation warning from importlib.resources.read_text (#543) 2025-02-07 15:38:15 +01:00
Albert Villanova del Moral ecabb9ea4f
Delete prompts_path argument and use prompt_templates (#541) 2025-02-07 15:29:03 +01:00
Albert Villanova del Moral fd9eec8433
Pin openinference-instrumentation-smolagents >= 0.1.4 (#535) 2025-02-07 15:09:01 +01:00
Albert Villanova del Moral 127a042cfb
Fix installation with data files (#536) 2025-02-07 13:44:42 +01:00
Albert Villanova del Moral 932298696c
Support disabling logging to terminal (#512) 2025-02-07 13:44:21 +01:00
Aymeric Roucher 3d5d526ef5
Create simpler example open-deep-research (#534) 2025-02-07 12:55:39 +01:00
femto da1d7b9094
add self.logger = logger for e2b_executor (#537) 2025-02-07 11:22:58 +01:00
Albert Villanova del Moral 8965b6a573
Set MAX_WHILE_ITERATIONS as module variable (#520) 2025-02-07 10:59:39 +01:00
Albert Villanova del Moral c4bd41d39c
Test HfApiModel call with custom_role_conversions (#517) 2025-02-07 10:56:42 +01:00
Rehan ec8e830e7b
Fix Typo (#529) 2025-02-07 05:56:14 +01:00
Aymeric Roucher 8ba036bba0
Refactor prompts (#502)
Co-authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com>
2025-02-06 18:21:46 +01:00
Touseef Ahmad f09b17f86d
Add doc for FinalAnswerTool, GoogleSearchTool, SpeechToTextTool (#516) 2025-02-06 14:05:13 +01:00
Albert Villanova del Moral e872d91972
Test PrintContainer (#515)
* Rename test_python_interpreter to test_local_python_executor

* Test PrintContainer

* Fix CI tests
2025-02-06 14:02:52 +01:00
Taylor Brazelton 6cd5b6adaf
Update README.md (#492)
Fix for incorrect link to Helium github repo.
2025-02-06 10:23:12 +01:00
Albert Villanova del Moral ce5ede8c12
Suppress terminal logging in CI tests (#504)
* Test logging to terminal is disabled for testing

* Suppress terminal logging in CI tests

* Pass verbosity_level to test terminal logging output

* Refactor
2025-02-05 18:48:39 +01:00
Albert Villanova del Moral 66b76200e7
Initialize step_number attribute (#497)
* Test step_number attribute is initialized

* Initialize step_number attribute

* Fix style
2025-02-05 11:55:37 +01:00
Taha Yassine 90c30fa62b
Bump litellm to 1.60.2 (fixes #34) (#488) 2025-02-05 11:43:02 +01:00
Taha Yassine 26c733c745
Fix undefined `step_number` in single_step run (#495)
* Fix undefined step_number

* Test step_number is defined after single_step run

---------

Co-authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com>
2025-02-05 09:00:19 +01:00
vanrohan 8b1dd44010
Fix link in README.md (#496)
Helium link was pointing to wrong repo
2025-02-05 08:25:56 +01:00
Aymeric Roucher 8b02821ac2
Open Deep Research (#317)
* Create an open Deep Research

Co-authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com>

---------

Co-authored-by: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com>
2025-02-04 17:13:21 +01:00
Parteek a8918f7a60
fix tool push to hub (#460) 2025-02-04 12:35:04 +01:00
Sergio Paniego Blanco a6d2cdaaef
Added HfApiModel import to web browser example (#461) 2025-02-04 12:34:15 +01:00
Aymeric Roucher d69ae028fa
Simplify managed agents (#484)
* Simplify managed agents
2025-02-03 21:19:54 +01:00
hante dd84e7333d
Fixed demo typo in README.md (#481) 2025-02-03 17:16:56 +01:00
Alex 6d72ea7283
fix ollama integration by forcing flat messages (#406) 2025-02-03 16:54:56 +01:00
Albert Villanova del Moral 183869de04
Fix SpeechToTextTool new instance (#478)
* Test SpeechToTextTool new instance

* Fix SpeechToTextTool new method
2025-02-03 11:42:03 +01:00
Aymeric Roucher 44f94eaa2d
Improve Readme: shorter intro, VLMs, MCP, etc (#459)
* Improve Readme: shorter intro, VLMs, MCP, etc
2025-02-03 11:13:49 +01:00
Albert Villanova del Moral 318b9e6700
Remove default max_tokens for all models (#475) 2025-02-03 11:10:20 +01:00
Aymeric Roucher 42f95d8ee1
Add visualization method to display the agent' structure as a tree 🌳 (#470) 2025-02-03 11:07:05 +01:00
Drew Ross 39908439d2
Fix link to Helium repository in README.md (#471) 2025-02-03 08:00:44 +01:00
Merve Noyan 93c433c81f
Add ToC and CLI docs (#455)
---------

Co-authored-by: Aymeric Roucher <69208727+aymeric-roucher@users.noreply.github.com>
2025-01-31 16:26:42 +01:00
Albert Villanova del Moral e26aed68e8
Bump dev version: v1.8.0.dev0 (#451) 2025-01-31 14:21:02 +01:00