botui/README.md

471 B

BotDesktop

An AI-powered desktop automation tool that records and plays back user interactions useful for legacy systems and common desktop tasks.

image

Setup

  1. Install dependencies:
npm install
  1. Create a .env file with your Azure OpenAI credentials

  2. Development:

npm run dev
  1. Build:
npm run build

Testing

npm test