src/google/adk/integrations/README.md
This directory houses modules that integrate ADK with external tools and services. The goal is to provide an organized and scalable way to extend ADK's capabilities.
Integrations with external systems, such as the Agent Registry, BigQuery, ApiHub, etc., should be developed within sub-packages in this folder. This centralization makes it easier for developers to find, use, and contribute to various integrations.
integrations/my_service/).pyproject.toml. Users will install them using commands
like pip install "google-adk[my_service]". The extra name should match the
integration directory name.ModuleNotFoundError and raise a descriptive error message
guiding the user to the correct installation command.