Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V2 #324

Merged
merged 18 commits into from
Dec 24, 2024
Merged

V2 #324

merged 18 commits into from
Dec 24, 2024

Conversation

kamath
Copy link
Contributor

@kamath kamath commented Dec 21, 2024

why

We want act/extract/observe to be at the page level to give us the ability to modify the Playwright page as needed. act/extract/observe at the stagehand level will be deleted in v2, but it's deprecated as of now

what changed

  • Move act/extract/observe into stagehand.page, forward stagehand.act/extract/observe into stagehand.page, and deprecate act/extract/observe at the stagehand level.
  • Also add a bunch of new deterministic e2e tests using base playwright to make sure we're not breaking anything fundamental in playwright itself

test plan

  • evals!

Copy link

changeset-bot bot commented Dec 21, 2024

🦋 Changeset detected

Latest commit: 0459dba

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@browserbasehq/stagehand Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

* need to actually move to act to page now

* move act -> page

* fix e2e

* fix tests

* readme

* changeset

* package json and changeset

* don't fail on combo evals
* move act evals to stagehand.page

* add basic act and make act necessary in type
* move act evals to stagehand.page

* add basic act and make act necessary in type

* move extract and observe

* example

* changeset
@kamath kamath marked this pull request as ready for review December 23, 2024 06:19
@kamath kamath marked this pull request as draft December 23, 2024 06:19
seanmcguire12 and others added 3 commits December 22, 2024 23:40
* add docs, move scoring functions to scoring.ts, move experiment naming to utils.ts

* add initStagehand.ts

* break up index.evals.ts and utils into smaller files

* export LogLineEval

* typing

* follow StagehandConfig pattern

* choose api key based on model name

* Use CI on v2 branch

* branch

* stagehand.page tests

* dont run on BB

* prettier

* pls dont fail

* headless

---------

Co-authored-by: Anirudh Kamath <[email protected]>
* add extract evals for stagehand.page

* fix typign

* smh i didn't actually run extract
* change stagehand.observe to stagehand.page.observe in evals

* changeset
@kamath kamath marked this pull request as ready for review December 23, 2024 23:25
ObserveResult,
} from "./stagehand";
import type { z } from "zod";
export interface Page extends PlaywrightPage {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be named StagehandPage imo to reduce potential confusion

seanmcguire12 and others added 3 commits December 23, 2024 17:17
* add docs, move scoring functions to scoring.ts, move experiment naming to utils.ts

* add initStagehand.ts

* break up index.evals.ts and utils into smaller files

* export LogLineEval

* typing

* follow StagehandConfig pattern

* choose api key based on model name

* Use CI on v2 branch

* branch

* BrowserContext tests

* file path

---------

Co-authored-by: Anirudh Kamath <[email protected]>
@kamath kamath merged commit cd23fa3 into main Dec 24, 2024
4 checks passed
@kamath kamath deleted the v2 branch December 24, 2024 05:10
@github-actions github-actions bot mentioned this pull request Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants