@copilotkit/runtime 1.9.0-next.2 → 1.9.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 +15 -0
- package/dist/{chunk-XPTVSVNM.mjs → chunk-FK4NZL4G.mjs} +2 -2
- package/dist/{chunk-S5TNKSNR.mjs → chunk-GI32PQX6.mjs} +2 -2
- package/dist/{chunk-XB3TW5NJ.mjs → chunk-M3JAEGRU.mjs} +2 -2
- package/dist/{chunk-G4NOAQUA.mjs → chunk-U74GJORZ.mjs} +2 -2
- package/dist/{chunk-6A27R7IP.mjs → chunk-YCN5NOAP.mjs} +2 -2
- package/dist/chunk-YCN5NOAP.mjs.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- 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 +4 -4
- 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 +2 -2
- 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 +2 -2
- 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 +1 -1
- package/package.json +4 -4
- package/dist/chunk-6A27R7IP.mjs.map +0 -1
- /package/dist/{chunk-XPTVSVNM.mjs.map → chunk-FK4NZL4G.mjs.map} +0 -0
- /package/dist/{chunk-S5TNKSNR.mjs.map → chunk-GI32PQX6.mjs.map} +0 -0
- /package/dist/{chunk-XB3TW5NJ.mjs.map → chunk-M3JAEGRU.mjs.map} +0 -0
- /package/dist/{chunk-G4NOAQUA.mjs.map → chunk-U74GJORZ.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.9.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 8408d58: - feat: create copilotkit agui langgraph agent
|
|
8
|
+
- docs: replace remote endpoint with AGUI agent
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- c120e07: - refactor(react-ui): pass full message to onThumbsUp and onThumbsDown handlers
|
|
13
|
+
- 54cae30: - fix(react-core): allow custom toolChoice in forwardedParameters to override default
|
|
14
|
+
- fix: move react-dom to peerDependencies in @copilotkit/react-textarea
|
|
15
|
+
- feat: add amazon bedrock adapter support
|
|
16
|
+
- @copilotkit/shared@1.9.0
|
|
17
|
+
|
|
3
18
|
## 1.9.0-next.2
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-YCN5NOAP.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-FK4NZL4G.mjs.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-YCN5NOAP.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-GI32PQX6.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LangGraphEventTypes
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-YCN5NOAP.mjs";
|
|
4
4
|
import {
|
|
5
5
|
__name
|
|
6
6
|
} from "./chunk-FHD4JECV.mjs";
|
|
@@ -138,4 +138,4 @@ export {
|
|
|
138
138
|
CustomEventNames,
|
|
139
139
|
LangGraphAgent
|
|
140
140
|
};
|
|
141
|
-
//# sourceMappingURL=chunk-
|
|
141
|
+
//# sourceMappingURL=chunk-M3JAEGRU.mjs.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
getCommonConfig,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-YCN5NOAP.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-U74GJORZ.mjs.map
|
|
@@ -40,7 +40,7 @@ var require_package = __commonJS({
|
|
|
40
40
|
publishConfig: {
|
|
41
41
|
access: "public"
|
|
42
42
|
},
|
|
43
|
-
version: "1.9.0
|
|
43
|
+
version: "1.9.0",
|
|
44
44
|
sideEffects: false,
|
|
45
45
|
main: "./dist/index.js",
|
|
46
46
|
module: "./dist/index.mjs",
|
|
@@ -5101,4 +5101,4 @@ export {
|
|
|
5101
5101
|
getCommonConfig,
|
|
5102
5102
|
copilotRuntimeNodeHttpEndpoint
|
|
5103
5103
|
};
|
|
5104
|
-
//# sourceMappingURL=chunk-
|
|
5104
|
+
//# sourceMappingURL=chunk-YCN5NOAP.mjs.map
|