You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -162,7 +162,7 @@ Inherits all `OpenAIAgent` parameters.
162
162
### GeminiAgent
163
163
164
164
```python
165
-
from hud.agents import GeminiAgent
165
+
from hud.agents.geminiimport GeminiAgent
166
166
```
167
167
168
168
Google Gemini agent for standard tool-calling tasks.
@@ -192,7 +192,7 @@ agent = GeminiAgent.create(
192
192
### GeminiCUAAgent
193
193
194
194
```python
195
-
from hud.agents import GeminiCUAAgent
195
+
from hud.agents.gemini_cuaimport GeminiCUAAgent
196
196
```
197
197
198
198
Google Gemini Computer Use Agent with native computer-use capabilities. Extends `GeminiAgent` with support for Gemini's predefined computer actions (click, type, scroll, etc.).
0 commit comments