A simple AI agent that can navigate to a URL, take a screenshot, and act on the page. In this example, the agent is used to pay bills.
Add your OpenAI API key to the .env file.
npm install
npx ts-node src/main.tsThe agent uses the OpenAI API to navigate to a URL, take a screenshot, and act on the page. The agent can also use the navigateToUrl, takeScreenshot, and actOnPage functions.