This is a Webfuse AI web agent extension providing a browsing assistant for arbitrary web pages.
- Copy template repository.
- Clone repository to local machine.
- Change working directory to repository directory.
- Create
.env
file in root directory and provide credentials (compare.env.example
). - Run
npm install
.
- Run
npm run bundle:debug
. - Open preview URL in browser.
The extension is built with the Labs framework.
- Run
npm run bundle
. - Upload
dist
directory to Webfuse Space (via Session UI).
Production bundles do not copy environmental variables, but require manual provision via Session UI.