Commit Graph

446 Commits

Author SHA1 Message Date
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
Ivan Lee 5dbbe71285
Remove --prompt argument of instance instruction in README.md (#632) 2025-02-13 09:36:46 +01:00
Jannik Maierhöfer e27e83f645
docs: add Langfuse OpenTelemetry guide (#601) 2025-02-12 19:08:05 +01:00
Billy Neuson 5fd0a2e86e
Add support for non-bool comparison operators. (#612) 2025-02-12 19:04:31 +01:00
Joe 9b96199d00
MLX model support (#300) 2025-02-12 18:30:25 +01:00
blakkd bca3a9bc13
corrected typo in README.md (#609) 2025-02-12 14:22:52 +01:00
Albert Villanova del Moral 2ea374cd51
Remove unused api-base arg from Open DeepResearch example (#616) 2025-02-12 13:56:59 +01:00
Albert Villanova del Moral 06e23f14e2
Make question arg required in Open DeepResearch example (#617) 2025-02-12 13:20:01 +01:00
Albert Villanova del Moral 833aec9198
Refactor and test final answer prompts (#595) 2025-02-12 09:30:26 +01:00
Albert Villanova del Moral 02b2b7ebb9
Create PromptTemplates typed dict (#547) 2025-02-12 08:45:56 +01:00
Albert Villanova del Moral a17f915f61
Test agent call with provide_run_summary (#513) 2025-02-11 15:51:49 +01:00
CalOmnie 9318c8cae3
Move check_module_authorized out of import_module for use in get_safe_module (#507)
Co-authored-by: Aymeric Roucher <69208727+aymeric-roucher@users.noreply.github.com>
2025-02-11 11:21:43 +01:00
Albert Villanova del Moral 8c6f90cc11
Test evaluate_delete (#519) 2025-02-11 11:06:31 +01:00
Albert Villanova del Moral af665c300c
Remove unused import in guided_tour docs (#600) 2025-02-11 10:55:35 +01:00
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