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
docs: add agent gif, formatting on agent rules, switch orientation of copy … (#1004)
…and chat for contextual menu
# why
agent should have a visual to show what is going on behind the scenes
cursorrules formatting was a little weird
it's more intuitive to have copy before chat
# what changed
# test plan
Copy file name to clipboardExpand all lines: docs/basics/agent.mdx
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ description: 'Automate complex workflows with AI powered browser agents'
9
9
agent.execute("apply for a job at browserbase")
10
10
```
11
11
`agent` turns high level tasks into **fully autonomous** browser workflows. You can customize the agent by specifying the LLM provider and model, setting custom instructions for behavior, and configuring max steps.
Stagehand provides an Agent System for autonomous web browsing using Computer Use Agents (CUA). Agents execute multi-step workflows using natural language instructions.
0 commit comments