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
* fix cua example, remove root model
* formatting
* so formatted
* add changeset
* fix anthropic cua and add self heal back to agent exmaples
* formatting
* add back point and function argument types
console.print("\n▶️ [highlight] Navigating[/] to Google")
53
+
awaitstagehand.page.goto("https://google.com/")
54
+
console.print("✅ [success]Navigated to Google[/]")
55
+
56
+
console.print("\n▶️ [highlight] Using Agent to perform a task[/]: playing a game of 2048")
57
+
agent=stagehand.agent(
58
+
model="gemini-2.5-computer-use-preview-10-2025",
59
+
instructions="You are a helpful web navigation assistant that helps users find information. You are currently on the following page: google.com. Do not ask follow up questions, the user will trust your judgement.",
0 commit comments