page-agent-sdk 3.27.0 → 3.27.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +8 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "page-agent-sdk",
|
|
3
|
-
"version": "3.27.
|
|
3
|
+
"version": "3.27.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AI agent SDK for web pages — embed a chat assistant that edits page data via schema-validated tools. A lighter, framework-agnostic alternative to CopilotKit/LangChain for in-page JSON-editing agents. Vue-bundled; works with DeepSeek, OpenAI, MCP.",
|
|
6
6
|
"main": "./dist/page-agent-sdk.umd.cjs",
|
|
@@ -128,23 +128,20 @@
|
|
|
128
128
|
},
|
|
129
129
|
"devDependencies": {
|
|
130
130
|
"@langchain/anthropic": "^1.5.4",
|
|
131
|
+
"@langchain/core": "^1.2.5",
|
|
132
|
+
"@langchain/openai": "^1.5.5",
|
|
131
133
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
132
134
|
"@playwright/test": "^1.62.1",
|
|
133
135
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
134
|
-
"tsx": "^4.23.1",
|
|
135
|
-
"typescript": "^7.0.2",
|
|
136
|
-
"vite": "^8.1.4",
|
|
137
|
-
"vue": "^3.5.39",
|
|
138
|
-
"vue-tsc": "^3.3.7"
|
|
139
|
-
},
|
|
140
|
-
"dependencies": {
|
|
141
|
-
"@langchain/core": "^1.2.5",
|
|
142
|
-
"@langchain/openai": "^1.5.5",
|
|
143
|
-
"@langchain/textsplitters": "^1.0.1",
|
|
144
136
|
"dompurify": "^3.4.13",
|
|
145
137
|
"highlight.js": "^11.11.1",
|
|
146
138
|
"marked": "^18.0.6",
|
|
147
139
|
"overlayscrollbars": "^2.16.0",
|
|
140
|
+
"tsx": "^4.23.1",
|
|
141
|
+
"typescript": "^7.0.2",
|
|
142
|
+
"vite": "^8.1.4",
|
|
143
|
+
"vue": "^3.5.39",
|
|
144
|
+
"vue-tsc": "^3.3.7",
|
|
148
145
|
"zod": "^4.4.3"
|
|
149
146
|
},
|
|
150
147
|
"peerDependencies": {
|