@copilotkit/runtime 1.8.15-next.0 → 1.9.0-next.2

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 (47) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/{chunk-M6Z4CLI6.mjs → chunk-6A27R7IP.mjs} +6 -3
  3. package/dist/chunk-6A27R7IP.mjs.map +1 -0
  4. package/dist/{chunk-272XZVAS.mjs → chunk-G4NOAQUA.mjs} +2 -2
  5. package/dist/{chunk-GEZX4PJT.mjs → chunk-IIXJVVTV.mjs} +23 -1
  6. package/dist/chunk-IIXJVVTV.mjs.map +1 -0
  7. package/dist/{chunk-OGEL67NA.mjs → chunk-S5TNKSNR.mjs} +2 -2
  8. package/dist/chunk-XB3TW5NJ.mjs +141 -0
  9. package/dist/chunk-XB3TW5NJ.mjs.map +1 -0
  10. package/dist/{chunk-MXITD3JG.mjs → chunk-XPTVSVNM.mjs} +2 -2
  11. package/dist/index.d.ts +4 -1
  12. package/dist/index.js +164 -6
  13. package/dist/index.js.map +1 -1
  14. package/dist/index.mjs +13 -6
  15. package/dist/index.mjs.map +1 -1
  16. package/dist/lib/index.d.ts +154 -2
  17. package/dist/lib/index.js +141 -6
  18. package/dist/lib/index.js.map +1 -1
  19. package/dist/lib/index.mjs +11 -6
  20. package/dist/lib/integrations/index.js +3 -1
  21. package/dist/lib/integrations/index.js.map +1 -1
  22. package/dist/lib/integrations/index.mjs +5 -5
  23. package/dist/lib/integrations/nest/index.js +3 -1
  24. package/dist/lib/integrations/nest/index.js.map +1 -1
  25. package/dist/lib/integrations/nest/index.mjs +3 -3
  26. package/dist/lib/integrations/node-express/index.js +3 -1
  27. package/dist/lib/integrations/node-express/index.js.map +1 -1
  28. package/dist/lib/integrations/node-express/index.mjs +3 -3
  29. package/dist/lib/integrations/node-http/index.js +3 -1
  30. package/dist/lib/integrations/node-http/index.js.map +1 -1
  31. package/dist/lib/integrations/node-http/index.mjs +2 -2
  32. package/dist/service-adapters/index.d.ts +47 -2
  33. package/dist/service-adapters/index.js +23 -0
  34. package/dist/service-adapters/index.js.map +1 -1
  35. package/dist/service-adapters/index.mjs +3 -1
  36. package/package.json +4 -2
  37. package/src/lib/index.ts +1 -0
  38. package/src/lib/runtime/langgraph/langgraph-agent.ts +190 -0
  39. package/src/service-adapters/bedrock/bedrock-adapter.ts +65 -0
  40. package/src/service-adapters/index.ts +1 -0
  41. package/dist/chunk-GEZX4PJT.mjs.map +0 -1
  42. package/dist/chunk-M6Z4CLI6.mjs.map +0 -1
  43. package/dist/chunk-Q6JA6YY3.mjs +0 -1
  44. package/dist/chunk-Q6JA6YY3.mjs.map +0 -1
  45. /package/dist/{chunk-272XZVAS.mjs.map → chunk-G4NOAQUA.mjs.map} +0 -0
  46. /package/dist/{chunk-OGEL67NA.mjs.map → chunk-S5TNKSNR.mjs.map} +0 -0
  47. /package/dist/{chunk-MXITD3JG.mjs.map → chunk-XPTVSVNM.mjs.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @copilotkit/runtime
2
2
 
3
+ ## 1.9.0-next.2
4
+
5
+ ### Minor Changes
6
+
7
+ - 8408d58: - feat: create copilotkit agui langgraph agent
8
+ - docs: replace remote endpoint with AGUI agent
9
+
10
+ ### Patch Changes
11
+
12
+ - @copilotkit/shared@1.9.0-next.2
13
+
14
+ ## 1.8.15-next.1
15
+
16
+ ### Patch Changes
17
+
18
+ - 54cae30: - fix(react-core): allow custom toolChoice in forwardedParameters to override default
19
+ - fix: move react-dom to peerDependencies in @copilotkit/react-textarea
20
+ - feat: add amazon bedrock adapter support
21
+ - @copilotkit/shared@1.8.15-next.1
22
+
3
23
  ## 1.8.15-next.0
4
24
 
5
25
  ### Patch Changes
@@ -2,7 +2,7 @@ import {
2
2
  EmptyAdapter,
3
3
  RemoteChain,
4
4
  streamLangChainResponse
5
- } from "./chunk-GEZX4PJT.mjs";
5
+ } from "./chunk-IIXJVVTV.mjs";
6
6
  import {
7
7
  GuardrailsValidationFailureResponse,
8
8
  MessageStreamInterruptedResponse,
@@ -40,7 +40,7 @@ var require_package = __commonJS({
40
40
  publishConfig: {
41
41
  access: "public"
42
42
  },
43
- version: "1.8.15-next.0",
43
+ version: "1.9.0-next.2",
44
44
  sideEffects: false,
45
45
  main: "./dist/index.js",
46
46
  module: "./dist/index.mjs",
@@ -81,10 +81,12 @@ var require_package = __commonJS({
81
81
  "@ag-ui/client": "0.0.28",
82
82
  "@ag-ui/core": "0.0.28",
83
83
  "@ag-ui/encoder": "0.0.28",
84
+ "@ag-ui/langgraph": "0.0.3",
84
85
  "@ag-ui/proto": "0.0.28",
85
86
  "@anthropic-ai/sdk": "^0.27.3",
86
87
  "@copilotkit/shared": "workspace:*",
87
88
  "@graphql-yoga/plugin-defer-stream": "^3.3.1",
89
+ "@langchain/aws": "^0.1.9",
88
90
  "@langchain/community": "^0.3.29",
89
91
  "@langchain/core": "^0.3.38",
90
92
  "@langchain/google-gauth": "^0.1.0",
@@ -5081,6 +5083,7 @@ function copilotRuntimeNodeHttpEndpoint(options) {
5081
5083
  __name(copilotRuntimeNodeHttpEndpoint, "copilotRuntimeNodeHttpEndpoint");
5082
5084
 
5083
5085
  export {
5086
+ LangGraphEventTypes,
5084
5087
  extractParametersFromSchema,
5085
5088
  convertMCPToolsToActions,
5086
5089
  generateMcpToolInstructions,
@@ -5098,4 +5101,4 @@ export {
5098
5101
  getCommonConfig,
5099
5102
  copilotRuntimeNodeHttpEndpoint
5100
5103
  };
5101
- //# sourceMappingURL=chunk-M6Z4CLI6.mjs.map
5104
+ //# sourceMappingURL=chunk-6A27R7IP.mjs.map