@copilotkit/runtime 1.10.5-next.2 → 1.10.5-next.3
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 +8 -0
- package/dist/{chunk-IONJJRU6.mjs → chunk-5R52TNS6.mjs} +2 -2
- package/dist/{chunk-AJIPGTPV.mjs → chunk-DJU7SLZU.mjs} +2 -2
- package/dist/{chunk-G3STE4EL.mjs → chunk-PQWKXULT.mjs} +11 -11
- package/dist/{chunk-G3STE4EL.mjs.map → chunk-PQWKXULT.mjs.map} +1 -1
- package/dist/{chunk-AK5H4K5T.mjs → chunk-S7M4WROH.mjs} +2 -2
- package/dist/{chunk-H5ZYJ27F.mjs → chunk-V3MRHRUS.mjs} +6 -2
- package/dist/{chunk-H5ZYJ27F.mjs.map → chunk-V3MRHRUS.mjs.map} +1 -1
- package/dist/index.js +14 -10
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.js +14 -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/src/lib/runtime/langgraph/langgraph-agent.ts +1 -0
- /package/dist/{chunk-IONJJRU6.mjs.map → chunk-5R52TNS6.mjs.map} +0 -0
- /package/dist/{chunk-AJIPGTPV.mjs.map → chunk-DJU7SLZU.mjs.map} +0 -0
- /package/dist/{chunk-AK5H4K5T.mjs.map → chunk-S7M4WROH.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
getCommonConfig,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-PQWKXULT.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-FHD4JECV.mjs";
|
|
@@ -77,4 +77,4 @@ export {
|
|
|
77
77
|
config,
|
|
78
78
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=chunk-
|
|
80
|
+
//# sourceMappingURL=chunk-5R52TNS6.mjs.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-PQWKXULT.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-DJU7SLZU.mjs.map
|
|
@@ -40,7 +40,7 @@ var require_package = __commonJS({
|
|
|
40
40
|
publishConfig: {
|
|
41
41
|
access: "public"
|
|
42
42
|
},
|
|
43
|
-
version: "1.10.5-next.
|
|
43
|
+
version: "1.10.5-next.3",
|
|
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.38",
|
|
82
|
+
"@ag-ui/core": "^0.0.38",
|
|
83
|
+
"@ag-ui/encoder": "^0.0.38",
|
|
84
|
+
"@ag-ui/langgraph": "^0.0.15",
|
|
85
|
+
"@ag-ui/proto": "^0.0.38",
|
|
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.38",
|
|
115
|
+
"@ag-ui/core": ">=0.0.38",
|
|
116
|
+
"@ag-ui/encoder": ">=0.0.38",
|
|
117
|
+
"@ag-ui/proto": ">=0.0.38"
|
|
118
118
|
},
|
|
119
119
|
keywords: [
|
|
120
120
|
"copilotkit",
|
|
@@ -6014,4 +6014,4 @@ export {
|
|
|
6014
6014
|
getCommonConfig,
|
|
6015
6015
|
copilotRuntimeNodeHttpEndpoint
|
|
6016
6016
|
};
|
|
6017
|
-
//# sourceMappingURL=chunk-
|
|
6017
|
+
//# sourceMappingURL=chunk-PQWKXULT.mjs.map
|