File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
examples/integrations/mastra Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ This project enables AI agents to interact with web pages through the Mastra fra
2828
29291 . 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
35352 . 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
71723 . ** 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
You can’t perform that action at this time.
0 commit comments