@copilotkit/runtime 1.9.3-next.2 → 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.
- package/CHANGELOG.md +8 -0
- package/README.md +18 -0
- package/dist/{chunk-2RQ4BX75.mjs → chunk-JU4BWL22.mjs} +2 -2
- package/dist/{chunk-CCQGWSPS.mjs → chunk-L3G4PP6B.mjs} +2 -2
- package/dist/{chunk-4ES2QKLP.mjs → chunk-LU6X2UVD.mjs} +2 -2
- package/dist/{chunk-4ES2QKLP.mjs.map → chunk-LU6X2UVD.mjs.map} +1 -1
- package/dist/{chunk-DH323WEF.mjs → chunk-PVBUOB6U.mjs} +2 -2
- package/dist/{chunk-7WSOM546.mjs → chunk-WEDJ5Q4R.mjs} +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/lib/index.js +1 -1
- package/dist/lib/index.js.map +1 -1
- package/dist/lib/index.mjs +5 -5
- package/dist/lib/integrations/index.js +1 -1
- package/dist/lib/integrations/index.js.map +1 -1
- package/dist/lib/integrations/index.mjs +4 -4
- package/dist/lib/integrations/nest/index.js +1 -1
- package/dist/lib/integrations/nest/index.js.map +1 -1
- package/dist/lib/integrations/nest/index.mjs +2 -2
- package/dist/lib/integrations/node-express/index.js +1 -1
- package/dist/lib/integrations/node-express/index.js.map +1 -1
- package/dist/lib/integrations/node-express/index.mjs +2 -2
- package/dist/lib/integrations/node-http/index.js +1 -1
- package/dist/lib/integrations/node-http/index.js.map +1 -1
- package/dist/lib/integrations/node-http/index.mjs +1 -1
- package/package.json +4 -4
- /package/dist/{chunk-2RQ4BX75.mjs.map → chunk-JU4BWL22.mjs.map} +0 -0
- /package/dist/{chunk-CCQGWSPS.mjs.map → chunk-L3G4PP6B.mjs.map} +0 -0
- /package/dist/{chunk-DH323WEF.mjs.map → chunk-PVBUOB6U.mjs.map} +0 -0
- /package/dist/{chunk-7WSOM546.mjs.map → chunk-WEDJ5Q4R.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
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-
|
|
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-
|
|
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-
|
|
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-
|
|
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.
|
|
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-
|
|
5921
|
+
//# sourceMappingURL=chunk-LU6X2UVD.mjs.map
|