Project Files
package.json
{
"name": "ai-agent-tools-2026",
"version": "4.1.0",
"description": "AI Agent plugin for LM Studio with file system, console, and internet via Playwright (Chrome profile support).",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"dev": "lms dev",
"push": "lms push",
"postinstall": "playwright install chromium"
},
"author": "mixannic",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "^1.4.0",
"zod": "^3.24.1",
"playwright": "^1.40.0"
},
"devDependencies": {
"@types/node": "^20.14.8",
"typescript": "^5.5.2"
}
}