@copilotkit/runtime 1.9.2 → 1.9.3-next.0
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-TE5QWP4H.mjs → chunk-EK5RTZVJ.mjs} +10 -10
- package/dist/chunk-EK5RTZVJ.mjs.map +1 -0
- package/dist/{chunk-M35WOOEP.mjs → chunk-KCYFFRJY.mjs} +2 -2
- package/dist/{chunk-HJYWUUFY.mjs → chunk-R5D7D7YN.mjs} +2 -2
- package/dist/{chunk-56ZNYBXV.mjs → chunk-RCCT2GOF.mjs} +2 -2
- package/dist/{chunk-GB4M7WUE.mjs → chunk-YGS5B7PN.mjs} +2 -2
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -8
- package/dist/lib/index.js +6 -6
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +8 -8
- package/dist/lib/integrations/index.js +6 -6
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +7 -7
- package/dist/lib/integrations/nest/index.js +6 -6
- 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 +6 -6
- 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 +6 -6
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +2 -2
- package/package.json +7 -7
- package/dist/chunk-TE5QWP4H.mjs.map +0 -1
- /package/dist/{chunk-M35WOOEP.mjs.map → chunk-KCYFFRJY.mjs.map} +0 -0
- /package/dist/{chunk-HJYWUUFY.mjs.map → chunk-R5D7D7YN.mjs.map} +0 -0
- /package/dist/{chunk-56ZNYBXV.mjs.map → chunk-RCCT2GOF.mjs.map} +0 -0
- /package/dist/{chunk-GB4M7WUE.mjs.map → chunk-YGS5B7PN.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,9 @@ import {
|
|
|
5
5
|
ResultMessage,
|
|
6
6
|
TextMessage
|
|
7
7
|
} from "./chunk-SHBDMA63.mjs";
|
|
8
|
+
import {
|
|
9
|
+
BaseMessageInput
|
|
10
|
+
} from "./chunk-2OZAGFV3.mjs";
|
|
8
11
|
import {
|
|
9
12
|
EmptyAdapter,
|
|
10
13
|
RemoteChain,
|
|
@@ -17,9 +20,6 @@ import {
|
|
|
17
20
|
SuccessResponseStatus,
|
|
18
21
|
UnknownErrorResponse
|
|
19
22
|
} from "./chunk-XWBDEXDA.mjs";
|
|
20
|
-
import {
|
|
21
|
-
BaseMessageInput
|
|
22
|
-
} from "./chunk-2OZAGFV3.mjs";
|
|
23
23
|
import {
|
|
24
24
|
__commonJS,
|
|
25
25
|
__name,
|
|
@@ -40,7 +40,7 @@ var require_package = __commonJS({
|
|
|
40
40
|
publishConfig: {
|
|
41
41
|
access: "public"
|
|
42
42
|
},
|
|
43
|
-
version: "1.9.
|
|
43
|
+
version: "1.9.3-next.0",
|
|
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.35",
|
|
82
|
+
"@ag-ui/core": "0.0.35",
|
|
83
|
+
"@ag-ui/encoder": "0.0.35",
|
|
84
|
+
"@ag-ui/langgraph": "0.0.7",
|
|
85
|
+
"@ag-ui/proto": "0.0.35",
|
|
86
86
|
"@anthropic-ai/sdk": "^0.27.3",
|
|
87
87
|
"@copilotkit/shared": "workspace:*",
|
|
88
88
|
"@graphql-yoga/plugin-defer-stream": "^3.3.1",
|
|
@@ -5915,4 +5915,4 @@ export {
|
|
|
5915
5915
|
getCommonConfig,
|
|
5916
5916
|
copilotRuntimeNodeHttpEndpoint
|
|
5917
5917
|
};
|
|
5918
|
-
//# sourceMappingURL=chunk-
|
|
5918
|
+
//# sourceMappingURL=chunk-EK5RTZVJ.mjs.map
|