Skip to content

Conversation

@dirkbrnd
Copy link
Contributor

@dirkbrnd dirkbrnd commented Jul 3, 2025

Changelog

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.

@dirkbrnd dirkbrnd changed the title Release 1.7.1 chore: Release 1.7.1 Jul 3, 2025
@dirkbrnd dirkbrnd marked this pull request as ready for review July 3, 2025 16:17
@dirkbrnd dirkbrnd requested a review from a team as a code owner July 3, 2025 16:17
@dirkbrnd dirkbrnd merged commit e9d640f into main Jul 4, 2025
29 of 30 checks passed
@dirkbrnd dirkbrnd deleted the release-1.7.1 branch July 4, 2025 08:11
kausmeows added a commit that referenced this pull request Jul 4, 2025
# Changelog

## 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](https://docs.agno.com/teams/structured-output#using-a-parser-model).
- **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.

---------

Co-authored-by: Kaustubh <shuklakaustubh84@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants