@copilotkit/runtime 1.9.2-next.23 → 1.9.2-next.24
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 +7 -0
- package/dist/{chunk-LYXJJDV3.mjs → chunk-ECQRTXJX.mjs} +2 -2
- package/dist/{chunk-ZQUGWRVU.mjs → chunk-FR4C3TPU.mjs} +2 -2
- package/dist/{chunk-FIA5HRU2.mjs → chunk-GAUZHH2X.mjs} +18 -18
- package/dist/{chunk-FIA5HRU2.mjs.map → chunk-GAUZHH2X.mjs.map} +1 -1
- package/dist/{chunk-C6PCDSTD.mjs → chunk-S2YGYQDH.mjs} +2 -2
- package/dist/{chunk-HZW6X63M.mjs → chunk-TBVA4IGX.mjs} +2 -2
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/lib/index.d.ts +152 -2
- package/dist/lib/index.js +10 -10
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +6 -6
- package/dist/lib/integrations/index.js +10 -10
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +5 -5
- package/dist/lib/integrations/nest/index.js +10 -10
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +3 -3
- package/dist/lib/integrations/node-express/index.js +10 -10
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +3 -3
- package/dist/lib/integrations/node-http/index.js +10 -10
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +2 -2
- package/package.json +11 -11
- /package/dist/{chunk-LYXJJDV3.mjs.map → chunk-ECQRTXJX.mjs.map} +0 -0
- /package/dist/{chunk-ZQUGWRVU.mjs.map → chunk-FR4C3TPU.mjs.map} +0 -0
- /package/dist/{chunk-C6PCDSTD.mjs.map → chunk-S2YGYQDH.mjs.map} +0 -0
- /package/dist/{chunk-HZW6X63M.mjs.map → chunk-TBVA4IGX.mjs.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-SHBDMA63.mjs";
|
|
3
|
+
} from "../../../chunk-GAUZHH2X.mjs";
|
|
5
4
|
import "../../../chunk-QLLV2QVK.mjs";
|
|
6
5
|
import "../../../chunk-XWBDEXDA.mjs";
|
|
7
6
|
import "../../../chunk-AMUJQ6IR.mjs";
|
|
7
|
+
import "../../../chunk-SHBDMA63.mjs";
|
|
8
8
|
import "../../../chunk-2OZAGFV3.mjs";
|
|
9
9
|
import "../../../chunk-FHD4JECV.mjs";
|
|
10
10
|
export {
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.9.2-next.
|
|
12
|
+
"version": "1.9.2-next.24",
|
|
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.34",
|
|
41
|
+
"@ag-ui/core": "0.0.34",
|
|
42
|
+
"@ag-ui/encoder": "0.0.34",
|
|
43
|
+
"@ag-ui/langgraph": "0.0.6",
|
|
44
|
+
"@ag-ui/proto": "0.0.34",
|
|
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",
|
|
@@ -66,13 +66,13 @@
|
|
|
66
66
|
"rxjs": "7.8.1",
|
|
67
67
|
"type-graphql": "2.0.0-rc.1",
|
|
68
68
|
"zod": "^3.23.3",
|
|
69
|
-
"@copilotkit/shared": "1.9.2-next.
|
|
69
|
+
"@copilotkit/shared": "1.9.2-next.24"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
|
-
"@ag-ui/client": ">=0.0.
|
|
73
|
-
"@ag-ui/core": ">=0.0.
|
|
74
|
-
"@ag-ui/encoder": ">=0.0.
|
|
75
|
-
"@ag-ui/proto": ">=0.0.
|
|
72
|
+
"@ag-ui/client": ">=0.0.34",
|
|
73
|
+
"@ag-ui/core": ">=0.0.34",
|
|
74
|
+
"@ag-ui/encoder": ">=0.0.34",
|
|
75
|
+
"@ag-ui/proto": ">=0.0.34"
|
|
76
76
|
},
|
|
77
77
|
"keywords": [
|
|
78
78
|
"copilotkit",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|