v2.5.6

March 2, 2026

Cleaner Google tool imports with a unified sub-package

Google tools have been restructured into a dedicated agno.tools.google sub-package (e.g., from agno.tools.google import GmailTools). This organizes a growing set of Google integrations under a single, predictable namespace. Existing import paths continue to work, so no migration is required.

Details:

  • All Google tools consolidated under agno.tools.google
  • Backward-compatible; legacy imports remain functional
  • Establishes a consistent pattern as Google tool coverage expands