v1.7.1
June 30, 2025
1.7.1
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.