Skip to content

Commit bca2931

Browse files
committed
update readme
1 parent 4016f34 commit bca2931

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/integrations/mastra/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ This project enables AI agents to interact with web pages through the Mastra fra
2828

2929
1. Clone the repository:
3030
```
31-
git clone https://github.com/browserbase/Stagehand-Mastra-App.git
32-
cd Stagehand-Mastra-App
31+
npx degit browserbase/integrations/examples/integrations/mastra browserbase-mastra
32+
cd browserbase-mastra
3333
```
3434

3535
2. Install dependencies:
@@ -67,9 +67,10 @@ This will start the Mastra development server, giving you access to the integrat
6767
- `stagehandActTool`: Performs actions on web pages
6868
- `stagehandObserveTool`: Identifies elements on web pages
6969
- `stagehandExtractTool`: Extracts data from web pages
70+
- `stagehandNavigateTool` : Navigates to given URLs
7071

7172
3. **Web Agent**
72-
- AI-powered agent using OpenAI's GPT-4
73+
- AI-powered agent using OpenAI's GPT-4o
7374
- Provides natural language interface to web automation
7475
- Integrates all tools into a unified experience
7576

0 commit comments

Comments
 (0)