Changelog
Improvements:
- Model Client Caching: Made all models cache the client instantiation, improving Agno agent instantiation time
- XTools: Renamed
TwitterTools
toXTools
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
What's Changed
- Update issue templates by @ysolanky in #1950
- Remove slots from the Agent class by @ashpreetbedi in #1957
- Rename twitter toolkit. by @dirkbrnd in #1926
- Fix azure embedder by @manthanguptaa in #1959
- Cache model clients by @ashpreetbedi in #1949
- Release 1.0.2 by @dirkbrnd in #1960
Full Changelog: v1.0.1...v1.0.2