@copilotkit/runtime 1.8.1 → 1.8.2-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 +6 -0
- package/dist/{chunk-34PLTABO.mjs → chunk-QAPB44C7.mjs} +2 -2
- package/dist/{chunk-WN6OJX5I.mjs → chunk-QZFOLVUA.mjs} +11 -11
- package/dist/chunk-QZFOLVUA.mjs.map +1 -0
- package/dist/{chunk-6276MKXI.mjs → chunk-TNMBPY25.mjs} +2 -2
- package/dist/{chunk-O33RXDDY.mjs → chunk-UGVXD6KK.mjs} +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +6 -6
- package/dist/lib/integrations/index.js +1 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +6 -6
- package/dist/lib/integrations/nest/index.js +1 -1
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +4 -4
- package/dist/lib/integrations/node-express/index.js +1 -1
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +4 -4
- package/dist/lib/integrations/node-http/index.js +1 -1
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +3 -3
- package/package.json +4 -4
- package/dist/chunk-WN6OJX5I.mjs.map +0 -1
- /package/dist/{chunk-34PLTABO.mjs.map → chunk-QAPB44C7.mjs.map} +0 -0
- /package/dist/{chunk-6276MKXI.mjs.map → chunk-TNMBPY25.mjs.map} +0 -0
- /package/dist/{chunk-O33RXDDY.mjs.map → chunk-UGVXD6KK.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-QZFOLVUA.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-QAPB44C7.mjs.map
|
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ActionExecutionMessage,
|
|
3
|
+
AgentStateMessage,
|
|
4
|
+
ResultMessage,
|
|
5
|
+
TextMessage
|
|
6
|
+
} from "./chunk-RTFJTJMA.mjs";
|
|
7
|
+
import {
|
|
8
|
+
BaseMessageInput
|
|
9
|
+
} from "./chunk-2OZAGFV3.mjs";
|
|
1
10
|
import {
|
|
2
11
|
EmptyAdapter,
|
|
3
12
|
RemoteChain,
|
|
@@ -10,15 +19,6 @@ import {
|
|
|
10
19
|
SuccessResponseStatus,
|
|
11
20
|
UnknownErrorResponse
|
|
12
21
|
} from "./chunk-5BIEM2UU.mjs";
|
|
13
|
-
import {
|
|
14
|
-
ActionExecutionMessage,
|
|
15
|
-
AgentStateMessage,
|
|
16
|
-
ResultMessage,
|
|
17
|
-
TextMessage
|
|
18
|
-
} from "./chunk-RTFJTJMA.mjs";
|
|
19
|
-
import {
|
|
20
|
-
BaseMessageInput
|
|
21
|
-
} from "./chunk-2OZAGFV3.mjs";
|
|
22
22
|
import {
|
|
23
23
|
__commonJS,
|
|
24
24
|
__name,
|
|
@@ -39,7 +39,7 @@ var require_package = __commonJS({
|
|
|
39
39
|
publishConfig: {
|
|
40
40
|
access: "public"
|
|
41
41
|
},
|
|
42
|
-
version: "1.8.
|
|
42
|
+
version: "1.8.2-next.0",
|
|
43
43
|
sideEffects: false,
|
|
44
44
|
main: "./dist/index.js",
|
|
45
45
|
module: "./dist/index.mjs",
|
|
@@ -4555,4 +4555,4 @@ export {
|
|
|
4555
4555
|
getCommonConfig,
|
|
4556
4556
|
copilotRuntimeNodeHttpEndpoint
|
|
4557
4557
|
};
|
|
4558
|
-
//# sourceMappingURL=chunk-
|
|
4558
|
+
//# sourceMappingURL=chunk-QZFOLVUA.mjs.map
|