No description
| .vscode | ||
| dist | ||
| src | ||
| .gitignore | ||
| electron-builder.json | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.electron.json | ||
| tsconfig.json | ||
| webpack.config.js | ||
BotDesktop
An AI-powered desktop automation tool that records and plays back user interactions.
Setup
- Install dependencies:
npm install
-
Create a .env file with your Azure OpenAI credentials
-
Development:
npm run dev
- Build:
npm run build
Testing
npm test