@copilotkit/runtime 1.8.4-next.1 → 1.8.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 +6 -0
- package/dist/{chunk-J3MFBKHV.mjs → chunk-B45VFLS3.mjs} +2 -2
- package/dist/{chunk-K7ZZXZK5.mjs → chunk-E6VXSOGW.mjs} +2 -2
- package/dist/{chunk-ZXFXJVAP.mjs → chunk-FJ7VCD4V.mjs} +2 -2
- package/dist/{chunk-WVWVPGXI.mjs → chunk-ZWY6JDFI.mjs} +8 -8
- package/dist/{chunk-WVWVPGXI.mjs.map → chunk-ZWY6JDFI.mjs.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +7 -7
- package/dist/lib/integrations/index.js +1 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +7 -7
- 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 +3 -3
- 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 +3 -3
- 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 +2 -2
- package/package.json +2 -2
- /package/dist/{chunk-J3MFBKHV.mjs.map → chunk-B45VFLS3.mjs.map} +0 -0
- /package/dist/{chunk-K7ZZXZK5.mjs.map → chunk-E6VXSOGW.mjs.map} +0 -0
- /package/dist/{chunk-ZXFXJVAP.mjs.map → chunk-FJ7VCD4V.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-ZWY6JDFI.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-B45VFLS3.mjs.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-ZWY6JDFI.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-E6VXSOGW.mjs.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-ZWY6JDFI.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-FJ7VCD4V.mjs.map
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ActionExecutionMessage,
|
|
3
|
-
AgentStateMessage,
|
|
4
|
-
ResultMessage,
|
|
5
|
-
TextMessage
|
|
6
|
-
} from "./chunk-RTFJTJMA.mjs";
|
|
7
1
|
import {
|
|
8
2
|
EmptyAdapter,
|
|
9
3
|
RemoteChain,
|
|
@@ -16,6 +10,12 @@ import {
|
|
|
16
10
|
SuccessResponseStatus,
|
|
17
11
|
UnknownErrorResponse
|
|
18
12
|
} from "./chunk-5BIEM2UU.mjs";
|
|
13
|
+
import {
|
|
14
|
+
ActionExecutionMessage,
|
|
15
|
+
AgentStateMessage,
|
|
16
|
+
ResultMessage,
|
|
17
|
+
TextMessage
|
|
18
|
+
} from "./chunk-RTFJTJMA.mjs";
|
|
19
19
|
import {
|
|
20
20
|
BaseMessageInput
|
|
21
21
|
} from "./chunk-2OZAGFV3.mjs";
|
|
@@ -39,7 +39,7 @@ var require_package = __commonJS({
|
|
|
39
39
|
publishConfig: {
|
|
40
40
|
access: "public"
|
|
41
41
|
},
|
|
42
|
-
version: "1.8.4-next.
|
|
42
|
+
version: "1.8.4-next.2",
|
|
43
43
|
sideEffects: false,
|
|
44
44
|
main: "./dist/index.js",
|
|
45
45
|
module: "./dist/index.mjs",
|
|
@@ -4581,4 +4581,4 @@ export {
|
|
|
4581
4581
|
getCommonConfig,
|
|
4582
4582
|
copilotRuntimeNodeHttpEndpoint
|
|
4583
4583
|
};
|
|
4584
|
-
//# sourceMappingURL=chunk-
|
|
4584
|
+
//# sourceMappingURL=chunk-ZWY6JDFI.mjs.map
|