-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add n8n integration documentation for Browser Use #897
Conversation
💵 To receive payouts, sign up on Algora, link your Github account and connect with Stripe. |
This node lacks Nodes-as-Tools feature. From n8n version 1.62 onwards, it allows nodes to be used as LangChain agent tools. Therefore requesting to @hoangnb24 to take measure to enable this n8n node to be used with AI Agents in n8n. |
I implemented the Nodes-as-Tools feature for this node. |
@hoangnb24 Much appreciated. Though, I have some questions. I am trying to experiment with this node on Railway.com deployment.
|
|
@hoangnb24 can I request you to please update the documentation of https://github.com/draphonix/n8n-nodes-browser-use to correctly integrate LocalBridge update? |
thanks for adding these docs! |
/claim #841
Overview
This PR introduces a new community node for n8n that enables seamless integration with Browser Use Cloud. The
n8n-nodes-browser-use
node allows n8n users to harness the power of AI-driven browser automation directly within their workflow automation platform.Features
Implementation Details
Work in Progress
Screenshots
I've attached screenshots in this PR showing:
Documentation
Added a comprehensive documentation file at
docs/development/n8n-integration.mdx
that covers installation, configuration, and usage of the node.Testing Instructions
Related
The planned implementation for the Local Bridge feature involves:
Update 1
I've now updated the node to include integration with the Nodes-as-tools
Update 2
I've finished the Local Bridge Implementation. More info here
Demo Usage Video