PLUGIN

Report

1 star

908 Downloads

An LM Studio plugin that provides LLMs with the capacity to "visit" websites by providing them with the links, image URLs and text content of any web page.

package.json

{
  "name": "lms-plugin-visit-website",
  "version": "1.1.0",
  "description": "LM Studio plugin for visiting websites",
  "main": "index.js",
  "scripts": {
    "dev": "lms dev",
    "push": "lms push"
  },
  "author": "Daniel Sig",
  "license": "MIT",
  "dependencies": {
    "@lmstudio/sdk": "^1.3.0",
    "zod": "3.24.1"
  },
  "devDependencies": {
    "@types/node": "^20.14.8"
  }
}