@copilotkit/runtime 1.9.3-next.1 → 1.9.3-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 (36) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +18 -0
  3. package/dist/{chunk-A4G3Y5MI.mjs → chunk-JU4BWL22.mjs} +2 -2
  4. package/dist/{chunk-S5KSXMT3.mjs → chunk-L3G4PP6B.mjs} +2 -2
  5. package/dist/{chunk-6YYEJGX2.mjs → chunk-LU6X2UVD.mjs} +2 -2
  6. package/dist/{chunk-6YYEJGX2.mjs.map → chunk-LU6X2UVD.mjs.map} +1 -1
  7. package/dist/{chunk-RYQAU5RR.mjs → chunk-PVBUOB6U.mjs} +2 -2
  8. package/dist/{chunk-BNIZSVJS.mjs → chunk-WEDJ5Q4R.mjs} +4 -3
  9. package/dist/chunk-WEDJ5Q4R.mjs.map +1 -0
  10. package/dist/index.d.ts +1 -1
  11. package/dist/index.js +3 -1
  12. package/dist/index.js.map +1 -1
  13. package/dist/index.mjs +8 -6
  14. package/dist/index.mjs.map +1 -1
  15. package/dist/lib/index.d.ts +1 -0
  16. package/dist/lib/index.js +3 -1
  17. package/dist/lib/index.js.map +1 -1
  18. package/dist/lib/index.mjs +8 -6
  19. package/dist/lib/integrations/index.js +1 -1
  20. package/dist/lib/integrations/index.js.map +1 -1
  21. package/dist/lib/integrations/index.mjs +4 -4
  22. package/dist/lib/integrations/nest/index.js +1 -1
  23. package/dist/lib/integrations/nest/index.js.map +1 -1
  24. package/dist/lib/integrations/nest/index.mjs +2 -2
  25. package/dist/lib/integrations/node-express/index.js +1 -1
  26. package/dist/lib/integrations/node-express/index.js.map +1 -1
  27. package/dist/lib/integrations/node-express/index.mjs +2 -2
  28. package/dist/lib/integrations/node-http/index.js +1 -1
  29. package/dist/lib/integrations/node-http/index.js.map +1 -1
  30. package/dist/lib/integrations/node-http/index.mjs +1 -1
  31. package/package.json +4 -4
  32. package/src/lib/runtime/langgraph/langgraph-agent.ts +3 -0
  33. package/dist/chunk-BNIZSVJS.mjs.map +0 -1
  34. /package/dist/{chunk-A4G3Y5MI.mjs.map → chunk-JU4BWL22.mjs.map} +0 -0
  35. /package/dist/{chunk-S5KSXMT3.mjs.map → chunk-L3G4PP6B.mjs.map} +0 -0
  36. /package/dist/{chunk-RYQAU5RR.mjs.map → chunk-PVBUOB6U.mjs.map} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @copilotkit/runtime
2
2
 
3
+ ## 1.9.3-next.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 1bda332: - chore(telemetry): integrate Scarf for usage analytics
8
+ - Updated dependencies [1bda332]
9
+ - @copilotkit/shared@1.9.3-next.3
10
+
11
+ ## 1.9.3-next.2
12
+
13
+ ### Patch Changes
14
+
15
+ - df25f34: - feat: add agui fastAPI compatible langgraph agent
16
+ - chore: release 0.1.55 with agui langgraph fastapi support
17
+ - @copilotkit/shared@1.9.3-next.2
18
+
3
19
  ## 1.9.3-next.1
4
20
 
5
21
  ### Patch Changes
package/README.md CHANGED
@@ -119,3 +119,21 @@ const runtime = new CopilotRuntime({
119
119
  ```
120
120
 
121
121
  This allows you to send your logs to any system or service that you prefer.
122
+
123
+ ## Analytics & Privacy
124
+
125
+ CopilotKit uses [Scarf](https://scarf.sh) for anonymous usage analytics to help improve the product. Scarf handles all privacy compliance and does not store raw IP addresses. This helps us understand how CopilotKit is being used and prioritize improvements.
126
+
127
+ ### Opting Out
128
+
129
+ To disable analytics, set the environment variable:
130
+
131
+ ```bash
132
+ export COPILOTKIT_TELEMETRY_DISABLED=true
133
+ ```
134
+
135
+ Or use the `DO_NOT_TRACK` standard:
136
+
137
+ ```bash
138
+ export DO_NOT_TRACK=1
139
+ ```
@@ -2,7 +2,7 @@ import {
2
2
  getCommonConfig,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-6YYEJGX2.mjs";
5
+ } from "./chunk-LU6X2UVD.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-A4G3Y5MI.mjs.map
80
+ //# sourceMappingURL=chunk-JU4BWL22.mjs.map
@@ -2,7 +2,7 @@ import {
2
2
  copilotRuntimeNodeHttpEndpoint,
3
3
  getRuntimeInstanceTelemetryInfo,
4
4
  telemetry_client_default
5
- } from "./chunk-6YYEJGX2.mjs";
5
+ } from "./chunk-LU6X2UVD.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-S5KSXMT3.mjs.map
25
+ //# sourceMappingURL=chunk-L3G4PP6B.mjs.map
@@ -40,7 +40,7 @@ var require_package = __commonJS({
40
40
  publishConfig: {
41
41
  access: "public"
42
42
  },
43
- version: "1.9.3-next.1",
43
+ version: "1.9.3-next.3",
44
44
  sideEffects: false,
45
45
  main: "./dist/index.js",
46
46
  module: "./dist/index.mjs",
@@ -5918,4 +5918,4 @@ export {
5918
5918
  getCommonConfig,
5919
5919
  copilotRuntimeNodeHttpEndpoint
5920
5920
  };
5921
- //# sourceMappingURL=chunk-6YYEJGX2.mjs.map
5921
+ //# sourceMappingURL=chunk-LU6X2UVD.mjs.map