SpaceYams
Registered Member
- Jan 17, 2023
- 62
- 302
i hope this is the right subforum for this post. please move it if i'm mistaken.
i believe most of us here are experienced with writing bots to automate web actions - either using raw http requests or projects like Selenium/Playwright for browser emulation. as i'm working on a new pc built for, in part, AI use i've been researching and collecting projects that may be applicable for IM and other use-cases. below are some solutions i've come across thus far. it seems that with these tools, rather than hard-coding DOM stuff as is tradition, you can tell the LLM in natural language the actions you want the bot to take. it will then generate code to do so. this seems very promising and i'm curious if any of you have used such projects and if so what has your experience been like. i realize this tech is still learning to walk, yet i can for example see using such models several times to come up with multiple "templates" to perform the bot actions, which can then be tweaked to make them appear even more human-like. self-healing bots too, which adapt to changes to the target. i'm not yet aware of any similar projects targeting mobile applications, but i do expect there will be some.
cheers BHW. the more i dig the more i start to realize this tech will be game-changing!
https://github.com/lavague-ai/LaVague
https://github.com/Skyvern-AI/Skyvern
https://github.com/handrew/browserpilot
also, do share other related projects you've come across
i believe most of us here are experienced with writing bots to automate web actions - either using raw http requests or projects like Selenium/Playwright for browser emulation. as i'm working on a new pc built for, in part, AI use i've been researching and collecting projects that may be applicable for IM and other use-cases. below are some solutions i've come across thus far. it seems that with these tools, rather than hard-coding DOM stuff as is tradition, you can tell the LLM in natural language the actions you want the bot to take. it will then generate code to do so. this seems very promising and i'm curious if any of you have used such projects and if so what has your experience been like. i realize this tech is still learning to walk, yet i can for example see using such models several times to come up with multiple "templates" to perform the bot actions, which can then be tweaked to make them appear even more human-like. self-healing bots too, which adapt to changes to the target. i'm not yet aware of any similar projects targeting mobile applications, but i do expect there will be some.
cheers BHW. the more i dig the more i start to realize this tech will be game-changing!
https://github.com/lavague-ai/LaVague
https://github.com/Skyvern-AI/Skyvern
https://github.com/handrew/browserpilot
also, do share other related projects you've come across