@copilotkit/runtime 1.10.5-next.2 → 1.10.5-next.3

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 +8 -0
  2. package/dist/{chunk-IONJJRU6.mjs → chunk-5R52TNS6.mjs} +2 -2
  3. package/dist/{chunk-AJIPGTPV.mjs → chunk-DJU7SLZU.mjs} +2 -2
  4. package/dist/{chunk-G3STE4EL.mjs → chunk-PQWKXULT.mjs} +11 -11
  5. package/dist/{chunk-G3STE4EL.mjs.map → chunk-PQWKXULT.mjs.map} +1 -1
  6. package/dist/{chunk-AK5H4K5T.mjs → chunk-S7M4WROH.mjs} +2 -2
  7. package/dist/{chunk-H5ZYJ27F.mjs → chunk-V3MRHRUS.mjs} +6 -2
  8. package/dist/{chunk-H5ZYJ27F.mjs.map → chunk-V3MRHRUS.mjs.map} +1 -1
  9. package/dist/index.js +14 -10
  10. package/dist/index.js.map +1 -1
  11. package/dist/index.mjs +5 -5
  12. package/dist/lib/index.js +14 -10
  13. package/dist/lib/index.js.map +1 -1
  14. package/dist/lib/index.mjs +5 -5
  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 +4 -4
  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 +2 -2
  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 +2 -2
  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 +1 -1
  27. package/package.json +11 -11
  28. package/src/lib/runtime/langgraph/langgraph-agent.ts +1 -0
  29. /package/dist/{chunk-IONJJRU6.mjs.map → chunk-5R52TNS6.mjs.map} +0 -0
  30. /package/dist/{chunk-AJIPGTPV.mjs.map → chunk-DJU7SLZU.mjs.map} +0 -0
  31. /package/dist/{chunk-AK5H4K5T.mjs.map → chunk-S7M4WROH.mjs.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @copilotkit/runtime
2
2
 
3
+ ## 1.10.5-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 23fe6a1: - chore: publish python sdk using latest agui
8
+ - feat: use latest agui packages
9
+ - @copilotkit/shared@1.10.5-next.3
10
+
3
11
  ## 1.10.5-next.2
4
12
 
5
13
  ### Patch Changes
@@ -2,7 +2,7 @@ import {
2
2
  getCommonConfig,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-G3STE4EL.mjs";
5
+ } from "./chunk-PQWKXULT.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-IONJJRU6.mjs.map
80
+ //# sourceMappingURL=chunk-5R52TNS6.mjs.map
@@ -2,7 +2,7 @@ import {
2
2
  copilotRuntimeNodeHttpEndpoint,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-G3STE4EL.mjs";
5
+ } from "./chunk-PQWKXULT.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-AJIPGTPV.mjs.map
25
+ //# sourceMappingURL=chunk-DJU7SLZU.mjs.map
@@ -40,7 +40,7 @@ var require_package = __commonJS({
40
40
  publishConfig: {
41
41
  access: "public"
42
42
  },
43
- version: "1.10.5-next.2",
43
+ version: "1.10.5-next.3",
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.37",
82
- "@ag-ui/core": "^0.0.37",
83
- "@ag-ui/encoder": "^0.0.37",
84
- "@ag-ui/langgraph": "^0.0.13",
85
- "@ag-ui/proto": "^0.0.37",
81
+ "@ag-ui/client": "^0.0.38",
82
+ "@ag-ui/core": "^0.0.38",
83
+ "@ag-ui/encoder": "^0.0.38",
84
+ "@ag-ui/langgraph": "^0.0.15",
85
+ "@ag-ui/proto": "^0.0.38",
86
86
  "@anthropic-ai/sdk": "^0.57.0",
87
87
  "@copilotkit/shared": "workspace:*",
88
88
  "@graphql-yoga/plugin-defer-stream": "^3.3.1",
@@ -111,10 +111,10 @@ var require_package = __commonJS({
111
111
  zod: "^3.23.3"
112
112
  },
113
113
  peerDependencies: {
114
- "@ag-ui/client": ">=0.0.37",
115
- "@ag-ui/core": ">=0.0.37",
116
- "@ag-ui/encoder": ">=0.0.37",
117
- "@ag-ui/proto": ">=0.0.37"
114
+ "@ag-ui/client": ">=0.0.38",
115
+ "@ag-ui/core": ">=0.0.38",
116
+ "@ag-ui/encoder": ">=0.0.38",
117
+ "@ag-ui/proto": ">=0.0.38"
118
118
  },
119
119
  keywords: [
120
120
  "copilotkit",
@@ -6014,4 +6014,4 @@ export {
6014
6014
  getCommonConfig,
6015
6015
  copilotRuntimeNodeHttpEndpoint
6016
6016
  };
6017
- //# sourceMappingURL=chunk-G3STE4EL.mjs.map
6017
+ //# sourceMappingURL=chunk-PQWKXULT.mjs.map