Skip to content

Commit

Permalink
Release 1.0.2 (#1960)
Browse files Browse the repository at this point in the history
# Changelog

## Improvements:

- **Model Client Caching:** Made all models cache the client
instantiation, improving Agno agent instantiation time
- **XTools:** Renamed `TwitterTools` to `XTools` and updated
capabilities to be compatible with Twitter API v2.

## Bug Fixes:

- Removed `slots=true` from the agent dataclass decorator which was not
compatible with Python <3.10
- Fixed issue with AzureOpenAIEmbedder not being correctly made a
dataclass
  • Loading branch information
dirkbrnd authored Jan 31, 2025
1 parent 6653576 commit aaf7be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/agno/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "agno"
version = "1.0.1"
version = "1.0.2"
description = "Agno: a lightweight framework for building multi-modal Agents"
requires-python = ">=3.7,<4"
readme = "README.md"
Expand Down

0 comments on commit aaf7be3

Please sign in to comment.