New
v2.4.0
Changelog
New Features:
- Knowledge Protocol: Introduced
KnowledgeProtocolThe main Knowledge implementation now satisfies this interface. Any other implementation may be used with Agent/Team. Note - Only the main Agno Knowledge implementation of this protocol currently supports AgentOS Knowledge management. - Agent Builder: Users can now persist and manage Agent, Team, and Workflow configurations directly in the database. New AgentOS endpoints enable programmatic creation, retrieval, and updates of component definitions.
- New Events: Added new events for Model, compression and memory.
ModelRequestStartedandModelRequestCompletedCompressionStartedandCompressionCompleted- Update
MemoryUpdateCompletedto contain the memory content.
- Gemini file inputs: Add direct GCS and external URL support for Gemini file inputs
- TavilyTools: Add
api_base_urlparameter support to TavilyTools for custom hosted usecases.