@copilotkit/runtime 1.10.0-next.6 → 1.10.0-next.7

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 (40) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/{chunk-6K5MA7C2.mjs → chunk-4NCZWO3B.mjs} +2 -2
  3. package/dist/{chunk-NE5XONJ5.mjs → chunk-CB66TAVJ.mjs} +4 -4
  4. package/dist/{chunk-NE5XONJ5.mjs.map → chunk-CB66TAVJ.mjs.map} +1 -1
  5. package/dist/{chunk-RZHXGTUZ.mjs → chunk-F7IANE7Z.mjs} +65 -5
  6. package/dist/chunk-F7IANE7Z.mjs.map +1 -0
  7. package/dist/{chunk-S73GSB6E.mjs → chunk-H2LB46NL.mjs} +2 -2
  8. package/dist/{chunk-5UCKTDUR.mjs → chunk-HRQPO53N.mjs} +2 -2
  9. package/dist/{chunk-L3IUQRK2.mjs → chunk-OQZOCZO2.mjs} +2 -2
  10. package/dist/index.d.ts +1 -1
  11. package/dist/index.js +66 -6
  12. package/dist/index.js.map +1 -1
  13. package/dist/index.mjs +6 -6
  14. package/dist/lib/index.js +2 -2
  15. package/dist/lib/index.js.map +1 -1
  16. package/dist/lib/index.mjs +6 -6
  17. package/dist/lib/integrations/index.js +2 -2
  18. package/dist/lib/integrations/index.js.map +1 -1
  19. package/dist/lib/integrations/index.mjs +5 -5
  20. package/dist/lib/integrations/nest/index.js +2 -2
  21. package/dist/lib/integrations/nest/index.js.map +1 -1
  22. package/dist/lib/integrations/nest/index.mjs +3 -3
  23. package/dist/lib/integrations/node-express/index.js +2 -2
  24. package/dist/lib/integrations/node-express/index.js.map +1 -1
  25. package/dist/lib/integrations/node-express/index.mjs +3 -3
  26. package/dist/lib/integrations/node-http/index.js +2 -2
  27. package/dist/lib/integrations/node-http/index.js.map +1 -1
  28. package/dist/lib/integrations/node-http/index.mjs +2 -2
  29. package/dist/service-adapters/index.d.ts +32 -2
  30. package/dist/service-adapters/index.js +64 -4
  31. package/dist/service-adapters/index.js.map +1 -1
  32. package/dist/service-adapters/index.mjs +1 -1
  33. package/package.json +3 -3
  34. package/src/service-adapters/anthropic/anthropic-adapter.ts +106 -5
  35. package/src/service-adapters/anthropic/utils.ts +1 -1
  36. package/dist/chunk-RZHXGTUZ.mjs.map +0 -1
  37. /package/dist/{chunk-6K5MA7C2.mjs.map → chunk-4NCZWO3B.mjs.map} +0 -0
  38. /package/dist/{chunk-S73GSB6E.mjs.map → chunk-H2LB46NL.mjs.map} +0 -0
  39. /package/dist/{chunk-5UCKTDUR.mjs.map → chunk-HRQPO53N.mjs.map} +0 -0
  40. /package/dist/{chunk-L3IUQRK2.mjs.map → chunk-OQZOCZO2.mjs.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @copilotkit/runtime
2
2
 
3
+ ## 1.10.0-next.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 59b0e16: - feat: add native prompt caching support to AnthropicAdapter
8
+ - @copilotkit/shared@1.10.0-next.7
9
+
3
10
  ## 1.10.0-next.6
4
11
 
5
12
  ### Patch Changes
@@ -2,7 +2,7 @@ import {
2
2
  getCommonConfig,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-NE5XONJ5.mjs";
5
+ } from "./chunk-CB66TAVJ.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-6K5MA7C2.mjs.map
80
+ //# sourceMappingURL=chunk-4NCZWO3B.mjs.map
@@ -9,7 +9,7 @@ import {
9
9
  EmptyAdapter,
10
10
  RemoteChain,
11
11
  streamLangChainResponse
12
- } from "./chunk-RZHXGTUZ.mjs";
12
+ } from "./chunk-F7IANE7Z.mjs";
13
13
  import {
14
14
  GuardrailsValidationFailureResponse,
15
15
  MessageStreamInterruptedResponse,
@@ -40,7 +40,7 @@ var require_package = __commonJS({
40
40
  publishConfig: {
41
41
  access: "public"
42
42
  },
43
- version: "1.10.0-next.6",
43
+ version: "1.10.0-next.7",
44
44
  sideEffects: false,
45
45
  main: "./dist/index.js",
46
46
  module: "./dist/index.mjs",
@@ -83,7 +83,7 @@ var require_package = __commonJS({
83
83
  "@ag-ui/encoder": "0.0.35",
84
84
  "@ag-ui/langgraph": "0.0.7",
85
85
  "@ag-ui/proto": "0.0.35",
86
- "@anthropic-ai/sdk": "^0.27.3",
86
+ "@anthropic-ai/sdk": "^0.57.0",
87
87
  "@copilotkit/shared": "workspace:*",
88
88
  "@graphql-yoga/plugin-defer-stream": "^3.3.1",
89
89
  "@langchain/aws": "^0.1.9",
@@ -5923,4 +5923,4 @@ export {
5923
5923
  getCommonConfig,
5924
5924
  copilotRuntimeNodeHttpEndpoint
5925
5925
  };
5926
- //# sourceMappingURL=chunk-NE5XONJ5.mjs.map
5926
+ //# sourceMappingURL=chunk-CB66TAVJ.mjs.map