#1059 · Primary category: AI Agents & Automation

AI-Employe

automation automation-testing gpt-4 multimodal productivity rpa

Create browser automation as if you were teaching a human using GPT-4 Vision.

Project last updated:02/19/24

GitHub Stars

585

Forks

54

Contributors

1

License

AGPL-3.0

Why we included this project

Most browser automation tools make you script every selector and wait condition by hand. This project takes a different route: you describe the task in plain language, and GPT-4 Vision works out the clicks and keystrokes through a browser extension backed by a Rust server. The interesting part is how it avoids the usual vision-agent failure mode. Instead of guessing coordinates, it indexes the page's DOM in MeiliSearch and lets the model target elements by their visible text, which cuts down on hallucinated actions. It also watches the DOM changes you make while demonstrating a workflow and feeds those actions back into the prompt to keep the model on task. That makes it a useful reference for teams building their own browser agents or experimenting with RPA-style automation, though you will need to stand up Firebase, Postgres, and MeiliSearch yourself before it runs.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category