-
-
Notifications
You must be signed in to change notification settings - Fork 3.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
[FEATURE]: Browser Automation using AI #831
Comments
After using this, can we apply for jobs on other job websites? |
cache is it's tough to implement 😅 |
This would be something similar to Claude's Computer Use. Its early in development phase but by using tool use and vision models, it iteratively sends screenshots back to the model until the task is complete. |
@surapuramakhil @cjbbb in this moment this tools not work correctly, also https://github.com/sentient-engineering/jobber isn't good, but if you want you can try! |
I will check the link |
Another tool/lib bowser pilot which does same thing - https://github.com/handrew/browserpilot, once matured we can start using in this project. |
I am interested in pitching in. I went through the AIHawk code and have some ideas on how to use the existing classes to make a flexible architecture that allows for other sites. By this, I mean extending the current job_manager and LinkedIn_easy_applier classes to work for other sire like Amazon. I am the one who brought up browserpilot and would want to see if I could make it work. I wanted to see if anyone else has proposed similar ideas. |
another project - https://github.com/gregpr07/browser-use |
This one seems to be quite mature. |
Looks very promising. Good find!Sean ***@***.*** On Nov 24, 2024, at 04:38, Akhil ***@***.***> wrote:
@jfelten https://github.com/Skyvern-AI/skyvern
This one seems to be quite mature.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@sarob what your thoughts on importing are lib / modules which are on AGPL? (Their strong copyleft) restrict our ability to update our own licenses in future? Another is it's an end-to-end system; I hope they are happy / expanding it as lib - something like Lang chain (which is a library) or any other library. |
AGPL supersedes GPL and MIT if their code is upstream. They have a generic job application capability already. browser-use is MIT, but less developed. |
Maintainer of https://github.com/Skyvern-AI/Skyvern here -- would love to see this integrated (thanks for messaging me @feder-cr! Skyvern is an API-first product, so the easiest way to get integrated would be to use our API directly: This works on most job boards. You just need to change the payload (ie users' information) and job URL. When changing the payload, we just need to make sure Skyvern is "oversupplied" information so it can pull from it as needed.
|
Awesome - if you are discord can you join our discord community https://discord.gg/mMZcMTH9K6 and ping me once you are there? we might need much more flexibility, Glad to see both projects working together. |
picking this up. #967 is working on a similar purpose fix |
Would definitely check out Stagehand for this: https://github.com/browserbase/stagehand |
Feature summary
As of now AI is used for generating answers to the questions
Feature description
proposal:- AI to use as browser agent - viewing and acting directly on UI, performing job Application.
Motivation
No response
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: