Releases: browserbase/stagehand-rust
Releases · browserbase/stagehand-rust
v0.4.0
What's Changed
- Remove deprecated headers and standardize README by @pirate in #1
- Fix media URLs to use absolute GitHub paths by @pirate in #2
- Refactor model API key documentation by @pirate in #3
- Fix media URLs to use absolute GitHub paths by @pirate in #4
- Update README.md by @pirate in #5
- Add page helper by @monadoid in #6
- docs: update navigation examples to use
navigateinstead ofactby @danieldaquino in #9
New Contributors
- @pirate made their first contribution in #1
- @monadoid made their first contribution in #6
- @danieldaquino made their first contribution in #9
Full Changelog: v0.3.2...v0.4.0
v0.3.2
v0.3.1
v0.3.0
Initial Release 🎉
First public release of the Stagehand Rust SDK.
Features
- Browserbase Cloud Support: Drive Browserbase cloud browser sessions
- AI-Driven Actions: Use natural language instructions via
act() - Structured Data Extraction: Extract typed data with
extract() - Element Observation: Identify interactive elements with
observe() - Agent Execution: Run multi-step AI agents with
execute() - Streaming Responses: Real-time progress updates via SSE
- CDP Access: Get CDP WebSocket URL to connect chromiumoxide or other CDP clients
Installation
[dependencies]
stagehand_sdk = "0.3"See the README for full documentation.