Download Latest Version v2.5.14 source code.tar.gz (15.2 MB)
Email in envelope

Get an email when there's a new version of Agno

Home / v2.5.14
Name Modified Size InfoDownloads / Week
Parent folder
README.md < 12 hours ago 2.5 kB
v2.5.14 source code.tar.gz < 12 hours ago 15.2 MB
v2.5.14 source code.zip < 12 hours ago 17.5 MB
Totals: 3 Items   32.7 MB 0

Changelog

New Features:

  • Fallback Models: Added support for Fallback Models on Agents and Teams. See docs

    :::python agent = Agent( model=OpenAIChat(id="gpt-4o", base_url="http://localhost:1/v1", retries=0), fallback_models=[Claude(id="claude-sonnet-4-20250514")], )

  • Azure Blob Storage: Added SAS token authentication support for AzureBlobConfig.

  • SlackTools: Added workspace search tool to SlackTools.

Bug Fixes:

  • LearningMachine: Fixed to filter non-conversational messages from learning extraction.
  • OpenAIResponses: Fixed to use correct MIME type for image bytes in OpenAI Responses API.
  • Claude: Add automatic trailing user message injection for Claude 4.6+ models that don't support assistant message prefill, with centralized detection across all providers (Anthropic, Bedrock, Vertex AI, LiteLLM).

What's Changed

Full Changelog: https://github.com/agno-agi/agno/compare/v2.5.13...v2.5.14

Source: README.md, updated 2026-04-02