Sameel

Results 7 issues of Sameel

# Feature request Add a method for making the browser wait for a given event to occur, given a natural-language input. ## Ideas for Syntax As a parameter in existing...

enhancement

Feature request: add `image` property to `extract`/`act` commands: ```ts const price = await stagehand.extract({ instruction: "extract the price for the watch that looks most similar to the image", image: |...

# why `lib/index.ts` was getting cluttered # what changed I moved all stagehand classes into the `lib/stagehand` folder and also created a singular export for all `types` # test plan...

# why We want an easy way to view eval category performance # what changed Added comments from the CI, which log the performance of each eval category # test...

combination

# why To extend the functionality of the `execute` function. This allows people to further build off of our agentic loop. # what changed Added `onStep`, `onSuccess`, and `onFailure` hooks...

# why # what changed # test plan

# why Need to support Azure/Bedrock and all other AI SDK providers that have more than just an `apiKey` parameter. # what changed Allowed free input of `modelClientOptions` and added...