@copilotkit/runtime 1.10.6-next.2 → 1.10.6-next.4
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 +13 -0
- package/dist/{chunk-DVXG75PS.mjs → chunk-IDGTM3MH.mjs} +2 -2
- package/dist/{chunk-VMOOOB3D.mjs → chunk-K3NXT234.mjs} +3 -7
- package/dist/chunk-K3NXT234.mjs.map +1 -0
- package/dist/{chunk-JC4Z5YSQ.mjs → chunk-LPILCDAF.mjs} +2 -2
- package/dist/{chunk-RS2NRSVH.mjs → chunk-MESW37CD.mjs} +2 -2
- package/dist/{chunk-744UUV3O.mjs → chunk-RA6S32TD.mjs} +2 -2
- package/dist/index.js +2 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.js +2 -6
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +2 -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 +2 -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 +2 -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 +2 -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 +3 -7
- package/dist/chunk-VMOOOB3D.mjs.map +0 -1
- /package/dist/{chunk-DVXG75PS.mjs.map → chunk-IDGTM3MH.mjs.map} +0 -0
- /package/dist/{chunk-JC4Z5YSQ.mjs.map → chunk-LPILCDAF.mjs.map} +0 -0
- /package/dist/{chunk-RS2NRSVH.mjs.map → chunk-MESW37CD.mjs.map} +0 -0
- /package/dist/{chunk-744UUV3O.mjs.map → chunk-RA6S32TD.mjs.map} +0 -0
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-K3NXT234.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-LPILCDAF.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LangGraphEventTypes
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-K3NXT234.mjs";
|
|
4
4
|
import {
|
|
5
5
|
__name
|
|
6
6
|
} from "./chunk-FHD4JECV.mjs";
|
|
@@ -172,4 +172,4 @@ export {
|
|
|
172
172
|
CustomEventNames,
|
|
173
173
|
LangGraphAgent
|
|
174
174
|
};
|
|
175
|
-
//# sourceMappingURL=chunk-
|
|
175
|
+
//# sourceMappingURL=chunk-MESW37CD.mjs.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-K3NXT234.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-FHD4JECV.mjs";
|
|
@@ -22,4 +22,4 @@ __name(copilotRuntimeNestEndpoint, "copilotRuntimeNestEndpoint");
|
|
|
22
22
|
export {
|
|
23
23
|
copilotRuntimeNestEndpoint
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=chunk-
|
|
25
|
+
//# sourceMappingURL=chunk-RA6S32TD.mjs.map
|
package/dist/index.js
CHANGED
|
@@ -44,7 +44,7 @@ var require_package = __commonJS({
|
|
|
44
44
|
publishConfig: {
|
|
45
45
|
access: "public"
|
|
46
46
|
},
|
|
47
|
-
version: "1.10.6-next.
|
|
47
|
+
version: "1.10.6-next.4",
|
|
48
48
|
sideEffects: false,
|
|
49
49
|
main: "./dist/index.js",
|
|
50
50
|
module: "./dist/index.mjs",
|
|
@@ -82,11 +82,6 @@ var require_package = __commonJS({
|
|
|
82
82
|
"zod-to-json-schema": "^3.23.5"
|
|
83
83
|
},
|
|
84
84
|
dependencies: {
|
|
85
|
-
"@ag-ui/client": "^0.0.39",
|
|
86
|
-
"@ag-ui/core": "^0.0.39",
|
|
87
|
-
"@ag-ui/encoder": "^0.0.39",
|
|
88
|
-
"@ag-ui/langgraph": "^0.0.17",
|
|
89
|
-
"@ag-ui/proto": "^0.0.39",
|
|
90
85
|
"@anthropic-ai/sdk": "^0.57.0",
|
|
91
86
|
"@copilotkit/shared": "workspace:*",
|
|
92
87
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
@@ -118,6 +113,7 @@ var require_package = __commonJS({
|
|
|
118
113
|
"@ag-ui/client": ">=0.0.39",
|
|
119
114
|
"@ag-ui/core": ">=0.0.39",
|
|
120
115
|
"@ag-ui/encoder": ">=0.0.39",
|
|
116
|
+
"@ag-ui/langgraph": ">=0.0.17",
|
|
121
117
|
"@ag-ui/proto": ">=0.0.39"
|
|
122
118
|
},
|
|
123
119
|
keywords: [
|