@atbash/sdk 0.3.10-dev.0 → 0.3.11-dev.1
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/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -210,7 +210,7 @@ declare function verifyJudgeResponseSignature(bodyBytes: Uint8Array, signatureHe
|
|
|
210
210
|
* Tracks: function call counts, latency, source (CLI/plugin/SDK),
|
|
211
211
|
* and agent identity. Opt-in — no data sent unless enabled.
|
|
212
212
|
*/
|
|
213
|
-
type ClientSource = "cli" | "sdk" | "plugin:openclaw" | "plugin:
|
|
213
|
+
type ClientSource = "cli" | "sdk" | "plugin:openclaw" | "plugin:langchain" | "plugin:langgraph" | "plugin:hermes" | "plugin:eliza" | "plugin:crewai" | "plugin:mcp" | "plugin:autogen" | "plugin:jeenai" | (string & {});
|
|
214
214
|
interface TelemetryConfig {
|
|
215
215
|
/** Must be true to send any telemetry. Default: false */
|
|
216
216
|
enabled: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -210,7 +210,7 @@ declare function verifyJudgeResponseSignature(bodyBytes: Uint8Array, signatureHe
|
|
|
210
210
|
* Tracks: function call counts, latency, source (CLI/plugin/SDK),
|
|
211
211
|
* and agent identity. Opt-in — no data sent unless enabled.
|
|
212
212
|
*/
|
|
213
|
-
type ClientSource = "cli" | "sdk" | "plugin:openclaw" | "plugin:
|
|
213
|
+
type ClientSource = "cli" | "sdk" | "plugin:openclaw" | "plugin:langchain" | "plugin:langgraph" | "plugin:hermes" | "plugin:eliza" | "plugin:crewai" | "plugin:mcp" | "plugin:autogen" | "plugin:jeenai" | (string & {});
|
|
214
214
|
interface TelemetryConfig {
|
|
215
215
|
/** Must be true to send any telemetry. Default: false */
|
|
216
216
|
enabled: boolean;
|
package/package.json
CHANGED