@camstack/system 1.2.55 → 1.2.57
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/builtins/addon-pages-aggregator/addon-pages-aggregator.addon.js +1 -1
- package/dist/builtins/addon-pages-aggregator/addon-pages-aggregator.addon.mjs +1 -1
- package/dist/builtins/addon-widgets-aggregator/addon-widgets-aggregator.addon.js +1 -1
- package/dist/builtins/addon-widgets-aggregator/addon-widgets-aggregator.addon.mjs +1 -1
- package/dist/builtins/alerts/alerts.addon.js +1 -1
- package/dist/builtins/alerts/alerts.addon.mjs +1 -1
- package/dist/builtins/backup-orchestrator/backup-orchestrator.addon.js +1 -1
- package/dist/builtins/backup-orchestrator/backup-orchestrator.addon.mjs +1 -1
- package/dist/builtins/console-logging/index.js +1 -1
- package/dist/builtins/console-logging/index.mjs +1 -1
- package/dist/builtins/core-blocks/core-blocks.addon.js +1 -1
- package/dist/builtins/core-blocks/core-blocks.addon.mjs +1 -1
- package/dist/builtins/device-manager/device-manager.addon.js +1 -1
- package/dist/builtins/device-manager/device-manager.addon.mjs +1 -1
- package/dist/builtins/doorbell/binding-mirror.d.ts +50 -0
- package/dist/builtins/doorbell/trigger-engine.d.ts +85 -8
- package/dist/builtins/doorbell/virtual-doorbell.addon.d.ts +53 -11
- package/dist/builtins/doorbell/virtual-doorbell.addon.js +243 -42
- package/dist/builtins/doorbell/virtual-doorbell.addon.mjs +243 -42
- package/dist/builtins/hub-forwarder/index.js +1 -1
- package/dist/builtins/hub-forwarder/index.mjs +1 -1
- package/dist/builtins/liveness-monitor/liveness-monitor.addon.js +1 -1
- package/dist/builtins/liveness-monitor/liveness-monitor.addon.mjs +1 -1
- package/dist/builtins/local-auth/local-auth.addon.js +1 -1
- package/dist/builtins/local-auth/local-auth.addon.mjs +1 -1
- package/dist/builtins/local-network/local-network.addon.js +1 -1
- package/dist/builtins/local-network/local-network.addon.mjs +1 -1
- package/dist/builtins/loki-logging/index.js +1 -1
- package/dist/builtins/loki-logging/index.mjs +1 -1
- package/dist/builtins/native-metrics/native-metrics.addon.js +1 -1
- package/dist/builtins/native-metrics/native-metrics.addon.mjs +1 -1
- package/dist/builtins/platform-probe/index.js +1 -1
- package/dist/builtins/platform-probe/index.mjs +1 -1
- package/dist/builtins/remote-access-orchestrator/remote-access-orchestrator.addon.js +1 -1
- package/dist/builtins/remote-access-orchestrator/remote-access-orchestrator.addon.mjs +1 -1
- package/dist/builtins/snapshot/index.js +1 -1
- package/dist/builtins/snapshot/index.mjs +1 -1
- package/dist/builtins/sqlite-storage/filesystem-storage.addon.js +1 -1
- package/dist/builtins/sqlite-storage/filesystem-storage.addon.mjs +1 -1
- package/dist/builtins/sqlite-storage/sqlite-settings.addon.js +1 -1
- package/dist/builtins/sqlite-storage/sqlite-settings.addon.mjs +1 -1
- package/dist/builtins/storage-orchestrator/storage-orchestrator.addon.js +1 -1
- package/dist/builtins/storage-orchestrator/storage-orchestrator.addon.mjs +1 -1
- package/dist/builtins/system-config/system-config.addon.js +1 -1
- package/dist/builtins/system-config/system-config.addon.mjs +1 -1
- package/dist/builtins/winston-logging/index.js +1 -1
- package/dist/builtins/winston-logging/index.mjs +1 -1
- package/dist/{dist-CblJsHb-.js → dist-BupxnZOi.js} +66 -14
- package/dist/{dist-BOpRqInW.mjs → dist-DhL_zGRT.mjs} +66 -14
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-BupxnZOi.js");
|
|
7
7
|
//#region src/builtins/system-config/system-config.addon.ts
|
|
8
8
|
/**
|
|
9
9
|
* Built-in `system-config` addon — Phase 4 of the settings redesign.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Ot as hydrateSchema, dt as BaseAddon, ut as errMsg } from "../../dist-
|
|
1
|
+
import { Ot as hydrateSchema, dt as BaseAddon, ut as errMsg } from "../../dist-DhL_zGRT.mjs";
|
|
2
2
|
//#region src/builtins/system-config/system-config.addon.ts
|
|
3
3
|
/**
|
|
4
4
|
* Built-in `system-config` addon — Phase 4 of the settings redesign.
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
const require_chunk = require("../../chunk-Cek0wNdY.js");
|
|
6
|
-
const require_dist = require("../../dist-
|
|
6
|
+
const require_dist = require("../../dist-BupxnZOi.js");
|
|
7
7
|
const require_formatter = require("../../formatter-DqAKDlvN.js");
|
|
8
8
|
let node_path = require("node:path");
|
|
9
9
|
node_path = require_chunk.__toESM(node_path);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { U as logDestinationCapability, dt as BaseAddon } from "../../dist-
|
|
1
|
+
import { U as logDestinationCapability, dt as BaseAddon } from "../../dist-DhL_zGRT.mjs";
|
|
2
2
|
import { t as formatLogLine } from "../../formatter-B7qW8bPJ.mjs";
|
|
3
3
|
import * as path$1 from "node:path";
|
|
4
4
|
import path from "node:path";
|
|
@@ -12825,14 +12825,6 @@ var RebuildObjectEmbeddingsInput = zod.z.object({
|
|
|
12825
12825
|
deviceId: zod.z.number().optional(),
|
|
12826
12826
|
since: zod.z.number().optional(),
|
|
12827
12827
|
until: zod.z.number().optional(),
|
|
12828
|
-
/**
|
|
12829
|
-
* Fraction added on EACH side of the detection box before cropping.
|
|
12830
|
-
* ~0.2 (a 1.4x window) gives CLIP the surroundings it is trained on; 0 is
|
|
12831
|
-
* the pixel-tight crop the first implementation used.
|
|
12832
|
-
*/
|
|
12833
|
-
cropMargin: zod.z.number().min(0).max(4).optional(),
|
|
12834
|
-
/** Square the window before extracting, so a tall subject is not squashed. */
|
|
12835
|
-
square: zod.z.boolean().optional(),
|
|
12836
12828
|
/** Stop after this many tracks; the result reports whether more remain. */
|
|
12837
12829
|
maxTracks: zod.z.number().int().positive().optional()
|
|
12838
12830
|
});
|
|
@@ -12867,6 +12859,14 @@ var RebuildStatusSchema = zod.z.object({
|
|
|
12867
12859
|
missingKeyFrame: zod.z.number(),
|
|
12868
12860
|
/** Tracks with no usable detection box. */
|
|
12869
12861
|
missingBbox: zod.z.number(),
|
|
12862
|
+
/**
|
|
12863
|
+
* Tracks the pipeline REFUSED rather than broke on: the camera is not
|
|
12864
|
+
* attached, or `clip-embedding` is not enabled in its step tree. Separate
|
|
12865
|
+
* from `failed` because the remedy is a configuration change, not an engine
|
|
12866
|
+
* investigation — and because a pass over decommissioned cameras would
|
|
12867
|
+
* otherwise read as a total engine outage.
|
|
12868
|
+
*/
|
|
12869
|
+
notRunnable: zod.z.number(),
|
|
12870
12870
|
failed: zod.z.number(),
|
|
12871
12871
|
/** Set once a pass ends: true only when EVERYTHING was covered. */
|
|
12872
12872
|
complete: zod.z.boolean().nullable(),
|
|
@@ -14338,16 +14338,44 @@ var pipelineRunnerCapability = {
|
|
|
14338
14338
|
* for a single tracked detection. The per-frame plane (`runPipeline`
|
|
14339
14339
|
* with `plane: 'frame'`) skips crop children entirely; a track-level
|
|
14340
14340
|
* caller invokes this per-track, on its own cadence, instead of on
|
|
14341
|
-
* every frame.
|
|
14342
|
-
*
|
|
14343
|
-
*
|
|
14344
|
-
*
|
|
14345
|
-
*
|
|
14346
|
-
*
|
|
14341
|
+
* every frame. `steps` narrows which configured children to run
|
|
14342
|
+
* (default: all configured children for `parent.className`).
|
|
14343
|
+
*
|
|
14344
|
+
* ## Three pixel sources, and WHO decides the rectangle
|
|
14345
|
+
*
|
|
14346
|
+
* Tried in this order; the difference between them is not the pixels but
|
|
14347
|
+
* which side derives the crop, and confusing the two is how the CLIP index
|
|
14348
|
+
* ended up holding two incomparable feature spaces:
|
|
14349
|
+
*
|
|
14350
|
+
* 1. `frameHandle` — shm lease/session, preferred and zero-copy. **The
|
|
14351
|
+
* runner cuts**, applying the cluster crop convention.
|
|
14352
|
+
* 2. `frameJpeg` — a FULL FRAME supplied by the caller (the embedding
|
|
14353
|
+
* rebuild's stored key frame). **The runner cuts**, applying the same
|
|
14354
|
+
* convention to the same function, so a rebuilt vector lands in the same
|
|
14355
|
+
* feature space as a live one.
|
|
14356
|
+
* 3. `cropJpeg` — an ALREADY-CUT tile. **The caller decided the
|
|
14357
|
+
* rectangle**; the runner applies NO padding and no squaring and feeds
|
|
14358
|
+
* it to the model verbatim. Only for the lease-miss retry, where the
|
|
14359
|
+
* caller holds pixels the runner can no longer reach.
|
|
14360
|
+
*
|
|
14361
|
+
* Returns `null` when no source resolves (handle evicted and no fallback
|
|
14362
|
+
* supplied), when the camera is not attached, or when no enabled step
|
|
14363
|
+
* matches — every one of those is logged on the runner with the deviceId.
|
|
14347
14364
|
*/
|
|
14348
14365
|
runDetailSubtree: method(zod.z.object({
|
|
14349
14366
|
deviceId: zod.z.number(),
|
|
14350
14367
|
frameHandle: FrameHandleSchema.optional(),
|
|
14368
|
+
/**
|
|
14369
|
+
* FULL FRAME (base64 JPEG). The runner derives the crop rectangle from
|
|
14370
|
+
* `parent.bbox` with the cluster crop convention and cuts it itself —
|
|
14371
|
+
* do NOT pre-crop for this field, that is what `cropJpeg` is.
|
|
14372
|
+
*/
|
|
14373
|
+
frameJpeg: zod.z.string().optional(),
|
|
14374
|
+
/**
|
|
14375
|
+
* PRE-CUT tile (base64 JPEG), used verbatim — NO padding is applied.
|
|
14376
|
+
* The fallback when the lease/session backing the frame is gone and the
|
|
14377
|
+
* caller already holds a crop.
|
|
14378
|
+
*/
|
|
14351
14379
|
cropJpeg: zod.z.string().optional(),
|
|
14352
14380
|
parent: DetailParentSchema,
|
|
14353
14381
|
steps: zod.z.array(zod.z.string()).optional()
|
|
@@ -30307,6 +30335,30 @@ function decodeVectorBase64(encoded) {
|
|
|
30307
30335
|
function vectorDimFromBase64(encoded) {
|
|
30308
30336
|
return Math.floor(Buffer.from(encoded, "base64").byteLength / 4);
|
|
30309
30337
|
}
|
|
30338
|
+
zod.z.object({
|
|
30339
|
+
/**
|
|
30340
|
+
* Fraction of the box's own size added on EACH side before cutting.
|
|
30341
|
+
*
|
|
30342
|
+
* CLIP is trained on natural images WITH surroundings; a pixel-tight crop
|
|
30343
|
+
* removes exactly the context it is strongest on (a dog cut to its outline
|
|
30344
|
+
* is a dark blob). The right value is an empirical question, which is why it
|
|
30345
|
+
* is a setting: 0 / 0.15 / 0.2 / 0.5 are the interesting points.
|
|
30346
|
+
*/
|
|
30347
|
+
paddingRatio: zod.z.number().min(0).max(4),
|
|
30348
|
+
/**
|
|
30349
|
+
* Square the window (in PIXELS) before cutting.
|
|
30350
|
+
*
|
|
30351
|
+
* CLIP's input is square, so a tall bbox resized straight to NxN is squashed
|
|
30352
|
+
* — a standing person becomes a shape the model never saw. Squaring costs
|
|
30353
|
+
* extra background, which is context the model wants anyway. Off by default
|
|
30354
|
+
* because the live path has never squared and the stored index reflects that.
|
|
30355
|
+
*/
|
|
30356
|
+
square: zod.z.boolean()
|
|
30357
|
+
});
|
|
30358
|
+
({
|
|
30359
|
+
paddingRatio: .15,
|
|
30360
|
+
square: false
|
|
30361
|
+
}).paddingRatio;
|
|
30310
30362
|
/**
|
|
30311
30363
|
* Scores all applicable inference backends for the given hardware.
|
|
30312
30364
|
*
|
|
@@ -12825,14 +12825,6 @@ var RebuildObjectEmbeddingsInput = z.object({
|
|
|
12825
12825
|
deviceId: z.number().optional(),
|
|
12826
12826
|
since: z.number().optional(),
|
|
12827
12827
|
until: z.number().optional(),
|
|
12828
|
-
/**
|
|
12829
|
-
* Fraction added on EACH side of the detection box before cropping.
|
|
12830
|
-
* ~0.2 (a 1.4x window) gives CLIP the surroundings it is trained on; 0 is
|
|
12831
|
-
* the pixel-tight crop the first implementation used.
|
|
12832
|
-
*/
|
|
12833
|
-
cropMargin: z.number().min(0).max(4).optional(),
|
|
12834
|
-
/** Square the window before extracting, so a tall subject is not squashed. */
|
|
12835
|
-
square: z.boolean().optional(),
|
|
12836
12828
|
/** Stop after this many tracks; the result reports whether more remain. */
|
|
12837
12829
|
maxTracks: z.number().int().positive().optional()
|
|
12838
12830
|
});
|
|
@@ -12867,6 +12859,14 @@ var RebuildStatusSchema = z.object({
|
|
|
12867
12859
|
missingKeyFrame: z.number(),
|
|
12868
12860
|
/** Tracks with no usable detection box. */
|
|
12869
12861
|
missingBbox: z.number(),
|
|
12862
|
+
/**
|
|
12863
|
+
* Tracks the pipeline REFUSED rather than broke on: the camera is not
|
|
12864
|
+
* attached, or `clip-embedding` is not enabled in its step tree. Separate
|
|
12865
|
+
* from `failed` because the remedy is a configuration change, not an engine
|
|
12866
|
+
* investigation — and because a pass over decommissioned cameras would
|
|
12867
|
+
* otherwise read as a total engine outage.
|
|
12868
|
+
*/
|
|
12869
|
+
notRunnable: z.number(),
|
|
12870
12870
|
failed: z.number(),
|
|
12871
12871
|
/** Set once a pass ends: true only when EVERYTHING was covered. */
|
|
12872
12872
|
complete: z.boolean().nullable(),
|
|
@@ -14338,16 +14338,44 @@ var pipelineRunnerCapability = {
|
|
|
14338
14338
|
* for a single tracked detection. The per-frame plane (`runPipeline`
|
|
14339
14339
|
* with `plane: 'frame'`) skips crop children entirely; a track-level
|
|
14340
14340
|
* caller invokes this per-track, on its own cadence, instead of on
|
|
14341
|
-
* every frame.
|
|
14342
|
-
*
|
|
14343
|
-
*
|
|
14344
|
-
*
|
|
14345
|
-
*
|
|
14346
|
-
*
|
|
14341
|
+
* every frame. `steps` narrows which configured children to run
|
|
14342
|
+
* (default: all configured children for `parent.className`).
|
|
14343
|
+
*
|
|
14344
|
+
* ## Three pixel sources, and WHO decides the rectangle
|
|
14345
|
+
*
|
|
14346
|
+
* Tried in this order; the difference between them is not the pixels but
|
|
14347
|
+
* which side derives the crop, and confusing the two is how the CLIP index
|
|
14348
|
+
* ended up holding two incomparable feature spaces:
|
|
14349
|
+
*
|
|
14350
|
+
* 1. `frameHandle` — shm lease/session, preferred and zero-copy. **The
|
|
14351
|
+
* runner cuts**, applying the cluster crop convention.
|
|
14352
|
+
* 2. `frameJpeg` — a FULL FRAME supplied by the caller (the embedding
|
|
14353
|
+
* rebuild's stored key frame). **The runner cuts**, applying the same
|
|
14354
|
+
* convention to the same function, so a rebuilt vector lands in the same
|
|
14355
|
+
* feature space as a live one.
|
|
14356
|
+
* 3. `cropJpeg` — an ALREADY-CUT tile. **The caller decided the
|
|
14357
|
+
* rectangle**; the runner applies NO padding and no squaring and feeds
|
|
14358
|
+
* it to the model verbatim. Only for the lease-miss retry, where the
|
|
14359
|
+
* caller holds pixels the runner can no longer reach.
|
|
14360
|
+
*
|
|
14361
|
+
* Returns `null` when no source resolves (handle evicted and no fallback
|
|
14362
|
+
* supplied), when the camera is not attached, or when no enabled step
|
|
14363
|
+
* matches — every one of those is logged on the runner with the deviceId.
|
|
14347
14364
|
*/
|
|
14348
14365
|
runDetailSubtree: method(z.object({
|
|
14349
14366
|
deviceId: z.number(),
|
|
14350
14367
|
frameHandle: FrameHandleSchema.optional(),
|
|
14368
|
+
/**
|
|
14369
|
+
* FULL FRAME (base64 JPEG). The runner derives the crop rectangle from
|
|
14370
|
+
* `parent.bbox` with the cluster crop convention and cuts it itself —
|
|
14371
|
+
* do NOT pre-crop for this field, that is what `cropJpeg` is.
|
|
14372
|
+
*/
|
|
14373
|
+
frameJpeg: z.string().optional(),
|
|
14374
|
+
/**
|
|
14375
|
+
* PRE-CUT tile (base64 JPEG), used verbatim — NO padding is applied.
|
|
14376
|
+
* The fallback when the lease/session backing the frame is gone and the
|
|
14377
|
+
* caller already holds a crop.
|
|
14378
|
+
*/
|
|
14351
14379
|
cropJpeg: z.string().optional(),
|
|
14352
14380
|
parent: DetailParentSchema,
|
|
14353
14381
|
steps: z.array(z.string()).optional()
|
|
@@ -30307,6 +30335,30 @@ function decodeVectorBase64(encoded) {
|
|
|
30307
30335
|
function vectorDimFromBase64(encoded) {
|
|
30308
30336
|
return Math.floor(Buffer.from(encoded, "base64").byteLength / 4);
|
|
30309
30337
|
}
|
|
30338
|
+
z.object({
|
|
30339
|
+
/**
|
|
30340
|
+
* Fraction of the box's own size added on EACH side before cutting.
|
|
30341
|
+
*
|
|
30342
|
+
* CLIP is trained on natural images WITH surroundings; a pixel-tight crop
|
|
30343
|
+
* removes exactly the context it is strongest on (a dog cut to its outline
|
|
30344
|
+
* is a dark blob). The right value is an empirical question, which is why it
|
|
30345
|
+
* is a setting: 0 / 0.15 / 0.2 / 0.5 are the interesting points.
|
|
30346
|
+
*/
|
|
30347
|
+
paddingRatio: z.number().min(0).max(4),
|
|
30348
|
+
/**
|
|
30349
|
+
* Square the window (in PIXELS) before cutting.
|
|
30350
|
+
*
|
|
30351
|
+
* CLIP's input is square, so a tall bbox resized straight to NxN is squashed
|
|
30352
|
+
* — a standing person becomes a shape the model never saw. Squaring costs
|
|
30353
|
+
* extra background, which is context the model wants anyway. Off by default
|
|
30354
|
+
* because the live path has never squared and the stored index reflects that.
|
|
30355
|
+
*/
|
|
30356
|
+
square: z.boolean()
|
|
30357
|
+
});
|
|
30358
|
+
({
|
|
30359
|
+
paddingRatio: .15,
|
|
30360
|
+
square: false
|
|
30361
|
+
}).paddingRatio;
|
|
30310
30362
|
/**
|
|
30311
30363
|
* Scores all applicable inference backends for the given hardware.
|
|
30312
30364
|
*
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_chunk = require("./chunk-Cek0wNdY.js");
|
|
3
|
-
const require_dist = require("./dist-
|
|
3
|
+
const require_dist = require("./dist-BupxnZOi.js");
|
|
4
4
|
const require_model_download_service = require("./model-download-service-hf0ookyy.js");
|
|
5
5
|
const require_manifest_python_deps = require("./manifest-python-deps-BqE5j0-O.js");
|
|
6
6
|
const require_resource_monitor = require("./resource-monitor-DNNomR-i.js");
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as __toCommonJS, i as __require, n as __esmMin, o as __toESM$1, r as __exportAll, t as __commonJSMin$1 } from "./chunk-CNf5ZN-e.mjs";
|
|
2
|
-
import { B as kebabToCamel, Ct as asString$1, Dt as expandCapMethods, Ft as scopeKey, G as looseSchema, I as isArrayOutputSchema, J as objectInputDeclaresAddonId, L as isCollectionArrayMethod, Lt as EventCategory$1, Mt as parseJsonUnknown$1, N as extractNestedAddonId, Nt as readinessKey, Pt as resolveCapMount, R as isObjectInput, St as asNumber, Tt as emitDownForOwnedCaps, V as lifecycleJobSchema, W as logLevelAtMost, Z as procedureAuthKey, c as METHOD_ACCESS_MAP, ft as DATAPLANE_SECRET_HEADER$1, h as addonSettingsCapability, jt as parseJsonObject, l as RUNTIME_DEFAULTS, mt as DEVICE_STATUS_METHOD, pt as DEVICE_SETTINGS_CONTRIBUTION_METHODS, t as ALL_CAPABILITY_DEFINITIONS, ut as errMsg$1, vt as ReadinessRegistry, wt as createEvent, xt as asJsonObject$1, yt as ReadinessTimeoutError, z as isVoidInput } from "./dist-
|
|
2
|
+
import { B as kebabToCamel, Ct as asString$1, Dt as expandCapMethods, Ft as scopeKey, G as looseSchema, I as isArrayOutputSchema, J as objectInputDeclaresAddonId, L as isCollectionArrayMethod, Lt as EventCategory$1, Mt as parseJsonUnknown$1, N as extractNestedAddonId, Nt as readinessKey, Pt as resolveCapMount, R as isObjectInput, St as asNumber, Tt as emitDownForOwnedCaps, V as lifecycleJobSchema, W as logLevelAtMost, Z as procedureAuthKey, c as METHOD_ACCESS_MAP, ft as DATAPLANE_SECRET_HEADER$1, h as addonSettingsCapability, jt as parseJsonObject, l as RUNTIME_DEFAULTS, mt as DEVICE_STATUS_METHOD, pt as DEVICE_SETTINGS_CONTRIBUTION_METHODS, t as ALL_CAPABILITY_DEFINITIONS, ut as errMsg$1, vt as ReadinessRegistry, wt as createEvent, xt as asJsonObject$1, yt as ReadinessTimeoutError, z as isVoidInput } from "./dist-DhL_zGRT.mjs";
|
|
3
3
|
import { a as downloadModel, c as getModelFilePath, d as contentTypeFor, f as createAuthenticatedFileServer, h as resolveFilePath, i as downloadFile, l as isModelDownloaded, m as parseTokenizedUrl, n as collectModelFiles, o as ensureModel, p as parseRangeHeader, r as deleteModelFromDisk, s as fetchJson, t as ModelDownloadService, u as createFileDataPlaneHandler } from "./model-download-service-Cp9f4dk6.mjs";
|
|
4
4
|
import { $ as buildNativeCapProxy, A as createHubCapForwardService, B as AGENT_CAP_FWD_ACTION, C as brokerTransportLink, Ct as resolveAddonClass, D as localProviderLink, E as ipcParentLink, F as createUdsLogger, G as callWithServiceDiscovery, H as CapRouteResolver, I as createUdsLoggerWithControl, J as UdsLocalTransportServer, K as createLocalTransport, L as LocalChildClient, M as createUdsEventBridge, N as createUdsEventBus, O as HUB_CAP_FWD_ACTION, P as udsChildLogToWorkerEntry, Q as encodeFrame, R as LocalChildRegistry, S as brokerCallForCap, St as runNpm, T as ipcChildLink, U as CapRouteError, V as AGENT_CAP_FWD_SERVICE, W as classifyCapRoute, X as localEndpointPath, Y as SocketChannel, Z as FrameDecoder, _ as createKernelHwAccel, _t as CapabilityHandle, a as getWorkerDeviceRegistry, b as __resetCapUsageRegistryForTests, bt as installManifestNativeDeps, c as setHubConnected, ct as NATIVE_PROVIDER_SERVICE_INFIX, d as getBrokerEventBus, dt as capBareAction, et as buildUdsNativeCapProxy, f as getMoleculerEventStats, ft as capServiceName, g as AddonDepsManager, gt as DeviceRegistry, h as subscribePassthrough, ht as serializeTypedArrays, i as createUdsAddonContext, it as mountNativeCapService, j as createParentUnownedCallHandler, k as HUB_CAP_FWD_SERVICE, l as EVENT_TOPIC_PREFIX, lt as capActionName, m as setNodeEventInterest, mt as deserializeTypedArrays, n as adaptBrokerToCluster, o as getOrInitReadinessRegistry, ot as createAddonService, p as registerEventBusService, pt as parseCapAction, q as UdsLocalTransportClient, r as createAddonContext, s as getOrInitReadinessRegistryForClient, st as validateProviderRegistrations, t as installManifestPythonDeps, tt as createBrokerDeviceManagerApi, u as clusterEventTopic, ut as capActionSuffix, v as resolveHwAccel, vt as CapabilityUnavailableError, w as buildLinkChain, wt as createAddonDataPlaneFacility, x as getCapUsageRegistry, xt as resolveNpmInvocation, y as CapUsageRegistry, yt as copyBundledNativeModules, z as UDS_NO_ROUTE_PREFIX } from "./manifest-python-deps-Ck4-9K9m.mjs";
|
|
5
5
|
import { n as getSinglePidStats, t as getPidStats } from "./resource-monitor-BkP504Vq.mjs";
|