v1.7.1

June 30, 2025

1.7.1

New Features:
  • Debug Level: Added debug_level to both Agent and Team. This is an int value of either 1 (default) or 2 (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 for Team. See docs here.
  • Support for Gemini Thinking: Added thinking_budget and include_thoughts parameters for Gemini model class.
  • Serper Tools: Made updates to the toolkit to include new tools search_news , search_scholar and scrape_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.