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
7 changes: 4 additions & 3 deletions examples/integrations/mastra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ This project enables AI agents to interact with web pages through the Mastra fra

1. Clone the repository:
```
git clone https://github.com/browserbase/Stagehand-Mastra-App.git
cd Stagehand-Mastra-App
npx degit browserbase/integrations/examples/integrations/mastra browserbase-mastra
cd browserbase-mastra
```

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

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

Expand Down
Loading