-
Notifications
You must be signed in to change notification settings - Fork 4.6k
chore: Release 1.5.0 #3171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
chore: Release 1.5.0 #3171
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mustafa-Esoofally
pushed a commit
that referenced
this pull request
Jun 4, 2025
# Changelog ## New Features: - **Azure OpenAI Tools**: Added image generation via Dall-E via Azure AI Foundry. - **OpenTelemetry Instrumentation:** We have contributed to the [OpenInference](https://github.com/Arize-ai/openinference) project and added an auto-instrumentor for Agno agents. This adds tracing instrumentation for Agno Agents for any OpenTelemetry-compatible observability provider. These include Arize, Langfuse and Langsmith. Examples added to illustrate how to use each one ([here](https://github.com/agno-agi/agno/tree/main/cookbook/observability)). - **Evals Updates**: Added logic to run accuracy evaluations with pre-generated answers and minor improvements for all evals classes. - **Hybrid Search and Reranker for Milvus Vector DB:** Added support for `hybrid_search` on Milvus. - **MCP with Streamable-HTTP:** Now supporting the streamable-HTTP transport for MCP servers. ## Improvements: - **Knowledge Filters Cookbook:** Instead of storing the sample data locally, we now pull it from s3 at runtime to keep the forking of the repo as light as possible. ## Bug Fixes: - **Team Model State:** Fixed issues related to state being shared between models on teams. - **Concurrent Agent Runs**: Fixed certain race-conditions related to running agents concurrently. ## Breaking changes: - **Evals Refactoring:** - Our performance evaluation class has been renamed from `PerfEval` to `PerformanceEval` - Our accuracy evaluation class has new required fields: `agent`, `prompt` and `expected_answer` - **Concurrent Agent Runs:** We removed duplicate information from some events during streaming (`stream=True`). Individual events will have more relevant data now.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
New Features:
hybrid_searchon Milvus.Improvements:
Bug Fixes:
Breaking changes:
PerfEvaltoPerformanceEvalagent,promptandexpected_answerstream=True). Individual events will have more relevant data now.