@copilotkit/runtime 1.1.3-feat-runtime-remote-actions.0 → 1.1.3-feat-runtime-remote-actions.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 +16 -0
- package/dist/{chunk-4WFNRUBE.mjs → chunk-5TYP4A3G.mjs} +2 -2
- package/dist/{chunk-6X5MPWIC.mjs → chunk-7FSNQXPE.mjs} +2 -2
- package/dist/{chunk-6X5MPWIC.mjs.map → chunk-7FSNQXPE.mjs.map} +1 -1
- package/dist/{chunk-OYUVLDJF.mjs → chunk-JYLUCJP7.mjs} +2 -2
- package/dist/{chunk-JV3CSVW6.mjs → chunk-W7RRKPE2.mjs} +2 -2
- package/dist/{chunk-HYNSUFUM.mjs → chunk-WRPRFRSL.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 +4 -4
- /package/dist/{chunk-4WFNRUBE.mjs.map → chunk-5TYP4A3G.mjs.map} +0 -0
- /package/dist/{chunk-OYUVLDJF.mjs.map → chunk-JYLUCJP7.mjs.map} +0 -0
- /package/dist/{chunk-JV3CSVW6.mjs.map → chunk-W7RRKPE2.mjs.map} +0 -0
- /package/dist/{chunk-HYNSUFUM.mjs.map → chunk-WRPRFRSL.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.1.3-feat-runtime-remote-actions.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Better message grouping
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @copilotkit/shared@1.1.3-feat-runtime-remote-actions.2
|
|
10
|
+
|
|
11
|
+
## 1.1.3-feat-runtime-remote-actions.1
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Reduce request size by skipping intermediate state
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @copilotkit/shared@1.1.3-feat-runtime-remote-actions.1
|
|
18
|
+
|
|
3
19
|
## 1.1.3-feat-runtime-remote-actions.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -5,7 +5,7 @@ import {
|
|
|
5
5
|
RuntimeEventSource,
|
|
6
6
|
isLangGraphAgentAction,
|
|
7
7
|
setupRemoteActions
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-7FSNQXPE.mjs";
|
|
9
9
|
import {
|
|
10
10
|
ActionExecutionMessage,
|
|
11
11
|
AgentStateMessage,
|
|
@@ -257,4 +257,4 @@ export {
|
|
|
257
257
|
CopilotRuntime,
|
|
258
258
|
flattenToolCallsNoDuplicates
|
|
259
259
|
};
|
|
260
|
-
//# sourceMappingURL=chunk-
|
|
260
|
+
//# sourceMappingURL=chunk-5TYP4A3G.mjs.map
|
|
@@ -36,7 +36,7 @@ var require_package = __commonJS({
|
|
|
36
36
|
publishConfig: {
|
|
37
37
|
access: "public"
|
|
38
38
|
},
|
|
39
|
-
version: "1.1.3-feat-runtime-remote-actions.
|
|
39
|
+
version: "1.1.3-feat-runtime-remote-actions.2",
|
|
40
40
|
sideEffects: false,
|
|
41
41
|
main: "./dist/index.js",
|
|
42
42
|
module: "./dist/index.mjs",
|
|
@@ -2129,4 +2129,4 @@ export {
|
|
|
2129
2129
|
getCommonConfig,
|
|
2130
2130
|
copilotRuntimeNodeHttpEndpoint
|
|
2131
2131
|
};
|
|
2132
|
-
//# sourceMappingURL=chunk-
|
|
2132
|
+
//# sourceMappingURL=chunk-7FSNQXPE.mjs.map
|