Having a community repository is great for collecting options for storage, etc. The current pyproject.toml forces installation of dependencies for all existing community extras whether they are desired or not.
It would be easier to use with a pip install google-adk-community[extra-name] syntax to allow for choice of redis, open memory, etc components.