github agno-agi/agno v2.2.7

latest release: v2.2.8
6 hours ago

Changelog

New features

  • Run context: You can now gain access to the run context in your tools, hooks, tool hooks, dependency functions and instructions functions, by adding adding the run_context parameter to them. This streamlines access and management of state data, and fixes some edge cases. Read more in our docs.
  • RedisVL Vector DB: Added support for Redis as a VectorDB for Knowledge. See the docs
  • VLLM Embeddings: Added support for using vLLM models for embeddings. See the docs.

Improvements

  • MCP tool name prefix: Added tool_name_prefix as a parameter in the MCPTools class, allowing to add a prefix to all tool names related to the contextual MCP server. This is useful to avoid name collisions when using multiple MCP servers.
  • AgentOS Improved Logging: Added more logs for internal errors or any other HTTP exceptions, for easier debugging.

Bug Fixes:

  • update_cultural_knowledge in Culture not working with async db: Fix async CultureManager functions to use correct functions for async db.
  • Remove highlights from ExaTools: Highlights was removed as a parameter from Exa from v2.0.0 onwards. For newer versions
  • AsyncDB on Knowledge Filtering: Fixed issues when using knowledge filters and async databases together.

What's Changed

New Contributors

Full Changelog: v2.2.6...v2.2.7

Don't miss a new agno release

NewReleases is sending notifications on new releases.