v1.7.1
Changelog
New Features:
- Debug Level: Added
debug_level
to bothAgent
andTeam
. This is anint
value of either1
(default) or2
(more verbose logging). Currently this only enables more verbose model logs, but will be used more widely in future.
Improvements:
- Parser Model on Teams: Added
parser_model
support forTeam
. See docs here. - Support for Gemini Thinking: Added
thinking_budget
andinclude_thoughts
parameters forGemini
model class. - Serper Tools: Made updates to the toolkit to include new tools
search_news
,search_scholar
andscrape_webpage
. - Valyu Tools: New Valyu toolkit for Deep Search capabilities of academic sources.
- Oxylabs: Added
OxylabsTools
for adding more web-scraping capabilities to agents.
Bug Fixes:
- DuckDB CSV parsing error: For CSV files use the custom
read_csv
method for improved CSV parsing - Full Team Metrics: Fixed an issue with calculation of the
full_team_session_metrics
on Teams.
What's Changed
- fix: cohere tool calling by @Ayush0054 in #3693
- feat: Add debug_level paramater by @dirkbrnd in #3702
- fix: gmail-tools by @ysolanky in #3703
- Fix: agents deepcopy memory by @dirkbrnd in #3716
- fix: Teams - Ensure we use UUID as a backup member_id by @dirkbrnd in #3717
- feat: Gemini thinking configuration by @Mustafa-Esoofally in #3675
- feat: Add new tools to Serper toolkit by @Mustafa-Esoofally in #3697
- Update scrapegraph.py by @VinciGit00 in #3734
- feat: Valyu toolkit by @yorkeccak in #3599
- fix: full team session metrics by @manuhortet in #3736
- Fix: DuckDB CSV handling by @Mustafa-Esoofally in #3730
- fix: allow Team as agent for OpenAIToolkit by @kepler in #3735
- fix: display non-ascii chars correctly in ExaTools result by @zhixing0 in #3732
- [fix] Remove get_request_params argument from ollama chat() API call by @cookieshake in #3689
- fix: streaming structured output by @ysolanky in #3679
- feat: Add oxylabs toolkit by @oxy-giedrius in #3353
- fix get_embedding function return value not List[float] bug by @SongYippee in #3725
- chore: Release 1.7.1 by @dirkbrnd in #3740
New Contributors
- @VinciGit00 made their first contribution in #3734
- @yorkeccak made their first contribution in #3599
- @zhixing0 made their first contribution in #3732
- @cookieshake made their first contribution in #3689
- @oxy-giedrius made their first contribution in #3353
- @SongYippee made their first contribution in #3725
Full Changelog: v1.7.0...v1.7.1