Open
Conversation
Contributor
There was a problem hiding this comment.
No issues found across 9 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Architecture diagram
sequenceDiagram
participant Client
participant Server as Stagehand Server (v3/v4)
participant Core as Stagehand Core
participant Bedrock as AWS Bedrock API
Note over Client,Bedrock: Request Flow with Bedrock Provider
Client->>Server: Request with Variable Schema
Server->>Core: Initialize Stagehand
Core->>Core: CHANGED: Align Bedrock config validation
alt Invalid Configuration
Core-->>Server: Configuration Error
Server-->>Client: 400 Bad Request
end
Core->>Core: NEW: Restore public variable schema support
Core->>Bedrock: Send prompt + extracted schema
alt Success
Bedrock-->>Core: Model output (JSON)
Core-->>Server: Parsed response
Server-->>Client: 200 OK + Data
else API Error
Bedrock-->>Core: Error
Core-->>Server: Provider Error
Server-->>Client: 500 Internal Server Error
end
ecc1054 to
df531df
Compare
df531df to
4905543
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@browserbasehq/stagehand@3.3.0
Minor Changes
e471d2eThanks @shrey150! - Support Browserbase verified session settings and bump the Browserbase SDK.Patch Changes
#1983
8543c11Thanks @github-actions! - Add variable substitution to the keys tool in both live execution and cache replay paths. When keys steps withmethod="type"contain%variableName%tokens, they are now resolved against the provided variables. This brings the keys tool to parity with the type tool's variable handling.#1973
14b64ecThanks @monadoid! - Enable strict structured outputs for supported model paths.@browserbasehq/stagehand-evals@1.1.11
Patch Changes
8543c11,14b64ec,e471d2e]:@browserbasehq/stagehand-server-v3@3.6.3
Patch Changes
8543c11,14b64ec,e471d2e]:@browserbasehq/stagehand-server-v4@3.6.3
Patch Changes
8543c11,14b64ec,e471d2e]: