@copilotkit/runtime 1.9.2 → 1.9.3-next.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/CHANGELOG.md +14 -0
- package/dist/{chunk-TE5QWP4H.mjs → chunk-6YYEJGX2.mjs} +10 -7
- package/dist/chunk-6YYEJGX2.mjs.map +1 -0
- package/dist/{chunk-HJYWUUFY.mjs → chunk-A4G3Y5MI.mjs} +2 -2
- package/dist/{chunk-GB4M7WUE.mjs → chunk-BNIZSVJS.mjs} +2 -2
- package/dist/{chunk-M35WOOEP.mjs → chunk-RYQAU5RR.mjs} +2 -2
- package/dist/{chunk-56ZNYBXV.mjs → chunk-S5KSXMT3.mjs} +2 -2
- package/dist/index.js +9 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.js +9 -6
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +9 -6
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +9 -6
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +2 -2
- package/dist/lib/integrations/node-express/index.js +9 -6
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +2 -2
- package/dist/lib/integrations/node-http/index.js +9 -6
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/package.json +10 -7
- package/dist/chunk-TE5QWP4H.mjs.map +0 -1
- /package/dist/{chunk-HJYWUUFY.mjs.map → chunk-A4G3Y5MI.mjs.map} +0 -0
- /package/dist/{chunk-GB4M7WUE.mjs.map → chunk-BNIZSVJS.mjs.map} +0 -0
- /package/dist/{chunk-M35WOOEP.mjs.map → chunk-RYQAU5RR.mjs.map} +0 -0
- /package/dist/{chunk-56ZNYBXV.mjs.map → chunk-S5KSXMT3.mjs.map} +0 -0
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.9.
|
|
12
|
+
"version": "1.9.3-next.1",
|
|
13
13
|
"sideEffects": false,
|
|
14
14
|
"main": "./dist/index.js",
|
|
15
15
|
"module": "./dist/index.mjs",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"tsconfig": "1.4.6"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@ag-ui/client": "0.0.
|
|
41
|
-
"@ag-ui/core": "0.0.
|
|
42
|
-
"@ag-ui/encoder": "0.0.
|
|
43
|
-
"@ag-ui/langgraph": "0.0.
|
|
44
|
-
"@ag-ui/proto": "0.0.
|
|
40
|
+
"@ag-ui/client": "0.0.35",
|
|
41
|
+
"@ag-ui/core": "0.0.35",
|
|
42
|
+
"@ag-ui/encoder": "0.0.35",
|
|
43
|
+
"@ag-ui/langgraph": "0.0.7",
|
|
44
|
+
"@ag-ui/proto": "0.0.35",
|
|
45
45
|
"@anthropic-ai/sdk": "^0.27.3",
|
|
46
46
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
47
47
|
"@langchain/aws": "^0.1.9",
|
|
@@ -50,6 +50,8 @@
|
|
|
50
50
|
"@langchain/google-gauth": "^0.1.0",
|
|
51
51
|
"@langchain/langgraph-sdk": "^0.0.70",
|
|
52
52
|
"@langchain/openai": "^0.4.2",
|
|
53
|
+
"@scarf/scarf": "^1.3.0",
|
|
54
|
+
"@types/ip": "^1.1.3",
|
|
53
55
|
"class-transformer": "^0.5.1",
|
|
54
56
|
"class-validator": "^0.14.1",
|
|
55
57
|
"express": "^4.19.2",
|
|
@@ -57,6 +59,7 @@
|
|
|
57
59
|
"graphql-scalars": "^1.23.0",
|
|
58
60
|
"graphql-yoga": "^5.3.1",
|
|
59
61
|
"groq-sdk": "^0.5.0",
|
|
62
|
+
"ip": "^2.0.1",
|
|
60
63
|
"langchain": "^0.3.3",
|
|
61
64
|
"openai": "^4.85.1",
|
|
62
65
|
"partial-json": "^0.1.7",
|
|
@@ -66,7 +69,7 @@
|
|
|
66
69
|
"rxjs": "7.8.1",
|
|
67
70
|
"type-graphql": "2.0.0-rc.1",
|
|
68
71
|
"zod": "^3.23.3",
|
|
69
|
-
"@copilotkit/shared": "1.9.
|
|
72
|
+
"@copilotkit/shared": "1.9.3-next.1"
|
|
70
73
|
},
|
|
71
74
|
"peerDependencies": {
|
|
72
75
|
"@ag-ui/client": ">=0.0.34",
|