Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/docs/v2/basics/agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ await agent.execute("apply for a job at Browserbase")
```
</CodeGroup>

<Callout icon="code" color="#6ec202" iconType="regular">View or run the example template [here](https://www.browserbase.com/templates/gemini-cua)</Callout>

### Use Stagehand Agent with Any LLM

Use the agent without specifying a provider to utilize any model or LLM provider:
Expand Down
4 changes: 3 additions & 1 deletion packages/docs/v2/best-practices/computer-use.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,6 @@ await agent.execute(
max_steps=10,
)
```
</CodeGroup>
</CodeGroup>

<Callout icon="code" color="#6ec202" iconType="regular">View or run the example templates [here](https://www.browserbase.com/templates?category=Computer+Use+Agents)</Callout>
4 changes: 2 additions & 2 deletions packages/docs/v2/first-steps/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ Stagehand is designed for developers building production browser automations and
Generate Stagehand scripts with AI
</Card>
<Card
title="View Examples"
title="View Templates"
icon="code"
href="https://github.com/browserbase/stagehand/tree/v2/examples"
href="https://www.browserbase.com/templates"
>
See real-world automation examples
</Card>
Expand Down
4 changes: 3 additions & 1 deletion packages/docs/v3/best-practices/computer-use.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,6 @@ const agent = stagehand.agent({
});
```
</Tab>
</Tabs>
</Tabs>

<Callout icon="code" color="#6ec202" iconType="regular">View or run the example templates [here](https://www.browserbase.com/templates?category=Computer+Use+Agents)</Callout>
4 changes: 2 additions & 2 deletions packages/docs/v3/first-steps/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ Stagehand is designed for developers building production browser automations and
Generate Stagehand scripts with AI
</Card>
<Card
title="View Examples"
title="View Templates"
icon="code"
href="https://github.com/browserbase/stagehand/tree/main/packages/core/examples"
href="https://www.browserbase.com/templates"
>
See real-world automation examples
</Card>
Expand Down