@copilotkit/runtime 1.10.5-next.9 → 1.10.5
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 +20 -0
- package/dist/{chunk-MO7SLIUI.mjs → chunk-3HYI52HN.mjs} +2 -2
- package/dist/{chunk-EXMWMAT5.mjs → chunk-3XYGXZS5.mjs} +2 -2
- package/dist/chunk-3XYGXZS5.mjs.map +1 -0
- package/dist/{chunk-RU77EL6K.mjs → chunk-IZH6C5MU.mjs} +2 -2
- package/dist/{chunk-YRAS7NUI.mjs → chunk-K7R7VY2Z.mjs} +2 -2
- package/dist/{chunk-K4U2VVME.mjs → chunk-YNXCTHGQ.mjs} +2 -2
- 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 +2 -2
- package/dist/chunk-EXMWMAT5.mjs.map +0 -1
- /package/dist/{chunk-MO7SLIUI.mjs.map → chunk-3HYI52HN.mjs.map} +0 -0
- /package/dist/{chunk-RU77EL6K.mjs.map → chunk-IZH6C5MU.mjs.map} +0 -0
- /package/dist/{chunk-YRAS7NUI.mjs.map → chunk-K7R7VY2Z.mjs.map} +0 -0
- /package/dist/{chunk-K4U2VVME.mjs.map → chunk-YNXCTHGQ.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.10.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- b7bc3a0: - feat: pass copilot readable context to agui agents
|
|
8
|
+
- f199c94: - feat: update agui packages
|
|
9
|
+
- 7467f97: - feat: add stop generation callback and call abort agui agent
|
|
10
|
+
- e730369: - feat: use latest agui langgraph package
|
|
11
|
+
- feat: use latest agui fastapi langgraph package and dependencies
|
|
12
|
+
- c9e32b0: - fix: upgrade agui langgraph version
|
|
13
|
+
- 23fe6a1: - chore: publish python sdk using latest agui
|
|
14
|
+
- feat: use latest agui packages
|
|
15
|
+
- @copilotkit/shared@1.10.5
|
|
16
|
+
|
|
17
|
+
## 1.10.5-next.10
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- @copilotkit/shared@1.10.5-next.10
|
|
22
|
+
|
|
3
23
|
## 1.10.5-next.9
|
|
4
24
|
|
|
5
25
|
### Patch Changes
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
getCommonConfig,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-3XYGXZS5.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-3HYI52HN.mjs.map
|
|
@@ -40,7 +40,7 @@ var require_package = __commonJS({
|
|
|
40
40
|
publishConfig: {
|
|
41
41
|
access: "public"
|
|
42
42
|
},
|
|
43
|
-
version: "1.10.5
|
|
43
|
+
version: "1.10.5",
|
|
44
44
|
sideEffects: false,
|
|
45
45
|
main: "./dist/index.js",
|
|
46
46
|
module: "./dist/index.mjs",
|
|
@@ -6014,4 +6014,4 @@ export {
|
|
|
6014
6014
|
getCommonConfig,
|
|
6015
6015
|
copilotRuntimeNodeHttpEndpoint
|
|
6016
6016
|
};
|
|
6017
|
-
//# sourceMappingURL=chunk-
|
|
6017
|
+
//# sourceMappingURL=chunk-3XYGXZS5.mjs.map
|