Skip to content

A CLI tool that integrates @guidepup/virtual-screen-reader with an LLM (Large Language Model) to navigate and interact with web pages programmatically.

License

Notifications You must be signed in to change notification settings

guidepup/virtual-screen-reader-llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual Screen Reader LLM

A CLI tool that integrates @guidepup/virtual-screen-reader with an LLM (Large Language Model) to navigate and interact with web pages programmatically.

Installation

Prerequisites

  • Ollama: Install the Ollama server for LLM integration. Visit Ollama for installation instructions.

Steps

  1. Install dependencies:

    yarn install
  2. Start the Ollama local server:

    yarn serve
  3. Pull the required LLM model and set up the environment:

    yarn pull

Usage

Running the CLI

yarn cli <url> <goal> [maxAttempts]

Example

yarn cli https://www.example.com "navigate to the About page" 10

Parameters

  • <url>: The URL of the web page to navigate.
  • <goal>: The goal or task for the virtual screen reader to achieve.
  • [maxAttempts] (optional): The maximum number of attempts to achieve the goal (default: 10).

About

A CLI tool that integrates @guidepup/virtual-screen-reader with an LLM (Large Language Model) to navigate and interact with web pages programmatically.

Resources

License

Stars

Watchers

Forks