BrowserPilot
p/browserpilot
Intelligent web browsing agent controlled by plain English
Andrew Han
BrowserPilot — Natural language browser automation
1
Language is the most natural interface through which humans give and receive instructions. Instead of writing bespoke automation or scraping code which is brittle to changes, creating and adding agents should be as simple as writing plain English.
Replies
Andrew Han
Maker
📌
This repo was inspired by the work of Yihui He, Adept.ai, and Nat Friedman. In particular, the basic abstractions and prompts used were built off of Yihui's hackathon code. The idea to preprocess HTML and use GPT-3 to intelligently pick elements out is from Nat.