github agno-agi/agno v2.5.7

10 hours ago

New Features:

  • OpenAI-Like Embedder: Added OpenAILikeEmbedder for providers with OpenAI compatible embedding endpoints

Improvements:

  • Session Search Tool: Agents and teams can now browse previous sessions with a two-step search_past_sessions + read_past_session pattern. Session previews show per-run user/assistant pairs instead of a single message, with configurable limits on sessions searched (num_past_sessions_to_search) and preview depth (num_past_session_runs_in_search). read_past_session accepts an optional num_runs parameter so the model can avoid pulling in full conversations from long sessions.

Bug Fixes:

  • ChromaDB: Added ID deduplication for documents with identical content across all insert and upsert methods.
  • Azure OpenAI Embedder: Added support for non-default Azure-deployed models (e.g. Cohere) and improved dimensions handling for custom deployments.
  • Slack Interface: Fixed a bug preventing user_id from being propagated

What's Changed

New Contributors

Full Changelog: v2.5.6...v2.5.7

Don't miss a new agno release

NewReleases is sending notifications on new releases.