@copilotkit/runtime 1.10.4-next.0 → 1.10.4-next.2
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 +15 -0
- package/dist/{chunk-U3DGQETB.mjs → chunk-ETVZLHU6.mjs} +2 -2
- package/dist/{chunk-B7MMJB3Q.mjs → chunk-G3GE5OIL.mjs} +2 -2
- package/dist/{chunk-JILL7ICL.mjs → chunk-JPQOX3VC.mjs} +11 -11
- package/dist/{chunk-JILL7ICL.mjs.map → chunk-JPQOX3VC.mjs.map} +1 -1
- package/dist/{chunk-DEADIHDU.mjs → chunk-LAN65PS5.mjs} +2 -2
- package/dist/{chunk-44TWR33O.mjs → chunk-R6OO7P57.mjs} +2 -2
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.d.ts +1 -1
- package/dist/lib/index.js +10 -10
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +10 -10
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- 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 +2 -2
- 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 +2 -2
- 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 +1 -1
- package/package.json +11 -11
- /package/dist/{chunk-U3DGQETB.mjs.map → chunk-ETVZLHU6.mjs.map} +0 -0
- /package/dist/{chunk-B7MMJB3Q.mjs.map → chunk-G3GE5OIL.mjs.map} +0 -0
- /package/dist/{chunk-DEADIHDU.mjs.map → chunk-LAN65PS5.mjs.map} +0 -0
- /package/dist/{chunk-44TWR33O.mjs.map → chunk-R6OO7P57.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.10.4-next.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @copilotkit/shared@1.10.4-next.2
|
|
8
|
+
|
|
9
|
+
## 1.10.4-next.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- a640d8e: - feat: update latest agui langgraph for subgraphs support
|
|
14
|
+
- feat: update latest agui core packages
|
|
15
|
+
- Updated dependencies [a640d8e]
|
|
16
|
+
- @copilotkit/shared@1.10.4-next.1
|
|
17
|
+
|
|
3
18
|
## 1.10.4-next.0
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LangGraphEventTypes
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-JPQOX3VC.mjs";
|
|
4
4
|
import {
|
|
5
5
|
__name
|
|
6
6
|
} from "./chunk-FHD4JECV.mjs";
|
|
@@ -158,4 +158,4 @@ export {
|
|
|
158
158
|
CustomEventNames,
|
|
159
159
|
LangGraphAgent
|
|
160
160
|
};
|
|
161
|
-
//# sourceMappingURL=chunk-
|
|
161
|
+
//# sourceMappingURL=chunk-ETVZLHU6.mjs.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-JPQOX3VC.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-FHD4JECV.mjs";
|
|
@@ -22,4 +22,4 @@ __name(copilotRuntimeNodeExpressEndpoint, "copilotRuntimeNodeExpressEndpoint");
|
|
|
22
22
|
export {
|
|
23
23
|
copilotRuntimeNodeExpressEndpoint
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=chunk-
|
|
25
|
+
//# sourceMappingURL=chunk-G3GE5OIL.mjs.map
|
|
@@ -40,7 +40,7 @@ var require_package = __commonJS({
|
|
|
40
40
|
publishConfig: {
|
|
41
41
|
access: "public"
|
|
42
42
|
},
|
|
43
|
-
version: "1.10.4-next.
|
|
43
|
+
version: "1.10.4-next.2",
|
|
44
44
|
sideEffects: false,
|
|
45
45
|
main: "./dist/index.js",
|
|
46
46
|
module: "./dist/index.mjs",
|
|
@@ -78,11 +78,11 @@ var require_package = __commonJS({
|
|
|
78
78
|
"zod-to-json-schema": "^3.23.5"
|
|
79
79
|
},
|
|
80
80
|
dependencies: {
|
|
81
|
-
"@ag-ui/client": "^0.0.
|
|
82
|
-
"@ag-ui/core": "^0.0.
|
|
83
|
-
"@ag-ui/encoder": "^0.0.
|
|
84
|
-
"@ag-ui/langgraph": "^0.0.
|
|
85
|
-
"@ag-ui/proto": "^0.0.
|
|
81
|
+
"@ag-ui/client": "^0.0.37",
|
|
82
|
+
"@ag-ui/core": "^0.0.37",
|
|
83
|
+
"@ag-ui/encoder": "^0.0.37",
|
|
84
|
+
"@ag-ui/langgraph": "^0.0.12",
|
|
85
|
+
"@ag-ui/proto": "^0.0.37",
|
|
86
86
|
"@anthropic-ai/sdk": "^0.57.0",
|
|
87
87
|
"@copilotkit/shared": "workspace:*",
|
|
88
88
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
@@ -111,10 +111,10 @@ var require_package = __commonJS({
|
|
|
111
111
|
zod: "^3.23.3"
|
|
112
112
|
},
|
|
113
113
|
peerDependencies: {
|
|
114
|
-
"@ag-ui/client": ">=0.0.
|
|
115
|
-
"@ag-ui/core": ">=0.0.
|
|
116
|
-
"@ag-ui/encoder": ">=0.0.
|
|
117
|
-
"@ag-ui/proto": ">=0.0.
|
|
114
|
+
"@ag-ui/client": ">=0.0.37",
|
|
115
|
+
"@ag-ui/core": ">=0.0.37",
|
|
116
|
+
"@ag-ui/encoder": ">=0.0.37",
|
|
117
|
+
"@ag-ui/proto": ">=0.0.37"
|
|
118
118
|
},
|
|
119
119
|
keywords: [
|
|
120
120
|
"copilotkit",
|
|
@@ -5947,4 +5947,4 @@ export {
|
|
|
5947
5947
|
getCommonConfig,
|
|
5948
5948
|
copilotRuntimeNodeHttpEndpoint
|
|
5949
5949
|
};
|
|
5950
|
-
//# sourceMappingURL=chunk-
|
|
5950
|
+
//# sourceMappingURL=chunk-JPQOX3VC.mjs.map
|