@copilotkit/runtime 1.5.13-next.0 → 1.5.14-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 +14 -0
- package/dist/{chunk-OBZLPXFY.mjs → chunk-A3WIYGBL.mjs} +2 -2
- package/dist/{chunk-V4EKDRR6.mjs → chunk-DKGMQYQB.mjs} +2 -2
- package/dist/{chunk-ZZUINFAU.mjs → chunk-JS4RUX36.mjs} +2 -2
- package/dist/{chunk-HBCVNFMF.mjs → chunk-RLIXC53H.mjs} +7 -7
- package/dist/{chunk-HBCVNFMF.mjs.map → chunk-RLIXC53H.mjs.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +9 -9
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +1 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +5 -5
- 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-OBZLPXFY.mjs.map → chunk-A3WIYGBL.mjs.map} +0 -0
- /package/dist/{chunk-V4EKDRR6.mjs.map → chunk-DKGMQYQB.mjs.map} +0 -0
- /package/dist/{chunk-ZZUINFAU.mjs.map → chunk-JS4RUX36.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.5.14-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [0061f65]
|
|
8
|
+
- @copilotkit/shared@1.5.14-next.0
|
|
9
|
+
|
|
10
|
+
## 1.5.13
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 8271438: silence langgraph platform error
|
|
15
|
+
- @copilotkit/shared@1.5.13
|
|
16
|
+
|
|
3
17
|
## 1.5.13-next.0
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-RLIXC53H.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-44O2JGUY.mjs";
|
|
@@ -22,4 +22,4 @@ __name(copilotRuntimeNestEndpoint, "copilotRuntimeNestEndpoint");
|
|
|
22
22
|
export {
|
|
23
23
|
copilotRuntimeNestEndpoint
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=chunk-
|
|
25
|
+
//# sourceMappingURL=chunk-A3WIYGBL.mjs.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
getCommonConfig,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-RLIXC53H.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-44O2JGUY.mjs";
|
|
@@ -77,4 +77,4 @@ export {
|
|
|
77
77
|
config,
|
|
78
78
|
copilotRuntimeNextJSPagesRouterEndpoint
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=chunk-
|
|
80
|
+
//# sourceMappingURL=chunk-DKGMQYQB.mjs.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-RLIXC53H.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__name
|
|
8
8
|
} from "./chunk-44O2JGUY.mjs";
|
|
@@ -22,4 +22,4 @@ __name(copilotRuntimeNodeExpressEndpoint, "copilotRuntimeNodeExpressEndpoint");
|
|
|
22
22
|
export {
|
|
23
23
|
copilotRuntimeNodeExpressEndpoint
|
|
24
24
|
};
|
|
25
|
-
//# sourceMappingURL=chunk-
|
|
25
|
+
//# sourceMappingURL=chunk-JS4RUX36.mjs.map
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EmptyAdapter,
|
|
3
|
+
RemoteChain,
|
|
4
|
+
streamLangChainResponse
|
|
5
|
+
} from "./chunk-S3KKBII4.mjs";
|
|
1
6
|
import {
|
|
2
7
|
GuardrailsValidationFailureResponse,
|
|
3
8
|
MessageStreamInterruptedResponse,
|
|
@@ -5,11 +10,6 @@ import {
|
|
|
5
10
|
SuccessResponseStatus,
|
|
6
11
|
UnknownErrorResponse
|
|
7
12
|
} from "./chunk-U3V2BCGI.mjs";
|
|
8
|
-
import {
|
|
9
|
-
EmptyAdapter,
|
|
10
|
-
RemoteChain,
|
|
11
|
-
streamLangChainResponse
|
|
12
|
-
} from "./chunk-S3KKBII4.mjs";
|
|
13
13
|
import {
|
|
14
14
|
ActionExecutionMessage,
|
|
15
15
|
AgentStateMessage,
|
|
@@ -38,7 +38,7 @@ var require_package = __commonJS({
|
|
|
38
38
|
publishConfig: {
|
|
39
39
|
access: "public"
|
|
40
40
|
},
|
|
41
|
-
version: "1.5.
|
|
41
|
+
version: "1.5.14-next.0",
|
|
42
42
|
sideEffects: false,
|
|
43
43
|
main: "./dist/index.js",
|
|
44
44
|
module: "./dist/index.mjs",
|
|
@@ -3810,4 +3810,4 @@ export {
|
|
|
3810
3810
|
getCommonConfig,
|
|
3811
3811
|
copilotRuntimeNodeHttpEndpoint
|
|
3812
3812
|
};
|
|
3813
|
-
//# sourceMappingURL=chunk-
|
|
3813
|
+
//# sourceMappingURL=chunk-RLIXC53H.mjs.map
|