What's Changed
- Bump dev version: v1.9.0.dev0 by @albertvillanova in #544
- Small update to 'Introduction to Agents' docs format by @sergiopaniego in #548
- Doc grammar fix by @juanqui in #556
- Minor grammar correction by @doomspork in #528
- Fix multiagents docs by @derekalia in #549
- Fix managed agent example by @keetrap in #562
- Add authorized_imports in importFrom errors by @CalOmnie in #506
- chore: fix some typos by @zoupingshi in #557
- Minor fix in the guilded_tour docs by @touseefahmed96 in #578
- Add small readme to open Deep Research by @aymeric-roucher in #581
- Fixed Readme that is missing run.py call by @jsmidt in #585
- Fix 429 Client Error: Too Many Requests in CI test by @albertvillanova in #599
- Remove unused import in guided_tour docs by @albertvillanova in #600
- Test evaluate_delete by @albertvillanova in #519
- Move check_module_authorized out of import_module for use in get_safe_module by @CalOmnie in #507
- Test agent call with provide_run_summary by @albertvillanova in #513
- Create PromptTemplates typed dict by @albertvillanova in #547
- Refactor and test final answer prompts by @albertvillanova in #595
- Make question arg required in Open DeepResearch example by @albertvillanova in #617
- Remove unused api-base arg from Open DeepResearch example by @albertvillanova in #616
- corrected typo in README.md by @blakkd in #609
- MLX model support by @g-eoj in #300
- Add support for non-bool comparison operators. by @kc9zyz in #612
- docs: add Langfuse OpenTelemetry guide by @jannikmaierhoefer in #601
- Remove --prompt argument of instance instruction in README.md by @leeivan1007 in #632
- Fix CI quality check by removing trailing whitespace by @albertvillanova in #628
- Change math.pow -> pow by @Bilokin in #624
- Move plan user prompt to YAML and test text of plan prompts by @albertvillanova in #591
- Fix installation instructions in Open-DeepResearch README by @albertvillanova in #633
- Remove ManagedAgent from doc by @aymeric-roucher in #563
- Refactor operations count state setting by @albertvillanova in #631
- LiteLLMModel - detect message flatenning based on model information by @sysradium in #553
- Contribute to the documentation by @seanxuu in #630
- Adding default parameter for max_new_tokens in TransformersModel by @matfrei in #604
- Test evaluate_condition by @albertvillanova in #634
- Allow Gradio share parameter passthrough by @sysradium in #490
- Fix issue #635. Corrected installation instructions for open_deep_research by @nishaddeokar in #636
- Share full agents by @aymeric-roucher in #533
- Fix PlanningPromptTemplate and its docstring by @albertvillanova in #648
- Fix evaluate_condition for non-bool result by @albertvillanova in #638
- Removed reference to deprecated single_step in documentation by @crumbly-blue-cheese in #608
- Update README.md by @aymeric-roucher in #642
- Fix reference to Transformers in docs by @sergiopaniego in #643
- Fix for MLX Model when stop sequence is followed by any chars by @g-eoj in #623
- Allow for last_input_token_count=None by @Strings-RH in #644
New Contributors
- @juanqui made their first contribution in #556
- @doomspork made their first contribution in #528
- @CalOmnie made their first contribution in #506
- @zoupingshi made their first contribution in #557
- @NeuroWhAI made their first contribution in #576
- @jsmidt made their first contribution in #585
- @blakkd made their first contribution in #609
- @g-eoj made their first contribution in #300
- @kc9zyz made their first contribution in #612
- @jannikmaierhoefer made their first contribution in #601
- @leeivan1007 made their first contribution in #632
- @Bilokin made their first contribution in #624
- @seanxuu made their first contribution in #630
- @matfrei made their first contribution in #604
- @nishaddeokar made their first contribution in #636
- @crumbly-blue-cheese made their first contribution in #608
- @Strings-RH made their first contribution in #644
Full Changelog: v1.8.1...v1.9.0