@copilotkit/runtime 1.8.14-next.3 → 1.8.14-next.4
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 +7 -0
- package/dist/{chunk-BMA7V5T7.mjs → chunk-BV7WYSOF.mjs} +2 -2
- package/dist/{chunk-T2RKWYXN.mjs → chunk-EQX4WXGG.mjs} +2 -2
- package/dist/{chunk-6P6VMQLZ.mjs → chunk-IZAPLBCH.mjs} +8 -4
- package/dist/chunk-IZAPLBCH.mjs.map +1 -0
- package/dist/{chunk-C7XHY7LW.mjs → chunk-JH3OA44N.mjs} +2 -2
- package/dist/index.js +7 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/lib/index.js +7 -3
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +4 -4
- 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/src/lib/runtime/agui-action.ts +5 -2
- package/dist/chunk-6P6VMQLZ.mjs.map +0 -1
- /package/dist/{chunk-BMA7V5T7.mjs.map → chunk-BV7WYSOF.mjs.map} +0 -0
- /package/dist/{chunk-T2RKWYXN.mjs.map → chunk-EQX4WXGG.mjs.map} +0 -0
- /package/dist/{chunk-C7XHY7LW.mjs.map → chunk-JH3OA44N.mjs.map} +0 -0
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-IZAPLBCH.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-JH3OA44N.mjs.map
|
package/dist/index.js
CHANGED
|
@@ -44,7 +44,7 @@ var require_package = __commonJS({
|
|
|
44
44
|
publishConfig: {
|
|
45
45
|
access: "public"
|
|
46
46
|
},
|
|
47
|
-
version: "1.8.14-next.
|
|
47
|
+
version: "1.8.14-next.4",
|
|
48
48
|
sideEffects: false,
|
|
49
49
|
main: "./dist/index.js",
|
|
50
50
|
module: "./dist/index.mjs",
|
|
@@ -3982,10 +3982,14 @@ function constructAGUIRemoteAction({ logger: logger2, messages, agentStates, age
|
|
|
3982
3982
|
parameters: JSON.parse(input.jsonSchema)
|
|
3983
3983
|
};
|
|
3984
3984
|
});
|
|
3985
|
+
const forwardedProps = metaEvents.length ? {
|
|
3986
|
+
command: {
|
|
3987
|
+
resume: (_a = metaEvents[0]) == null ? void 0 : _a.response
|
|
3988
|
+
}
|
|
3989
|
+
} : void 0;
|
|
3985
3990
|
return agent.legacy_to_be_removed_runAgentBridged({
|
|
3986
3991
|
tools,
|
|
3987
|
-
|
|
3988
|
-
resume: (_a = metaEvents[0]) == null ? void 0 : _a.response
|
|
3992
|
+
forwardedProps
|
|
3989
3993
|
});
|
|
3990
3994
|
}
|
|
3991
3995
|
};
|