lavague-ai / LaVague

Large Action Model framework to develop AI Web Agents
https://docs.lavague.ai/en/latest/
Apache License 2.0
5.16k stars 445 forks source link

Better handling of cookies and logins #297

Closed paulpalmieri closed 1 week ago

paulpalmieri commented 2 months ago

Users would like LaVague to handle cookies and logins. How could we manage that better ?

While I'll write more docs to show how one can run LaVague from a personal Chrome session (already logged in to sites, cookies only need to be accepted once).

However, bot all agents can be run from personal chrome user session and we should think about a more systematic way of handling cookies and login.

lyie28 commented 1 month ago

Hi! Why do you say not all agents can be run from personal chrome user sessions? What kind of use case do you have in mind when you say that? The other way around it currently is to enforce a pause to do manual log ins, or like a manual accept cookie or whatever, and then have your program continue after your manual intervention?

I don't know, maybe what would be good is if LaVague had mode where it could recognize there is a login or cookies box and ask the user to manually do it and then carry on with the following run commands when that is done? @dhuynh95 - feature idea? Could define it and leave it as a help-wanted task for example?