Anirudh Kamath
Anirudh Kamath
# why Follows the pattern of #326 to move extract and observe to the Page object # what changed - `stagehand.extract` and `stagehand.observe` are now deprecated in favor of `stagehand.page.extract`...
# why #326 moved `act` from `stagehand` to `stagehand.page` and deprecated `stagehand.act`. This changes evals to account for this change. # what changed Evals now point to `stagehand.page.act` instead of...
V2
# why # what changed # test plan
# why # what changed # test plan
temp
# why # what changed # test plan
We need better telemetry on how many input/output tokens went into each Stagehand function so we can help people better measure cost with Stagehand and help facilitate cost-benefit analysis of...
Docs
# why # what changed # test plan
We should refactor our `init` scripts to make what's currently possible in `initFromPage` to run directly from `init` without the need for a separate method. This means being able to...
We're using an old and unmaintained build tool. ESBuild or other build tools are more prevalent and well maintained, and we should switch to that instead. Would love suggestions from...
It seems like a cache directory is created even when caching is disabled. This can become a problem when the library is used in an environment where mkdir is not...