Skip to content

Commit e1e4159

Browse files
authored
Release 1.1.8 (#2278)
# Changelog ## New Features: - **Video File Upload on Playground**: You can now upload video files and have a model interpret the video. This only works with certain Gemini models that support video. ## Bug Fixes: - **Huggingface**: Fixed multiple bugs with the huggingface model integration. It now supports tool calling for non-streaming cases. - **Gemini:** Fixed issue with manually setting the assistant role and tool call result metrics. - **OllamaEmbedder**: Fixed issue where no embeddings were returned.
1 parent e7d7e35 commit e1e4159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/agno/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "agno"
3-
version = "1.1.7"
3+
version = "1.1.8"
44
description = "Agno: a lightweight framework for building multi-modal Agents"
55
requires-python = ">=3.7,<4"
66
readme = "README.md"

0 commit comments

Comments
 (0)