Skip to content

Commit 9df1660

Browse files
authored
remove experimental cua (#87)
1 parent 640b829 commit 9df1660

File tree

3 files changed

+0
-591
lines changed

3 files changed

+0
-591
lines changed

stagehand/agent/agent.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@
99
)
1010
from .anthropic_cua import AnthropicCUAClient
1111
from .client import AgentClient
12-
from .google_cua import GoogleCUAClient
1312
from .openai_cua import OpenAICUAClient
1413

1514
MODEL_TO_CLIENT_CLASS_MAP: dict[str, type[AgentClient]] = {
1615
"computer-use-preview": OpenAICUAClient,
1716
"claude-3-5-sonnet-latest": AnthropicCUAClient,
1817
"claude-3-7-sonnet-latest": AnthropicCUAClient,
19-
"models/computer-use-exp": GoogleCUAClient,
2018
}
2119

2220
AGENT_METRIC_FUNCTION_NAME = "AGENT_EXECUTE_TASK"

0 commit comments

Comments
 (0)