This is a minimal Webfuse AI web agent extension blueprint.
The blueprint extension simply summarizes the currently browsed web page.
- 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
.
Customize the backend LLM system prompt in SYSTEM_PROMPT.md
according to individual requirements.
- 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.