v1.0.0
January 30, 2025
1.0.0 - Agno
This is a major refactor to be coupled with the launch of Agno.
Interface Changes:
- Class Renaming: Renamed certain classes. For example, phi.model.x is now agno.models.x. See Changes
- Multi-modal interface updates: We have improved the overall multimodal interface to be more intuitive. See Changes
Improvements:
- Dataclasses: Changed various instances of Pydantic models to dataclasses to improve the speed.
Removals:
- Removed all references to Assistant.
- Removed all references to llm.
- Removed the PhiTools tool.
- Removed the PythonAgent and DuckDbAgent (this will be brought back in future with more specific agents).
Bug Fixes:
- Semantic Chunking: Fixed semantic chunking by replacing similarity_threshold param with threshold param.
New Features:
- Evals for Agents: Introducing Evals to measure the performance, accuracy, and reliability of your Agents.