-
Notifications
You must be signed in to change notification settings - Fork 33
add hyperbrowser integration for langgraph cua #24
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
base: main
Are you sure you want to change the base?
add hyperbrowser integration for langgraph cua #24
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@NikhilShahi sorry, I must not have been super clear when I was explaining what I was looking for here. We don't want a unique prebuilt agent for hyperbrowser, but instead it should be a config option you pass to the existing CUA agent. Then, inside the nodes it should use the selected VM provider.
Still defaulting to scrapybara since that's the current default, and we don't want to make a breaking change for existing users.
Hey @bracesproul , sorry about that, I have updated it so it uses the appropriate provider based on a provider config. Let me know if this is along the lines of what it should look like. |
This PR adds Hyperbrowser as an optional provider for using with LangGraph and CUA. It uses Hyperbrowser to allow CUA to interact with the browser.
Related LangChain.js PR: langchain-ai/langgraphjs#1052