-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
feat(community): Stagehand tools integration #7177
feat(community): Stagehand tools integration #7177
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
All changes addressed. I can't get this thing to compile anymore after syncing with |
This reverts commit a051f5c.
@@ -190,6 +193,7 @@ | |||
"node-llama-cpp": "3.1.1", | |||
"notion-to-md": "^3.1.0", | |||
"officeparser": "^4.0.4", | |||
"openai": "^4.73.0", |
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.
we need this for stagehand extract tool
@@ -319,6 +324,7 @@ | |||
"neo4j-driver": "*", | |||
"notion-to-md": "^3.1.0", | |||
"officeparser": "^4.0.4", | |||
"openai": "*", |
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.
we need this for stagehand extract tool
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.
Thanks for your patience! Looks great, thank you!
yarn.lock
Outdated
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.
This is a really big diff and something is funky with running lint from root - investigating
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.
@jacoblee93 thank you, pls let me know if/how I can help
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.
I needed the langgraph dep for the example:
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.
I think resolved! Commented out the test for now - @langchain/langgraph
also depends on community as a dev dep so it can cause some weird issues when developing locally
We can comment the test back in when needed
Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
This PR introduces an integration of Langchain with Stagehand, the best in class AI web automation framework from Browserbase HQ.
Users can now use Stagehand web navigation tooling to power their agents with simple atomic web interactions!