@copilotkit/runtime 1.5.15-next.8 → 1.5.16-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 +22 -0
- package/dist/{chunk-5EJIMI36.mjs → chunk-4TED7LNT.mjs} +2 -2
- package/dist/{chunk-253HES6R.mjs → chunk-COJRNPCX.mjs} +2 -2
- package/dist/{chunk-HG6ZQKQW.mjs → chunk-P5J3JGOI.mjs} +2 -2
- package/dist/{chunk-HG6ZQKQW.mjs.map → chunk-P5J3JGOI.mjs.map} +1 -1
- package/dist/{chunk-R7GOSVTA.mjs → chunk-PIUZJXE7.mjs} +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/lib/index.js +1 -1
- 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/dist/{chunk-5EJIMI36.mjs.map → chunk-4TED7LNT.mjs.map} +0 -0
- /package/dist/{chunk-253HES6R.mjs.map → chunk-COJRNPCX.mjs.map} +0 -0
- /package/dist/{chunk-R7GOSVTA.mjs.map → chunk-PIUZJXE7.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @copilotkit/runtime
|
|
2
2
|
|
|
3
|
+
## 1.5.16-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @copilotkit/shared@1.5.16-next.0
|
|
8
|
+
|
|
9
|
+
## 1.5.15
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 06f9f35: - feat(interrupt): add copilotkit interrupt as messages with copilotkit interrupt convenience fn
|
|
14
|
+
- chore(deps): update dependencies for demos
|
|
15
|
+
- chore(interrupt-as-message): add e2e test for interrupt as message
|
|
16
|
+
- 7b3141d: - feat(interrupt): support LG interrupt with useLangGraphInterrupt hook
|
|
17
|
+
- chore(interrupt): add e2e test to interrupt functionality
|
|
18
|
+
- feat(interrupt): add support for multiple interrupts and conditions
|
|
19
|
+
- 68bdbcd: - fix(runtime): enable multi-agent flows while preventing recursive self-calls
|
|
20
|
+
- c14f9db: - add headers handling to other LangGraphClients
|
|
21
|
+
- eb315bd: - fix: allow empty langsmith api key
|
|
22
|
+
- Updated dependencies [7b3141d]
|
|
23
|
+
- @copilotkit/shared@1.5.15
|
|
24
|
+
|
|
3
25
|
## 1.5.15-next.8
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-P5J3JGOI.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-4TED7LNT.mjs.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
copilotRuntimeNodeHttpEndpoint,
|
|
3
3
|
getRuntimeInstanceTelemetryInfo,
|
|
4
4
|
telemetry_client_default
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-P5J3JGOI.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-COJRNPCX.mjs.map
|
|
@@ -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.16-next.0",
|
|
42
42
|
sideEffects: false,
|
|
43
43
|
main: "./dist/index.js",
|
|
44
44
|
module: "./dist/index.mjs",
|
|
@@ -4176,4 +4176,4 @@ export {
|
|
|
4176
4176
|
getCommonConfig,
|
|
4177
4177
|
copilotRuntimeNodeHttpEndpoint
|
|
4178
4178
|
};
|
|
4179
|
-
//# sourceMappingURL=chunk-
|
|
4179
|
+
//# sourceMappingURL=chunk-P5J3JGOI.mjs.map
|