v1.0.2

January 31, 2025

1.0.2

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:
  • Agent Dataclass Compatibility: Removed slots=True from the agent dataclass decorator, which was not compatible with Python <3.10.
  • AzureOpenAIEmbedder: Fixed issue where AzureOpenAIEmbedder was not correctly made a dataclass.