@copilotkit/runtime 1.9.2-next.23 → 1.9.2-next.24

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.
Files changed (31) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/{chunk-LYXJJDV3.mjs → chunk-ECQRTXJX.mjs} +2 -2
  3. package/dist/{chunk-ZQUGWRVU.mjs → chunk-FR4C3TPU.mjs} +2 -2
  4. package/dist/{chunk-FIA5HRU2.mjs → chunk-GAUZHH2X.mjs} +18 -18
  5. package/dist/{chunk-FIA5HRU2.mjs.map → chunk-GAUZHH2X.mjs.map} +1 -1
  6. package/dist/{chunk-C6PCDSTD.mjs → chunk-S2YGYQDH.mjs} +2 -2
  7. package/dist/{chunk-HZW6X63M.mjs → chunk-TBVA4IGX.mjs} +2 -2
  8. package/dist/index.js +10 -10
  9. package/dist/index.js.map +1 -1
  10. package/dist/index.mjs +6 -6
  11. package/dist/lib/index.d.ts +152 -2
  12. package/dist/lib/index.js +10 -10
  13. package/dist/lib/index.js.map +1 -1
  14. package/dist/lib/index.mjs +6 -6
  15. package/dist/lib/integrations/index.js +10 -10
  16. package/dist/lib/integrations/index.js.map +1 -1
  17. package/dist/lib/integrations/index.mjs +5 -5
  18. package/dist/lib/integrations/nest/index.js +10 -10
  19. package/dist/lib/integrations/nest/index.js.map +1 -1
  20. package/dist/lib/integrations/nest/index.mjs +3 -3
  21. package/dist/lib/integrations/node-express/index.js +10 -10
  22. package/dist/lib/integrations/node-express/index.js.map +1 -1
  23. package/dist/lib/integrations/node-express/index.mjs +3 -3
  24. package/dist/lib/integrations/node-http/index.js +10 -10
  25. package/dist/lib/integrations/node-http/index.js.map +1 -1
  26. package/dist/lib/integrations/node-http/index.mjs +2 -2
  27. package/package.json +11 -11
  28. /package/dist/{chunk-LYXJJDV3.mjs.map → chunk-ECQRTXJX.mjs.map} +0 -0
  29. /package/dist/{chunk-ZQUGWRVU.mjs.map → chunk-FR4C3TPU.mjs.map} +0 -0
  30. /package/dist/{chunk-C6PCDSTD.mjs.map → chunk-S2YGYQDH.mjs.map} +0 -0
  31. /package/dist/{chunk-HZW6X63M.mjs.map → chunk-TBVA4IGX.mjs.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @copilotkit/runtime
2
2
 
3
+ ## 1.9.2-next.24
4
+
5
+ ### Patch Changes
6
+
7
+ - 8ef8199: - fix: use latest agui dependencies to include required fixes
8
+ - @copilotkit/shared@1.9.2-next.24
9
+
3
10
  ## 1.9.2-next.23
4
11
 
5
12
  ### Patch Changes
@@ -2,7 +2,7 @@ import {
2
2
  copilotRuntimeNodeHttpEndpoint,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-FIA5HRU2.mjs";
5
+ } from "./chunk-GAUZHH2X.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-LYXJJDV3.mjs.map
25
+ //# sourceMappingURL=chunk-ECQRTXJX.mjs.map
@@ -2,7 +2,7 @@ import {
2
2
  copilotRuntimeNodeHttpEndpoint,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-FIA5HRU2.mjs";
5
+ } from "./chunk-GAUZHH2X.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-ZQUGWRVU.mjs.map
25
+ //# sourceMappingURL=chunk-FR4C3TPU.mjs.map
@@ -1,10 +1,3 @@
1
- import {
2
- ActionExecutionMessage,
3
- AgentStateMessage,
4
- ImageMessage,
5
- ResultMessage,
6
- TextMessage
7
- } from "./chunk-SHBDMA63.mjs";
8
1
  import {
9
2
  EmptyAdapter,
10
3
  RemoteChain,
@@ -17,6 +10,13 @@ import {
17
10
  SuccessResponseStatus,
18
11
  UnknownErrorResponse
19
12
  } from "./chunk-XWBDEXDA.mjs";
13
+ import {
14
+ ActionExecutionMessage,
15
+ AgentStateMessage,
16
+ ImageMessage,
17
+ ResultMessage,
18
+ TextMessage
19
+ } from "./chunk-SHBDMA63.mjs";
20
20
  import {
21
21
  BaseMessageInput
22
22
  } from "./chunk-2OZAGFV3.mjs";
@@ -40,7 +40,7 @@ var require_package = __commonJS({
40
40
  publishConfig: {
41
41
  access: "public"
42
42
  },
43
- version: "1.9.2-next.23",
43
+ version: "1.9.2-next.24",
44
44
  sideEffects: false,
45
45
  main: "./dist/index.js",
46
46
  module: "./dist/index.mjs",
@@ -78,11 +78,11 @@ var require_package = __commonJS({
78
78
  "zod-to-json-schema": "^3.23.5"
79
79
  },
80
80
  dependencies: {
81
- "@ag-ui/client": "0.0.28",
82
- "@ag-ui/core": "0.0.28",
83
- "@ag-ui/encoder": "0.0.28",
84
- "@ag-ui/langgraph": "0.0.4",
85
- "@ag-ui/proto": "0.0.28",
81
+ "@ag-ui/client": "0.0.34",
82
+ "@ag-ui/core": "0.0.34",
83
+ "@ag-ui/encoder": "0.0.34",
84
+ "@ag-ui/langgraph": "0.0.6",
85
+ "@ag-ui/proto": "0.0.34",
86
86
  "@anthropic-ai/sdk": "^0.27.3",
87
87
  "@copilotkit/shared": "workspace:*",
88
88
  "@graphql-yoga/plugin-defer-stream": "^3.3.1",
@@ -110,10 +110,10 @@ var require_package = __commonJS({
110
110
  zod: "^3.23.3"
111
111
  },
112
112
  peerDependencies: {
113
- "@ag-ui/client": ">=0.0.28",
114
- "@ag-ui/core": ">=0.0.28",
115
- "@ag-ui/encoder": ">=0.0.28",
116
- "@ag-ui/proto": ">=0.0.28"
113
+ "@ag-ui/client": ">=0.0.34",
114
+ "@ag-ui/core": ">=0.0.34",
115
+ "@ag-ui/encoder": ">=0.0.34",
116
+ "@ag-ui/proto": ">=0.0.34"
117
117
  },
118
118
  keywords: [
119
119
  "copilotkit",
@@ -5863,4 +5863,4 @@ export {
5863
5863
  getCommonConfig,
5864
5864
  copilotRuntimeNodeHttpEndpoint
5865
5865
  };
5866
- //# sourceMappingURL=chunk-FIA5HRU2.mjs.map
5866
+ //# sourceMappingURL=chunk-GAUZHH2X.mjs.map