@cicctencent/agent-server 0.2.9 → 0.2.10
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 +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cicctencent/agent-server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.10",
|
|
4
4
|
"description": "Server-layer toolkit for agent-core — Agent initialization, SSE streaming, built-in tools, connectors, chat/settings/memory services with SPI extensibility.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -27,9 +27,7 @@
|
|
|
27
27
|
"prepublishOnly": "npm run build"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@cicctencent/agent-core": "^0.1.
|
|
31
|
-
},
|
|
32
|
-
"optionalDependencies": {
|
|
30
|
+
"@cicctencent/agent-core": "^0.1.27",
|
|
33
31
|
"jsonpath-plus": "^10.4.0",
|
|
34
32
|
"@apidevtools/swagger-parser": "^12.1.0",
|
|
35
33
|
"fast-glob": "^3.3.3",
|