@copilotkit/runtime 1.9.3-next.0 → 1.9.3-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 (36) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/{chunk-R5D7D7YN.mjs → chunk-2RQ4BX75.mjs} +2 -2
  3. package/dist/{chunk-EK5RTZVJ.mjs → chunk-4ES2QKLP.mjs} +8 -5
  4. package/dist/chunk-4ES2QKLP.mjs.map +1 -0
  5. package/dist/{chunk-YGS5B7PN.mjs → chunk-7WSOM546.mjs} +4 -3
  6. package/dist/chunk-7WSOM546.mjs.map +1 -0
  7. package/dist/{chunk-RCCT2GOF.mjs → chunk-CCQGWSPS.mjs} +2 -2
  8. package/dist/{chunk-KCYFFRJY.mjs → chunk-DH323WEF.mjs} +2 -2
  9. package/dist/index.d.ts +1 -1
  10. package/dist/index.js +6 -1
  11. package/dist/index.js.map +1 -1
  12. package/dist/index.mjs +11 -9
  13. package/dist/index.mjs.map +1 -1
  14. package/dist/lib/index.d.ts +1 -0
  15. package/dist/lib/index.js +6 -1
  16. package/dist/lib/index.js.map +1 -1
  17. package/dist/lib/index.mjs +11 -9
  18. package/dist/lib/integrations/index.js +4 -1
  19. package/dist/lib/integrations/index.js.map +1 -1
  20. package/dist/lib/integrations/index.mjs +7 -7
  21. package/dist/lib/integrations/nest/index.js +4 -1
  22. package/dist/lib/integrations/nest/index.js.map +1 -1
  23. package/dist/lib/integrations/nest/index.mjs +3 -3
  24. package/dist/lib/integrations/node-express/index.js +4 -1
  25. package/dist/lib/integrations/node-express/index.js.map +1 -1
  26. package/dist/lib/integrations/node-express/index.mjs +3 -3
  27. package/dist/lib/integrations/node-http/index.js +4 -1
  28. package/dist/lib/integrations/node-http/index.js.map +1 -1
  29. package/dist/lib/integrations/node-http/index.mjs +2 -2
  30. package/package.json +5 -2
  31. package/src/lib/runtime/langgraph/langgraph-agent.ts +3 -0
  32. package/dist/chunk-EK5RTZVJ.mjs.map +0 -1
  33. package/dist/chunk-YGS5B7PN.mjs.map +0 -1
  34. /package/dist/{chunk-R5D7D7YN.mjs.map → chunk-2RQ4BX75.mjs.map} +0 -0
  35. /package/dist/{chunk-RCCT2GOF.mjs.map → chunk-CCQGWSPS.mjs.map} +0 -0
  36. /package/dist/{chunk-KCYFFRJY.mjs.map → chunk-DH323WEF.mjs.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @copilotkit/runtime
2
2
 
3
+ ## 1.9.3-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - df25f34: - feat: add agui fastAPI compatible langgraph agent
8
+ - chore: release 0.1.55 with agui langgraph fastapi support
9
+ - @copilotkit/shared@1.9.3-next.2
10
+
11
+ ## 1.9.3-next.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 589ae52: - adds scarf deps to runtime
16
+ - @copilotkit/shared@1.9.3-next.1
17
+
3
18
  ## 1.9.3-next.0
4
19
 
5
20
  ### Patch Changes
@@ -2,7 +2,7 @@ import {
2
2
  getCommonConfig,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-EK5RTZVJ.mjs";
5
+ } from "./chunk-4ES2QKLP.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-R5D7D7YN.mjs.map
80
+ //# sourceMappingURL=chunk-2RQ4BX75.mjs.map
@@ -5,9 +5,6 @@ import {
5
5
  ResultMessage,
6
6
  TextMessage
7
7
  } from "./chunk-SHBDMA63.mjs";
8
- import {
9
- BaseMessageInput
10
- } from "./chunk-2OZAGFV3.mjs";
11
8
  import {
12
9
  EmptyAdapter,
13
10
  RemoteChain,
@@ -20,6 +17,9 @@ import {
20
17
  SuccessResponseStatus,
21
18
  UnknownErrorResponse
22
19
  } from "./chunk-XWBDEXDA.mjs";
20
+ import {
21
+ BaseMessageInput
22
+ } from "./chunk-2OZAGFV3.mjs";
23
23
  import {
24
24
  __commonJS,
25
25
  __name,
@@ -40,7 +40,7 @@ var require_package = __commonJS({
40
40
  publishConfig: {
41
41
  access: "public"
42
42
  },
43
- version: "1.9.3-next.0",
43
+ version: "1.9.3-next.2",
44
44
  sideEffects: false,
45
45
  main: "./dist/index.js",
46
46
  module: "./dist/index.mjs",
@@ -92,6 +92,8 @@ var require_package = __commonJS({
92
92
  "@langchain/google-gauth": "^0.1.0",
93
93
  "@langchain/langgraph-sdk": "^0.0.70",
94
94
  "@langchain/openai": "^0.4.2",
95
+ "@scarf/scarf": "^1.3.0",
96
+ "@types/ip": "^1.1.3",
95
97
  "class-transformer": "^0.5.1",
96
98
  "class-validator": "^0.14.1",
97
99
  express: "^4.19.2",
@@ -99,6 +101,7 @@ var require_package = __commonJS({
99
101
  "graphql-scalars": "^1.23.0",
100
102
  "graphql-yoga": "^5.3.1",
101
103
  "groq-sdk": "^0.5.0",
104
+ ip: "^2.0.1",
102
105
  langchain: "^0.3.3",
103
106
  openai: "^4.85.1",
104
107
  "partial-json": "^0.1.7",
@@ -5915,4 +5918,4 @@ export {
5915
5918
  getCommonConfig,
5916
5919
  copilotRuntimeNodeHttpEndpoint
5917
5920
  };
5918
- //# sourceMappingURL=chunk-EK5RTZVJ.mjs.map
5921
+ //# sourceMappingURL=chunk-4ES2QKLP.mjs.map