@zhin.js/agent 1.0.8 → 1.0.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 +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zhin.js/agent",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
4
4
|
"description": "Zhin AI Agent — session, ZhinAgent, init; composes @zhin.js/core providers and tools",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -123,15 +123,15 @@
|
|
|
123
123
|
"dependencies": {
|
|
124
124
|
"@a2a-js/sdk": "1.0.0-beta.0",
|
|
125
125
|
"he": "^1.2.0",
|
|
126
|
-
"js-yaml": "^5.2.
|
|
127
|
-
"@zhin.js/ai": "1.4.7",
|
|
126
|
+
"js-yaml": "^5.2.2",
|
|
128
127
|
"@zhin.js/agent-feature": "1.0.4",
|
|
129
|
-
"@zhin.js/
|
|
128
|
+
"@zhin.js/ai": "1.4.8",
|
|
129
|
+
"@zhin.js/core": "1.4.3",
|
|
130
130
|
"@zhin.js/kernel": "1.0.5",
|
|
131
|
+
"@zhin.js/logger": "1.0.75",
|
|
131
132
|
"@zhin.js/mcp-feature": "1.0.4",
|
|
132
133
|
"@zhin.js/plugin-runtime": "1.1.1",
|
|
133
134
|
"@zhin.js/schedule": "0.0.4",
|
|
134
|
-
"@zhin.js/logger": "1.0.75",
|
|
135
135
|
"@zhin.js/skill": "1.0.4",
|
|
136
136
|
"@zhin.js/tool": "1.0.4"
|
|
137
137
|
},
|
|
@@ -145,11 +145,11 @@
|
|
|
145
145
|
}
|
|
146
146
|
},
|
|
147
147
|
"devDependencies": {
|
|
148
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
148
|
+
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
149
149
|
"@types/he": "^1.2.3",
|
|
150
150
|
"@types/js-yaml": "^4.0.9",
|
|
151
|
-
"@types/node": "^26.1.
|
|
152
|
-
"rimraf": "^6.
|
|
151
|
+
"@types/node": "^26.1.2",
|
|
152
|
+
"rimraf": "^6.1.3",
|
|
153
153
|
"typescript": "^6.0.3",
|
|
154
154
|
"zod": "^4.4.3"
|
|
155
155
|
},
|