diff --git a/libs/python/agent/pyproject.toml b/libs/python/agent/pyproject.toml index 6fea439c..db057570 100644 --- a/libs/python/agent/pyproject.toml +++ b/libs/python/agent/pyproject.toml @@ -70,6 +70,9 @@ cli = [ hud = [ "hud-python==0.4.26", ] +gemini = [ + "google-genai>=1.41.0", +] all = [ # uitars requirements "mlx-vlm>=0.1.27; sys_platform == 'darwin'", @@ -89,6 +92,8 @@ all = [ "yaspin>=3.1.0", # hud requirements "hud-python==0.4.26", + # gemini requirements + "google-genai>=1.41.0", ] [tool.uv]