github agno-agi/agno v2.5.11

latest releases: v2.6.7, v2.6.6, v2.6.5...
one month ago

Changelog

New Features:

  • Google Sides Toolkit: Added new slides toolkits for creating / editing and working with Google slides
  • Google Auth Toolkit: Added GoogleAuth toolkit and shared auth decorator for Google toolkits.
  • Models: Added cross-model tool call compatibility to facilitate interchanging model pattern.
  • Chunking: Added custom prompt support to AgenticChunking
  • Perplexity: Added a PerplexitySearch toolkit.

Improvements:

  • Migration: Added migration for approvals table run_status column valid for ≥v2.5.6
  • LanceDb: Updated to deduplicate search results in search() in order to avoid hybrid search returning the same document from both vector and FTS branches.
  • Seltz Toolkit: Updates for Seltz SDK integration from 0.1.x to 0.2.0.

Bug Fixes:

  • Team: Fixed async toolkit tools not appearing in team system message tool names.
  • LanceDB: Fixed duplicate results when using hybrid search.
  • Claude:
    • Added support for Anthropic's top-level output_config request parameter for Claude wrappers, so users can pass values like output_config={"effort": "high"} together with adaptive thinking.
    • Preserve $defs in Claude tool schema formatting
    • Extract file_ids and container info in streaming path for Claude skills
  • Tool Calling: Fixed parsing of tool calls to use assign instead of append function name in streaming parse_tool_calls.
  • LiteLLM: Updated to prevent empty strings from overwriting tool names in LiteLLM streaming
  • AWS Bedrock: Fixed to ****fail fast for unsupported AWS_BEDROCK_API_KEY auth in Claude.
  • Azure OpenAI: Fixed to override deepcopy to preserve client references.
  • Openrouter: Fixed to skip empty reasoning block for non-reasoning models.
  • Caching Responses: Updated to handle non-serializable types in cache key generation.

What's Changed

New Contributors

Full Changelog: v2.5.10...v2.5.11

Don't miss a new agno release

NewReleases is sending notifications on new releases.