@camstack/system 1.2.151 → 1.2.153

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 (66) hide show
  1. package/dist/addon-runner.js +14 -15
  2. package/dist/addon-runner.mjs +14 -14
  3. package/dist/builtins/addon-pages-aggregator/addon-pages-aggregator.addon.js +1 -1
  4. package/dist/builtins/addon-pages-aggregator/addon-pages-aggregator.addon.mjs +1 -1
  5. package/dist/builtins/addon-widgets-aggregator/addon-widgets-aggregator.addon.js +1 -1
  6. package/dist/builtins/addon-widgets-aggregator/addon-widgets-aggregator.addon.mjs +1 -1
  7. package/dist/builtins/alerts/alerts.addon.js +1 -1
  8. package/dist/builtins/alerts/alerts.addon.mjs +1 -1
  9. package/dist/builtins/backup-orchestrator/backup-orchestrator.addon.js +1 -1
  10. package/dist/builtins/backup-orchestrator/backup-orchestrator.addon.mjs +1 -1
  11. package/dist/builtins/console-logging/index.js +1 -1
  12. package/dist/builtins/console-logging/index.mjs +1 -1
  13. package/dist/builtins/core-blocks/core-blocks.addon.js +1 -1
  14. package/dist/builtins/core-blocks/core-blocks.addon.mjs +1 -1
  15. package/dist/builtins/device-manager/device-manager.addon.js +2 -2
  16. package/dist/builtins/device-manager/device-manager.addon.mjs +2 -2
  17. package/dist/builtins/doorbell/virtual-doorbell.addon.js +1 -1
  18. package/dist/builtins/doorbell/virtual-doorbell.addon.mjs +1 -1
  19. package/dist/builtins/hub-forwarder/index.js +1 -1
  20. package/dist/builtins/hub-forwarder/index.mjs +1 -1
  21. package/dist/builtins/liveness-monitor/liveness-monitor.addon.js +1 -1
  22. package/dist/builtins/liveness-monitor/liveness-monitor.addon.mjs +1 -1
  23. package/dist/builtins/local-auth/local-auth.addon.js +1 -1
  24. package/dist/builtins/local-auth/local-auth.addon.mjs +1 -1
  25. package/dist/builtins/local-network/local-network.addon.js +3 -3
  26. package/dist/builtins/local-network/local-network.addon.mjs +3 -3
  27. package/dist/builtins/loki-logging/index.js +1 -1
  28. package/dist/builtins/loki-logging/index.mjs +1 -1
  29. package/dist/builtins/native-metrics/cgroup-memory.d.ts +193 -0
  30. package/dist/builtins/native-metrics/container-memory-series.d.ts +226 -0
  31. package/dist/builtins/native-metrics/native-metrics.addon.d.ts +26 -0
  32. package/dist/builtins/native-metrics/native-metrics.addon.js +1536 -661
  33. package/dist/builtins/native-metrics/native-metrics.addon.mjs +1536 -660
  34. package/dist/builtins/platform-probe/index.js +3 -3
  35. package/dist/builtins/platform-probe/index.mjs +2 -2
  36. package/dist/builtins/remote-access-orchestrator/remote-access-orchestrator.addon.js +1 -1
  37. package/dist/builtins/remote-access-orchestrator/remote-access-orchestrator.addon.mjs +1 -1
  38. package/dist/builtins/snapshot/index.js +1 -1
  39. package/dist/builtins/snapshot/index.mjs +1 -1
  40. package/dist/builtins/sqlite-storage/filesystem-storage.addon.js +2 -2
  41. package/dist/builtins/sqlite-storage/filesystem-storage.addon.mjs +2 -2
  42. package/dist/builtins/sqlite-storage/sqlite-settings.addon.js +0 -0
  43. package/dist/builtins/sqlite-storage/sqlite-settings.addon.mjs +0 -0
  44. package/dist/builtins/storage-orchestrator/storage-orchestrator.addon.js +1 -1
  45. package/dist/builtins/storage-orchestrator/storage-orchestrator.addon.mjs +1 -1
  46. package/dist/builtins/system-config/system-config.addon.js +1 -1
  47. package/dist/builtins/system-config/system-config.addon.mjs +1 -1
  48. package/dist/builtins/winston-logging/index.js +1 -1
  49. package/dist/builtins/winston-logging/index.mjs +1 -1
  50. package/dist/{dist-CbRciAbu.mjs → dist-BLhrrxIs.mjs} +63 -4
  51. package/dist/{dist-CImxMt5h.js → dist-C7uZ_fOb.js} +63 -4
  52. package/dist/index.d.ts +6 -2
  53. package/dist/index.js +24 -5
  54. package/dist/index.mjs +5 -5
  55. package/dist/kernel/event-plane-report.d.ts +202 -0
  56. package/dist/kernel/heap-spaces.d.ts +138 -0
  57. package/dist/kernel/heap-watch.d.ts +142 -5
  58. package/dist/kernel/index.d.ts +2 -0
  59. package/dist/kernel/transport/local-child-registry.d.ts +22 -0
  60. package/dist/{manifest-python-deps-BqWrDjSN.js → manifest-python-deps-CRTx_j4k.js} +636 -15
  61. package/dist/{manifest-python-deps-DuQ3Uqoq.mjs → manifest-python-deps-QompQxhG.mjs} +522 -15
  62. package/dist/{retired-settings-keys-C7gLUS3x.js → retired-settings-keys-CBU4-TJO.js} +1 -1
  63. package/dist/{retired-settings-keys-DhFPXIRD.mjs → retired-settings-keys-q9mt_DLX.mjs} +1 -1
  64. package/package.json +1 -1
  65. package/dist/{tls-u8QCJCFE.js → tls-BxQlomxd.js} +1 -1
  66. package/dist/{tls-CQhPGSJm.mjs → tls-DOTmtLCW.mjs} +1 -1
@@ -3,13 +3,13 @@ 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-CImxMt5h.js");
6
+ const require_dist = require("../../dist-C7uZ_fOb.js");
7
7
  let node_child_process = require("node:child_process");
8
8
  let node_util = require("node:util");
9
- let node_os = require("node:os");
10
- node_os = require_chunk.__toESM(node_os);
11
9
  let node_fs = require("node:fs");
12
10
  node_fs = require_chunk.__toESM(node_fs);
11
+ let node_os = require("node:os");
12
+ node_os = require_chunk.__toESM(node_os);
13
13
  //#region src/builtins/platform-probe/coral-accelerators.ts
14
14
  /**
15
15
  * Coral USB Edge TPU USB identifiers.
@@ -1,9 +1,9 @@
1
1
  import { o as __toESM } from "../../chunk-CNf5ZN-e.mjs";
2
- import { Ot as errMsg, V as enumerateInferenceDevices, Wt as emitReadiness, kt as BaseAddon, tn as EventCategory, ut as platformProbeCapability, vt as scoreRuntimes } from "../../dist-CbRciAbu.mjs";
2
+ import { Ot as errMsg, V as enumerateInferenceDevices, Wt as emitReadiness, kt as BaseAddon, tn as EventCategory, ut as platformProbeCapability, vt as scoreRuntimes } from "../../dist-BLhrrxIs.mjs";
3
3
  import { execFile } from "node:child_process";
4
4
  import { promisify } from "node:util";
5
- import * as os from "node:os";
6
5
  import * as fs from "node:fs";
6
+ import * as os from "node:os";
7
7
  //#region src/builtins/platform-probe/coral-accelerators.ts
8
8
  /**
9
9
  * Coral USB Edge TPU USB identifiers.
@@ -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-CImxMt5h.js");
6
+ const require_dist = require("../../dist-C7uZ_fOb.js");
7
7
  //#region src/builtins/remote-access-orchestrator/enabled-providers-reconcile.ts
8
8
  /**
9
9
  * Reconcile the durable `enabledProviders` set against authoritative
@@ -1,4 +1,4 @@
1
- import { kt as BaseAddon, tn as EventCategory } from "../../dist-CbRciAbu.mjs";
1
+ import { kt as BaseAddon, tn as EventCategory } from "../../dist-BLhrrxIs.mjs";
2
2
  //#region src/builtins/remote-access-orchestrator/enabled-providers-reconcile.ts
3
3
  /**
4
4
  * Reconcile the durable `enabledProviders` set against authoritative
@@ -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-CImxMt5h.js");
6
+ const require_dist = require("../../dist-C7uZ_fOb.js");
7
7
  let zod = require("zod");
8
8
  let node_crypto = require("node:crypto");
9
9
  let _camstack_types_node = require("@camstack/types/node");
@@ -1,4 +1,4 @@
1
- import { Ft as DeviceType, I as deriveBatteryPresence, Jt as nodePin, Nt as DeviceFeature, O as bareAddonId, Ot as errMsg, bt as snapshotCapability, i as BatteryStatusSchema, k as batteryCapability, kt as BaseAddon, tn as EventCategory, wt as streamQualityLabel } from "../../dist-CbRciAbu.mjs";
1
+ import { Ft as DeviceType, I as deriveBatteryPresence, Jt as nodePin, Nt as DeviceFeature, O as bareAddonId, Ot as errMsg, bt as snapshotCapability, i as BatteryStatusSchema, k as batteryCapability, kt as BaseAddon, tn as EventCategory, wt as streamQualityLabel } from "../../dist-BLhrrxIs.mjs";
2
2
  import { z } from "zod";
3
3
  import { randomUUID } from "node:crypto";
4
4
  import { signExpiringUrl, verifyExpiringUrl } from "@camstack/types/node";
@@ -3,14 +3,14 @@ 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-CImxMt5h.js");
6
+ const require_dist = require("../../dist-C7uZ_fOb.js");
7
7
  let node_crypto = require("node:crypto");
8
8
  let node_fs_promises = require("node:fs/promises");
9
9
  let node_path = require("node:path");
10
10
  node_path = require_chunk.__toESM(node_path);
11
- let node_os = require("node:os");
12
11
  let node_fs = require("node:fs");
13
12
  node_fs = require_chunk.__toESM(node_fs);
13
+ let node_os = require("node:os");
14
14
  //#region src/builtins/sqlite-storage/path-guard.ts
15
15
  /**
16
16
  * Guards for the filesystem-browse cap. Pure + synchronous so they are
@@ -1,10 +1,10 @@
1
- import { Ct as storageProviderCapability, K as filesystemBrowseCapability, kt as BaseAddon } from "../../dist-CbRciAbu.mjs";
1
+ import { Ct as storageProviderCapability, K as filesystemBrowseCapability, kt as BaseAddon } from "../../dist-BLhrrxIs.mjs";
2
2
  import { randomUUID } from "node:crypto";
3
3
  import { mkdir, readdir, realpath, statfs } from "node:fs/promises";
4
4
  import * as path$1 from "node:path";
5
5
  import { basename, dirname, isAbsolute, join, resolve, sep } from "node:path";
6
- import { homedir } from "node:os";
7
6
  import * as fs from "node:fs";
7
+ import { homedir } from "node:os";
8
8
  //#region src/builtins/sqlite-storage/path-guard.ts
9
9
  /**
10
10
  * Guards for the filesystem-browse cap. Pure + synchronous so they are
@@ -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-CImxMt5h.js");
6
+ const require_dist = require("../../dist-C7uZ_fOb.js");
7
7
  let node_crypto = require("node:crypto");
8
8
  let node_fs_promises = require("node:fs/promises");
9
9
  node_fs_promises = require_chunk.__toESM(node_fs_promises);
@@ -1,4 +1,4 @@
1
- import { St as storageMigrationCapability, Yt as parseJsonObject, b as StorageMigrationJobSchema, kt as BaseAddon, xt as storageCapability, y as StorageLocationTypeSchema, yt as settingsStoreCapability } from "../../dist-CbRciAbu.mjs";
1
+ import { St as storageMigrationCapability, Yt as parseJsonObject, b as StorageMigrationJobSchema, kt as BaseAddon, xt as storageCapability, y as StorageLocationTypeSchema, yt as settingsStoreCapability } from "../../dist-BLhrrxIs.mjs";
2
2
  import { randomUUID } from "node:crypto";
3
3
  import * as fs from "node:fs/promises";
4
4
  import * as path$1 from "node:path";
@@ -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-CImxMt5h.js");
6
+ const require_dist = require("../../dist-C7uZ_fOb.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 { Kt as hydrateSchema, Ot as errMsg, kt as BaseAddon } from "../../dist-CbRciAbu.mjs";
1
+ import { Kt as hydrateSchema, Ot as errMsg, kt as BaseAddon } from "../../dist-BLhrrxIs.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-CImxMt5h.js");
6
+ const require_dist = require("../../dist-C7uZ_fOb.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 { kt as BaseAddon, rt as logDestinationCapability } from "../../dist-CbRciAbu.mjs";
1
+ import { kt as BaseAddon, rt as logDestinationCapability } from "../../dist-BLhrrxIs.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";
@@ -12083,6 +12083,50 @@ var NodeProcessSchema = z.object({
12083
12083
  /** Wall-clock uptime (seconds). Parsed from `ps etime`. */
12084
12084
  uptimeSec: z.number()
12085
12085
  });
12086
+ /**
12087
+ * One retained container-memory reading.
12088
+ *
12089
+ * `atMs` is the timestamp of the PROCESS snapshot taken in the same tick, not
12090
+ * a second clock: that is what makes "processes sum to X, container says Y"
12091
+ * subtractable per point rather than an eyeballed comparison of two series
12092
+ * sampled at different instants.
12093
+ *
12094
+ * A reduced window keeps the sample with the LARGEST `currentBytes` in each
12095
+ * bucket, WHOLE. Taking a per-field maximum would synthesise a row whose parts
12096
+ * never coexisted, and a mean would smear away the peak this exists to find.
12097
+ */
12098
+ var ContainerMemoryPointSchema = z.object({
12099
+ /** Which hierarchy answered, so a reading is never ambiguous. */
12100
+ source: z.enum(["cgroup-v2", "cgroup-v1"]),
12101
+ /** `memory.current` (v2) / `memory.usage_in_bytes` (v1). Always known. */
12102
+ currentBytes: z.number(),
12103
+ /** The cgroup's ceiling. `null` = NO LIMIT — never a sentinel, never zero. */
12104
+ limitBytes: z.number().nullable(),
12105
+ /** Anonymous pages: the closest thing to "what the processes allocated". */
12106
+ anonBytes: z.number().nullable(),
12107
+ /** Page cache. Charged to the cgroup, owned by no process. */
12108
+ fileBytes: z.number().nullable(),
12109
+ /**
12110
+ * Shared memory — and the field that explained the largest single surprise.
12111
+ * The i915 driver backs GPU buffers with shmem, so an inference pool or a
12112
+ * hardware-decode session holding DRM objects is charged HERE and appears
12113
+ * nowhere in a `ps` scan.
12114
+ */
12115
+ shmemBytes: z.number().nullable(),
12116
+ /** Kernel slab charged to this cgroup. `null` on v1, which never publishes it. */
12117
+ slabBytes: z.number().nullable(),
12118
+ /**
12119
+ * Shrinkable i915 GEM object bytes, from debugfs.
12120
+ *
12121
+ * **Host-wide across every DRM client, NOT cgroup-scoped.** It is not a
12122
+ * component of `currentBytes` and must not be subtracted from it; it says
12123
+ * what put the shmem there, where `shmemBytes` only says how much.
12124
+ *
12125
+ * `null` wherever debugfs is not mounted — which is inside every camstack
12126
+ * container today — and on any node with no Intel GPU.
12127
+ */
12128
+ gpuShmemBytes: z.number().nullable()
12129
+ }).extend({ atMs: z.number() });
12086
12130
  var DumpHeapSnapshotInputSchema = z.object({
12087
12131
  /** The addon whose runner should dump a heap snapshot. */
12088
12132
  addonId: z.string() });
@@ -12146,6 +12190,21 @@ var NodeLoadSeriesSchema = z.object({
12146
12190
  /** One entry per function seen in the window, heaviest-first. */
12147
12191
  series: z.array(LoadFunctionSeriesSchema).readonly(),
12148
12192
  /**
12193
+ * The CONTAINER's memory over the same window, oldest-first.
12194
+ *
12195
+ * Sits next to `series` rather than in a method of its own because the whole
12196
+ * question is a subtraction: the per-process rows in `series` sum to one
12197
+ * number and this one is another, and an operator who has to issue two calls
12198
+ * to compare them will compare two different instants. Same reader, same
12199
+ * `sinceMs`, same `bucketMs`, same timestamps.
12200
+ *
12201
+ * **EMPTY means ABSENT, never zero.** A node with no cgroup — a developer
12202
+ * Mac, a bare-metal host, a container with the hierarchy hidden — reports no
12203
+ * points at all. A zero here would be indistinguishable from a healthy
12204
+ * container and is precisely the lie this field exists to avoid.
12205
+ */
12206
+ containerMemory: z.array(ContainerMemoryPointSchema).readonly(),
12207
+ /**
12149
12208
  * Width of one returned bucket, in ms. Equals the sampling cadence when no
12150
12209
  * reduction was needed — so a caller can always say what one point covers
12151
12210
  * without having to know whether it was reduced.
@@ -28693,10 +28752,10 @@ var rebootCapability = {
28693
28752
  * recording config. NOTE on events (source of truth, R5/C3): this cap carries
28694
28753
  * NO event surface — `getPlaybackManifest` returns playlist URLs only. Timeline
28695
28754
  * events (motion/object/audio) come from `pipelineAnalytics` (durable SQLite
28696
- * rows); the recorder's internal EventMap markers are ephemeral in-RAM
28697
- * annotations that are not exposed here and must not be treated as an event
28698
- * feed. Event<->footage joins are by time, padded with the shared `EVENT_PAD_MS`
28699
- * (`interfaces/recording-config.ts`).
28755
+ * rows) and are the ONLY event surface the recorder has none. The in-RAM
28756
+ * playback markers it used to build were deleted on 2026-08-29 because nothing
28757
+ * ever read them. Event<->footage joins are by time, padded with the shared
28758
+ * `EVENT_PAD_MS` (`interfaces/recording-config.ts`).
28700
28759
  */
28701
28760
  var RecordingStatusSchema = z.object({
28702
28761
  deviceId: z.number(),
@@ -12083,6 +12083,50 @@ var NodeProcessSchema = zod.z.object({
12083
12083
  /** Wall-clock uptime (seconds). Parsed from `ps etime`. */
12084
12084
  uptimeSec: zod.z.number()
12085
12085
  });
12086
+ /**
12087
+ * One retained container-memory reading.
12088
+ *
12089
+ * `atMs` is the timestamp of the PROCESS snapshot taken in the same tick, not
12090
+ * a second clock: that is what makes "processes sum to X, container says Y"
12091
+ * subtractable per point rather than an eyeballed comparison of two series
12092
+ * sampled at different instants.
12093
+ *
12094
+ * A reduced window keeps the sample with the LARGEST `currentBytes` in each
12095
+ * bucket, WHOLE. Taking a per-field maximum would synthesise a row whose parts
12096
+ * never coexisted, and a mean would smear away the peak this exists to find.
12097
+ */
12098
+ var ContainerMemoryPointSchema = zod.z.object({
12099
+ /** Which hierarchy answered, so a reading is never ambiguous. */
12100
+ source: zod.z.enum(["cgroup-v2", "cgroup-v1"]),
12101
+ /** `memory.current` (v2) / `memory.usage_in_bytes` (v1). Always known. */
12102
+ currentBytes: zod.z.number(),
12103
+ /** The cgroup's ceiling. `null` = NO LIMIT — never a sentinel, never zero. */
12104
+ limitBytes: zod.z.number().nullable(),
12105
+ /** Anonymous pages: the closest thing to "what the processes allocated". */
12106
+ anonBytes: zod.z.number().nullable(),
12107
+ /** Page cache. Charged to the cgroup, owned by no process. */
12108
+ fileBytes: zod.z.number().nullable(),
12109
+ /**
12110
+ * Shared memory — and the field that explained the largest single surprise.
12111
+ * The i915 driver backs GPU buffers with shmem, so an inference pool or a
12112
+ * hardware-decode session holding DRM objects is charged HERE and appears
12113
+ * nowhere in a `ps` scan.
12114
+ */
12115
+ shmemBytes: zod.z.number().nullable(),
12116
+ /** Kernel slab charged to this cgroup. `null` on v1, which never publishes it. */
12117
+ slabBytes: zod.z.number().nullable(),
12118
+ /**
12119
+ * Shrinkable i915 GEM object bytes, from debugfs.
12120
+ *
12121
+ * **Host-wide across every DRM client, NOT cgroup-scoped.** It is not a
12122
+ * component of `currentBytes` and must not be subtracted from it; it says
12123
+ * what put the shmem there, where `shmemBytes` only says how much.
12124
+ *
12125
+ * `null` wherever debugfs is not mounted — which is inside every camstack
12126
+ * container today — and on any node with no Intel GPU.
12127
+ */
12128
+ gpuShmemBytes: zod.z.number().nullable()
12129
+ }).extend({ atMs: zod.z.number() });
12086
12130
  var DumpHeapSnapshotInputSchema = zod.z.object({
12087
12131
  /** The addon whose runner should dump a heap snapshot. */
12088
12132
  addonId: zod.z.string() });
@@ -12146,6 +12190,21 @@ var NodeLoadSeriesSchema = zod.z.object({
12146
12190
  /** One entry per function seen in the window, heaviest-first. */
12147
12191
  series: zod.z.array(LoadFunctionSeriesSchema).readonly(),
12148
12192
  /**
12193
+ * The CONTAINER's memory over the same window, oldest-first.
12194
+ *
12195
+ * Sits next to `series` rather than in a method of its own because the whole
12196
+ * question is a subtraction: the per-process rows in `series` sum to one
12197
+ * number and this one is another, and an operator who has to issue two calls
12198
+ * to compare them will compare two different instants. Same reader, same
12199
+ * `sinceMs`, same `bucketMs`, same timestamps.
12200
+ *
12201
+ * **EMPTY means ABSENT, never zero.** A node with no cgroup — a developer
12202
+ * Mac, a bare-metal host, a container with the hierarchy hidden — reports no
12203
+ * points at all. A zero here would be indistinguishable from a healthy
12204
+ * container and is precisely the lie this field exists to avoid.
12205
+ */
12206
+ containerMemory: zod.z.array(ContainerMemoryPointSchema).readonly(),
12207
+ /**
12149
12208
  * Width of one returned bucket, in ms. Equals the sampling cadence when no
12150
12209
  * reduction was needed — so a caller can always say what one point covers
12151
12210
  * without having to know whether it was reduced.
@@ -28693,10 +28752,10 @@ var rebootCapability = {
28693
28752
  * recording config. NOTE on events (source of truth, R5/C3): this cap carries
28694
28753
  * NO event surface — `getPlaybackManifest` returns playlist URLs only. Timeline
28695
28754
  * events (motion/object/audio) come from `pipelineAnalytics` (durable SQLite
28696
- * rows); the recorder's internal EventMap markers are ephemeral in-RAM
28697
- * annotations that are not exposed here and must not be treated as an event
28698
- * feed. Event<->footage joins are by time, padded with the shared `EVENT_PAD_MS`
28699
- * (`interfaces/recording-config.ts`).
28755
+ * rows) and are the ONLY event surface the recorder has none. The in-RAM
28756
+ * playback markers it used to build were deleted on 2026-08-29 because nothing
28757
+ * ever read them. Event<->footage joins are by time, padded with the shared
28758
+ * `EVENT_PAD_MS` (`interfaces/recording-config.ts`).
28700
28759
  */
28701
28760
  var RecordingStatusSchema = zod.z.object({
28702
28761
  deviceId: zod.z.number(),
package/dist/index.d.ts CHANGED
@@ -46,8 +46,12 @@ export { createFileDataPlaneHandler } from './http/file-data-plane.js';
46
46
  export { allFamiliesListenHost, applyLanHttp, bindPendingLanHttp, closeLanHttp, DEFAULT_LAN_HTTP_PORT, readLanHttpState, registerLanHttpHandler, } from './http/lan-http-bind.js';
47
47
  export type { ReverseProxyOptions } from './http/reverse-proxy.js';
48
48
  export { proxyToUpstream } from './http/reverse-proxy.js';
49
- export type { DeferredHeapWatchSink, HeapReclaimer, HeapReclaimOptions, HeapSample, HeapWatchSink, RssBreakdown, RssBudgetOptions, RssBudgetState, RssGrowthShape, RunnerHeapWatchOptions, } from './kernel/heap-watch.js';
50
- export { buildHeapSample, createDeferredHeapWatchSink, createV8Reclaimer, HEAP_RECLAIM_MIN_INTERVAL_MS, HEAP_RECLAIM_TRIGGER_MB, HEAP_WATCH_INTERVAL_MS, HEAP_WATCH_WARN_RATIO, HUB_MAIN_HEAP_WATCH_LABEL, HUB_MAIN_RSS_BUDGET_MB, HUB_RSS_BUDGET_ENV, hubMainRssBudget, describeRss, nextRssBudgetState, parseRssBudgetMb, RSS_BUDGET_REANNOUNCE_MIN_MS, RSS_BUDGET_RELEASE_RATIO, RUNNER_HEAP_WATCH_INTERVAL_MS, RUNNER_RSS_BUDGET_ENV, shouldReclaim, startHeapWatch, startRunnerHeapWatch, strandedMb, } from './kernel/heap-watch.js';
49
+ export type { ChildFanoutDelta, ChildFanoutRegistry, ChildFanoutSample, CrossNodeEventStats, EventFanoutMode, EventPlaneCounters, EventPlaneReader, EventPlaneSources, EventPlaneWindow, } from './kernel/event-plane-report.js';
50
+ export { createEventPlaneMeter, createEventPlaneReader, diffEventPlane, EVENT_PLANE_TOP_N, formatEventPlane, } from './kernel/event-plane-report.js';
51
+ export type { HeapDiagnosticDeps, HeapDiagnosticRequest, HeapSpaceReader, HeapSpaceUsage, } from './kernel/heap-spaces.js';
52
+ export { DECISIVE_HEAP_SPACES, emitHeapDiagnosticReport, formatHeapSpaces, HEAP_SPACE_REPORT_MIN_MB, heapSnapshotAuthorised, heapSpaceField, readHeapSpaces, RUNNER_HEAP_SNAPSHOT_ENV, selectReportedSpaces, } from './kernel/heap-spaces.js';
53
+ export type { DeferredHeapWatchSink, HeapReclaimer, HeapReclaimOptions, HeapSample, HeapWatchProbes, HeapWatchSink, LoopDelayMeter, LoopDelaySample, RssBreakdown, RssBudgetOptions, RssBudgetState, RssGrowthShape, RunnerHeapWatchOptions, } from './kernel/heap-watch.js';
54
+ export { buildHeapSample, createDeferredHeapWatchSink, createLoopDelayMeter, createV8Reclaimer, HEAP_RECLAIM_MIN_INTERVAL_MS, HEAP_RECLAIM_STEADY_STATE_INTERVAL_MS, HEAP_RECLAIM_TRIGGER_MB, HEAP_WATCH_INTERVAL_MS, HEAP_WATCH_WARN_RATIO, HUB_MAIN_HEAP_WATCH_LABEL, HUB_MAIN_RSS_BUDGET_MB, HUB_RSS_BUDGET_ENV, hubMainRssBudget, describeRss, nextRssBudgetState, parseRssBudgetMb, reclaimIntervalMs, RSS_BUDGET_REANNOUNCE_MIN_MS, RSS_BUDGET_RELEASE_RATIO, RUNNER_HEAP_WATCH_INTERVAL_MS, RUNNER_RSS_BUDGET_ENV, shouldReclaim, startHeapWatch, startRunnerHeapWatch, strandedMb, ZERO_LOOP_DELAY, } from './kernel/heap-watch.js';
51
55
  export type { AddonDataPlaneFacility, DataPlaneSink, } from './kernel/moleculer/addon-data-plane-facility.js';
52
56
  export { createAddonDataPlaneFacility } from './kernel/moleculer/addon-data-plane-facility.js';
53
57
  export type { ElementState, ElementStatus, } from './lifecycle/lifecycle-state-machine.js';
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-CImxMt5h.js");
3
+ const require_dist = require("./dist-C7uZ_fOb.js");
4
4
  const require_builtins_alerts_alerts_addon = require("./builtins/alerts/alerts.addon.js");
5
5
  require("./builtins/alerts/index.js");
6
6
  const require_formatter = require("./formatter-DqAKDlvN.js");
@@ -25,8 +25,8 @@ const require_builtins_system_config_system_config_addon = require("./builtins/s
25
25
  require("./builtins/system-config/index.js");
26
26
  const require_builtins_winston_logging_index = require("./builtins/winston-logging/index.js");
27
27
  const require_file_data_plane = require("./file-data-plane-DO8KbxCe.js");
28
- const require_tls$1 = require("./tls-u8QCJCFE.js");
29
- const require_manifest_python_deps = require("./manifest-python-deps-BqWrDjSN.js");
28
+ const require_tls$1 = require("./tls-BxQlomxd.js");
29
+ const require_manifest_python_deps = require("./manifest-python-deps-CRTx_j4k.js");
30
30
  const require_resource_monitor = require("./resource-monitor-CdnzxBLP.js");
31
31
  const require_custom_action_registry = require("./custom-action-registry-jY0NOZK8.js");
32
32
  let zod = require("zod");
@@ -38,11 +38,11 @@ node_path = require_chunk.__toESM(node_path, 1);
38
38
  let node_child_process = require("node:child_process");
39
39
  let node_util = require("node:util");
40
40
  node_util = require_chunk.__toESM(node_util);
41
- let node_os = require("node:os");
42
- node_os = require_chunk.__toESM(node_os);
43
41
  let node_fs = require("node:fs");
44
42
  let node_fs$1 = require_chunk.__toESM(node_fs, 1);
45
43
  node_fs = require_chunk.__toESM(node_fs);
44
+ let node_os = require("node:os");
45
+ node_os = require_chunk.__toESM(node_os);
46
46
  let node_http = require("node:http");
47
47
  let node_vm = require("node:vm");
48
48
  node_vm = require_chunk.__toESM(node_vm);
@@ -95322,6 +95322,7 @@ exports.ConsoleDestination = require_builtins_console_logging_index.ConsoleDesti
95322
95322
  exports.ConsoleLoggingAddon = require_builtins_console_logging_index.ConsoleLoggingAddon$1;
95323
95323
  exports.CoreBlocksAddon = require_builtins_core_blocks_core_blocks_addon.CoreBlocksAddon;
95324
95324
  exports.CustomActionRegistry = require_custom_action_registry.CustomActionRegistry;
95325
+ exports.DECISIVE_HEAP_SPACES = require_manifest_python_deps.DECISIVE_HEAP_SPACES;
95325
95326
  exports.DEFAULT_DATA_PATH = DEFAULT_DATA_PATH;
95326
95327
  exports.DEFAULT_LAN_HTTP_PORT = require_tls$1.DEFAULT_LAN_HTTP_PORT;
95327
95328
  exports.DEFAULT_LOG_LEVEL = DEFAULT_LOG_LEVEL;
@@ -95331,6 +95332,7 @@ exports.DataPlaneRegistry = DataPlaneRegistry;
95331
95332
  exports.DeviceManagerAddon = require_builtins_device_manager_device_manager_addon.DeviceManagerAddon;
95332
95333
  exports.DeviceRegistry = require_manifest_python_deps.DeviceRegistry;
95333
95334
  exports.DeviceStore = require_builtins_sqlite_storage_index.DeviceStore$1;
95335
+ exports.EVENT_PLANE_TOP_N = require_manifest_python_deps.EVENT_PLANE_TOP_N;
95334
95336
  exports.EVENT_TOPIC_PREFIX = require_manifest_python_deps.EVENT_TOPIC_PREFIX;
95335
95337
  exports.EngineManagerResolver = EngineManagerResolver;
95336
95338
  exports.EventBus = EventBus;
@@ -95343,7 +95345,9 @@ exports.HEALTH_MONITOR_GRACE_PERIOD_MS = HEALTH_MONITOR_GRACE_PERIOD_MS;
95343
95345
  exports.HEALTH_MONITOR_RETRY_INTERVALS_MS = HEALTH_MONITOR_RETRY_INTERVALS_MS;
95344
95346
  exports.HEALTH_MONITOR_TICK_MS = HEALTH_MONITOR_TICK_MS;
95345
95347
  exports.HEAP_RECLAIM_MIN_INTERVAL_MS = require_manifest_python_deps.HEAP_RECLAIM_MIN_INTERVAL_MS;
95348
+ exports.HEAP_RECLAIM_STEADY_STATE_INTERVAL_MS = require_manifest_python_deps.HEAP_RECLAIM_STEADY_STATE_INTERVAL_MS;
95346
95349
  exports.HEAP_RECLAIM_TRIGGER_MB = require_manifest_python_deps.HEAP_RECLAIM_TRIGGER_MB;
95350
+ exports.HEAP_SPACE_REPORT_MIN_MB = require_manifest_python_deps.HEAP_SPACE_REPORT_MIN_MB;
95347
95351
  exports.HEAP_WATCH_INTERVAL_MS = require_manifest_python_deps.HEAP_WATCH_INTERVAL_MS;
95348
95352
  exports.HEAP_WATCH_WARN_RATIO = require_manifest_python_deps.HEAP_WATCH_WARN_RATIO;
95349
95353
  exports.HUB_CAP_FWD_ACTION = require_manifest_python_deps.HUB_CAP_FWD_ACTION;
@@ -95392,6 +95396,7 @@ exports.QUARANTINE_DIRNAME = QUARANTINE_DIRNAME;
95392
95396
  exports.RESTART_MARKER_FILE = RESTART_MARKER_FILE;
95393
95397
  exports.RSS_BUDGET_REANNOUNCE_MIN_MS = require_manifest_python_deps.RSS_BUDGET_REANNOUNCE_MIN_MS;
95394
95398
  exports.RSS_BUDGET_RELEASE_RATIO = require_manifest_python_deps.RSS_BUDGET_RELEASE_RATIO;
95399
+ exports.RUNNER_HEAP_SNAPSHOT_ENV = require_manifest_python_deps.RUNNER_HEAP_SNAPSHOT_ENV;
95395
95400
  exports.RUNNER_HEAP_WATCH_INTERVAL_MS = require_manifest_python_deps.RUNNER_HEAP_WATCH_INTERVAL_MS;
95396
95401
  exports.RUNNER_RSS_BUDGET_ENV = require_manifest_python_deps.RUNNER_RSS_BUDGET_ENV;
95397
95402
  exports.RUNTIME_DEFAULTS = require_dist.RUNTIME_DEFAULTS;
@@ -95420,6 +95425,7 @@ exports.UdsLocalTransportServer = require_manifest_python_deps.UdsLocalTransport
95420
95425
  exports.UserManager = require_builtins_local_auth_local_auth_addon.UserManager;
95421
95426
  exports.WinstonDestination = require_builtins_winston_logging_index.WinstonDestination$1;
95422
95427
  exports.WinstonLoggingAddon = require_builtins_winston_logging_index.WinstonLoggingAddon$1;
95428
+ exports.ZERO_LOOP_DELAY = require_manifest_python_deps.ZERO_LOOP_DELAY;
95423
95429
  exports.__resetCapUsageRegistryForTests = require_manifest_python_deps.__resetCapUsageRegistryForTests;
95424
95430
  exports.__resetLoggingGateForTests = __resetLoggingGateForTests;
95425
95431
  exports.adaptBrokerToCluster = require_manifest_python_deps.adaptBrokerToCluster;
@@ -95471,11 +95477,14 @@ exports.createBrokerDeviceManagerApi = require_manifest_python_deps.createBroker
95471
95477
  exports.createCoreCapService = createCoreCapService;
95472
95478
  exports.createDeferredHeapWatchSink = require_manifest_python_deps.createDeferredHeapWatchSink;
95473
95479
  exports.createDoorSettingsView = createDoorSettingsView;
95480
+ exports.createEventPlaneMeter = require_manifest_python_deps.createEventPlaneMeter;
95481
+ exports.createEventPlaneReader = require_manifest_python_deps.createEventPlaneReader;
95474
95482
  exports.createFileDataPlaneHandler = require_file_data_plane.createFileDataPlaneHandler;
95475
95483
  exports.createHubCapForwardService = require_manifest_python_deps.createHubCapForwardService;
95476
95484
  exports.createHubService = createHubService;
95477
95485
  exports.createKernelHwAccel = require_manifest_python_deps.createKernelHwAccel;
95478
95486
  exports.createLocalTransport = require_manifest_python_deps.createLocalTransport;
95487
+ exports.createLoopDelayMeter = require_manifest_python_deps.createLoopDelayMeter;
95479
95488
  exports.createParentUnownedCallHandler = require_manifest_python_deps.createParentUnownedCallHandler;
95480
95489
  exports.createProcessService = createProcessService;
95481
95490
  exports.createReadinessService = createReadinessService;
@@ -95493,6 +95502,7 @@ exports.deriveAgentListenPort = deriveAgentListenPort;
95493
95502
  exports.describeProviderKindDrift = describeProviderKindDrift;
95494
95503
  exports.describeRss = require_manifest_python_deps.describeRss;
95495
95504
  exports.detectWorkspacePackagesDir = detectWorkspacePackagesDir;
95505
+ exports.diffEventPlane = require_manifest_python_deps.diffEventPlane;
95496
95506
  Object.defineProperty(exports, "downloadBinary", {
95497
95507
  enumerable: true,
95498
95508
  get: function() {
@@ -95502,6 +95512,7 @@ Object.defineProperty(exports, "downloadBinary", {
95502
95512
  exports.downloadFile = require_file_data_plane.downloadFile;
95503
95513
  exports.downloadModel = require_file_data_plane.downloadModel;
95504
95514
  exports.emitDownForOwnedCaps = require_dist.emitDownForOwnedCaps;
95515
+ exports.emitHeapDiagnosticReport = require_manifest_python_deps.emitHeapDiagnosticReport;
95505
95516
  exports.encodeFrame = require_manifest_python_deps.encodeFrame;
95506
95517
  exports.ensureAddonNativePrebuilds = ensureAddonNativePrebuilds;
95507
95518
  Object.defineProperty(exports, "ensureBinary", {
@@ -95536,6 +95547,8 @@ Object.defineProperty(exports, "findInPath", {
95536
95547
  return _camstack_types_node.findInPath;
95537
95548
  }
95538
95549
  });
95550
+ exports.formatEventPlane = require_manifest_python_deps.formatEventPlane;
95551
+ exports.formatHeapSpaces = require_manifest_python_deps.formatHeapSpaces;
95539
95552
  exports.formatLogLine = require_formatter.formatLogLine;
95540
95553
  exports.getBrokerEventBus = require_manifest_python_deps.getBrokerEventBus;
95541
95554
  exports.getCapUsageRegistry = require_manifest_python_deps.getCapUsageRegistry;
@@ -95568,6 +95581,8 @@ exports.getSinglePidStats = require_resource_monitor.getSinglePidStats;
95568
95581
  exports.getWorkerDeviceRegistry = require_manifest_python_deps.getWorkerDeviceRegistry;
95569
95582
  exports.hasDotNode = hasDotNode;
95570
95583
  exports.hashClusterSecret = hashClusterSecret;
95584
+ exports.heapSnapshotAuthorised = require_manifest_python_deps.heapSnapshotAuthorised;
95585
+ exports.heapSpaceField = require_manifest_python_deps.heapSpaceField;
95571
95586
  exports.hubMainRssBudget = require_manifest_python_deps.hubMainRssBudget;
95572
95587
  exports.installManifestNativeDeps = require_manifest_python_deps.installManifestNativeDeps;
95573
95588
  exports.installManifestPythonDeps = require_manifest_python_deps.installManifestPythonDeps;
@@ -95606,11 +95621,14 @@ exports.partitionIsolatedBuiltinIds = partitionIsolatedBuiltinIds;
95606
95621
  exports.proxyToUpstream = proxyToUpstream;
95607
95622
  exports.quarantineAddonResidue = quarantineAddonResidue;
95608
95623
  exports.readExtraSans = require_tls$1.readExtraSans;
95624
+ exports.readHeapSpaces = require_manifest_python_deps.readHeapSpaces;
95609
95625
  exports.readLanHttpState = require_tls$1.readLanHttpState;
95626
+ exports.readMoleculerFanoutMode = require_manifest_python_deps.readMoleculerFanoutMode;
95610
95627
  exports.readPendingRestart = readPendingRestart;
95611
95628
  exports.readTlsAccessStatus = require_tls$1.readTlsAccessStatus;
95612
95629
  exports.readTlsMode = require_tls$1.readTlsMode;
95613
95630
  exports.readinessKey = require_dist.readinessKey;
95631
+ exports.reclaimIntervalMs = require_manifest_python_deps.reclaimIntervalMs;
95614
95632
  exports.registerEventBusService = require_manifest_python_deps.registerEventBusService;
95615
95633
  exports.registerLanHttpHandler = require_tls$1.registerLanHttpHandler;
95616
95634
  exports.reissueTlsLeaf = require_tls$1.reissueTlsLeaf;
@@ -95624,6 +95642,7 @@ exports.scopeKey = require_dist.scopeKey;
95624
95642
  exports.scopesAllowAddon = require_dist.scopesAllowAddon;
95625
95643
  exports.scopesAllowDeviceCap = require_dist.scopesAllowDeviceCap;
95626
95644
  exports.selectAddonResidue = selectAddonResidue;
95645
+ exports.selectReportedSpaces = require_manifest_python_deps.selectReportedSpaces;
95627
95646
  exports.serializeTypedArrays = require_manifest_python_deps.serializeTypedArrays;
95628
95647
  exports.setHubConnected = require_manifest_python_deps.setHubConnected;
95629
95648
  exports.setNodeEventInterest = require_manifest_python_deps.setNodeEventInterest;
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 { $ as isVoidInput, $t as scopeKey, At as DATAPLANE_SECRET_HEADER$1, Bt as asNumber, C as addonSettingsCapability, G as extractNestedAddonId, Gt as expandCapMethods, Ht as createEvent, It as ReadinessRegistry, J as isArrayOutputSchema, Lt as ReadinessTimeoutError, Mt as DEVICE_STATUS_METHOD, Ot as errMsg$1, Qt as resolveCapMount, Ut as emitDownForOwnedCaps, Vt as asString$1, X as isObjectInput, Xt as parseJsonUnknown$1, Y as isCollectionArrayMethod, Yt as parseJsonObject, Zt as readinessKey, _t as scopesAllowDeviceCap, at as looseSchema, ct as objectInputDeclaresAddonId, dt as procedureAuthKey, et as kebabToCamel, f as LOG_LEVEL_RANK, gt as scopesAllowAddon, it as logLevelAtMost, jt as DEVICE_SETTINGS_CONTRIBUTION_METHODS, m as RUNTIME_DEFAULTS, mt as resolveMethodAuth, p as METHOD_ACCESS_MAP, t as ALL_CAPABILITY_DEFINITIONS, tn as EventCategory$1, tt as lifecycleJobSchema, zt as asJsonObject$1 } from "./dist-CbRciAbu.mjs";
2
+ import { $ as isVoidInput, $t as scopeKey, At as DATAPLANE_SECRET_HEADER$1, Bt as asNumber, C as addonSettingsCapability, G as extractNestedAddonId, Gt as expandCapMethods, Ht as createEvent, It as ReadinessRegistry, J as isArrayOutputSchema, Lt as ReadinessTimeoutError, Mt as DEVICE_STATUS_METHOD, Ot as errMsg$1, Qt as resolveCapMount, Ut as emitDownForOwnedCaps, Vt as asString$1, X as isObjectInput, Xt as parseJsonUnknown$1, Y as isCollectionArrayMethod, Yt as parseJsonObject, Zt as readinessKey, _t as scopesAllowDeviceCap, at as looseSchema, ct as objectInputDeclaresAddonId, dt as procedureAuthKey, et as kebabToCamel, f as LOG_LEVEL_RANK, gt as scopesAllowAddon, it as logLevelAtMost, jt as DEVICE_SETTINGS_CONTRIBUTION_METHODS, m as RUNTIME_DEFAULTS, mt as resolveMethodAuth, p as METHOD_ACCESS_MAP, t as ALL_CAPABILITY_DEFINITIONS, tn as EventCategory$1, tt as lifecycleJobSchema, zt as asJsonObject$1 } from "./dist-BLhrrxIs.mjs";
3
3
  import { AlertCenterAddon } from "./builtins/alerts/alerts.addon.mjs";
4
4
  import "./builtins/alerts/index.mjs";
5
5
  import { t as formatLogLine } from "./formatter-B7qW8bPJ.mjs";
@@ -24,8 +24,8 @@ import { SystemConfigAddon } from "./builtins/system-config/system-config.addon.
24
24
  import "./builtins/system-config/index.mjs";
25
25
  import { WinstonDestination, WinstonLoggingAddon } from "./builtins/winston-logging/index.mjs";
26
26
  import { a as parseTokenizedUrl, c as collectModelFiles, d as downloadModel, f as ensureModel, h as isModelDownloaded, i as parseRangeHeader, l as deleteModelFromDisk, m as getModelFilePath, n as contentTypeFor, o as resolveFilePath, p as fetchJson, r as createAuthenticatedFileServer, s as ModelDownloadService, t as createFileDataPlaneHandler, u as downloadFile } from "./file-data-plane-BhKdxJgf.mjs";
27
- import { C as registerLanHttpHandler, S as readLanHttpState, _ as DEFAULT_LAN_HTTP_PORT, a as writeTlsMode, b as bindPendingLanHttp, c as loadTlsCert, d as collectCertIdentity, f as CA_VALIDITY_DAYS, g as evaluateExistingCert, h as SERVER_AUTH_OID, i as writeExtraSans, l as reissueTlsLeaf, m as MAX_LEAF_VALIDITY_DAYS, n as readTlsAccessStatus, o as validateUploadedTls, p as LEAF_RENEWAL_WINDOW_DAYS, r as readTlsMode, s as ensureTlsCert, t as readExtraSans, u as CA_COMMON_NAME, v as allFamiliesListenHost, x as closeLanHttp, y as applyLanHttp } from "./tls-CQhPGSJm.mjs";
28
- import { $ as buildUdsNativeCapProxy, A as createParentUnownedCallHandler, At as HUB_RSS_BUDGET_ENV, B as AGENT_CAP_FWD_SERVICE, Bt as nextRssBudgetState, C as brokerTransportLink, Ct as createAddonDataPlaneFacility, D as HUB_CAP_FWD_ACTION, Dt as HEAP_WATCH_WARN_RATIO, E as localProviderLink, Et as HEAP_WATCH_INTERVAL_MS, F as createUdsLoggerWithControl, Ft as buildHeapSample, G as createLocalTransport, Gt as strandedMb, H as CapRouteError, Ht as shouldReclaim, I as LocalChildClient, It as createDeferredHeapWatchSink, J as SocketChannel, K as UdsLocalTransportClient, L as LocalChildRegistry, Lt as createV8Reclaimer, M as createUdsEventBus, Mt as RSS_BUDGET_RELEASE_RATIO, N as udsChildLogToWorkerEntry, Nt as RUNNER_HEAP_WATCH_INTERVAL_MS, O as HUB_CAP_FWD_SERVICE, Ot as HUB_MAIN_HEAP_WATCH_LABEL, P as createUdsLogger, Pt as RUNNER_RSS_BUDGET_ENV, Q as buildNativeCapProxy, R as UDS_NO_ROUTE_PREFIX, Rt as describeRss, S as brokerCallForCap, St as runNpm, T as ipcParentLink, Tt as HEAP_RECLAIM_TRIGGER_MB, U as classifyCapRoute, Ut as startHeapWatch, V as CapRouteResolver, Vt as parseRssBudgetMb, W as callWithServiceDiscovery, Wt as startRunnerHeapWatch, X as FrameDecoder, Y as localEndpointPath, Z as encodeFrame, _ as createKernelHwAccel, _t as CapabilityUnavailableError, a as getWorkerDeviceRegistry, at as createAddonService, b as __resetCapUsageRegistryForTests, bt as resolveAddonClass, c as setHubConnected, ct as capActionName, d as getBrokerEventBus, dt as capServiceName, et as createBrokerDeviceManagerApi, f as getMoleculerEventStats, ft as parseCapAction, g as AddonDepsManager, gt as CapabilityHandle, h as subscribePassthrough, ht as DeviceRegistry, i as createUdsAddonContext, j as createUdsEventBridge, jt as RSS_BUDGET_REANNOUNCE_MIN_MS, k as createHubCapForwardService, kt as HUB_MAIN_RSS_BUDGET_MB, l as EVENT_TOPIC_PREFIX, lt as capActionSuffix, m as setNodeEventInterest, mt as serializeTypedArrays, n as adaptBrokerToCluster, o as getOrInitReadinessRegistry, ot as validateProviderRegistrations, p as registerEventBusService, pt as deserializeTypedArrays, q as UdsLocalTransportServer, r as createAddonContext, rt as mountNativeCapService, s as getOrInitReadinessRegistryForClient, st as NATIVE_PROVIDER_SERVICE_INFIX, t as installManifestPythonDeps, u as clusterEventTopic, ut as capBareAction, v as resolveHwAccel, vt as copyBundledNativeModules, w as buildLinkChain, wt as HEAP_RECLAIM_MIN_INTERVAL_MS, x as getCapUsageRegistry, xt as resolveNpmInvocation, y as CapUsageRegistry, yt as installManifestNativeDeps, z as AGENT_CAP_FWD_ACTION, zt as hubMainRssBudget } from "./manifest-python-deps-DuQ3Uqoq.mjs";
27
+ import { C as registerLanHttpHandler, S as readLanHttpState, _ as DEFAULT_LAN_HTTP_PORT, a as writeTlsMode, b as bindPendingLanHttp, c as loadTlsCert, d as collectCertIdentity, f as CA_VALIDITY_DAYS, g as evaluateExistingCert, h as SERVER_AUTH_OID, i as writeExtraSans, l as reissueTlsLeaf, m as MAX_LEAF_VALIDITY_DAYS, n as readTlsAccessStatus, o as validateUploadedTls, p as LEAF_RENEWAL_WINDOW_DAYS, r as readTlsMode, s as ensureTlsCert, t as readExtraSans, u as CA_COMMON_NAME, v as allFamiliesListenHost, x as closeLanHttp, y as applyLanHttp } from "./tls-DOTmtLCW.mjs";
28
+ import { $ as buildNativeCapProxy, $t as RUNNER_HEAP_SNAPSHOT_ENV, A as createParentUnownedCallHandler, At as HUB_MAIN_HEAP_WATCH_LABEL, B as AGENT_CAP_FWD_SERVICE, Bt as createLoopDelayMeter, C as brokerTransportLink, Ct as runNpm, D as HUB_CAP_FWD_ACTION, Dt as HEAP_RECLAIM_TRIGGER_MB, E as localProviderLink, Et as HEAP_RECLAIM_STEADY_STATE_INTERVAL_MS, F as createUdsLoggerWithControl, Ft as RUNNER_HEAP_WATCH_INTERVAL_MS, G as readMoleculerFanoutMode, Gt as parseRssBudgetMb, H as CapRouteError, Ht as describeRss, I as LocalChildClient, It as RUNNER_RSS_BUDGET_ENV, J as UdsLocalTransportServer, Jt as startHeapWatch, K as createLocalTransport, Kt as reclaimIntervalMs, L as LocalChildRegistry, Lt as ZERO_LOOP_DELAY, M as createUdsEventBus, Mt as HUB_RSS_BUDGET_ENV, N as udsChildLogToWorkerEntry, Nt as RSS_BUDGET_REANNOUNCE_MIN_MS, O as HUB_CAP_FWD_SERVICE, Ot as HEAP_WATCH_INTERVAL_MS, P as createUdsLogger, Pt as RSS_BUDGET_RELEASE_RATIO, Q as encodeFrame, Qt as HEAP_SPACE_REPORT_MIN_MB, R as UDS_NO_ROUTE_PREFIX, Rt as buildHeapSample, S as brokerCallForCap, St as resolveNpmInvocation, T as ipcParentLink, Tt as HEAP_RECLAIM_MIN_INTERVAL_MS, U as classifyCapRoute, Ut as hubMainRssBudget, V as CapRouteResolver, Vt as createV8Reclaimer, W as callWithServiceDiscovery, Wt as nextRssBudgetState, X as localEndpointPath, Xt as strandedMb, Y as SocketChannel, Yt as startRunnerHeapWatch, Z as FrameDecoder, Zt as DECISIVE_HEAP_SPACES, _ as createKernelHwAccel, _t as CapabilityHandle, a as getWorkerDeviceRegistry, an as selectReportedSpaces, b as __resetCapUsageRegistryForTests, bt as installManifestNativeDeps, c as setHubConnected, cn as createEventPlaneReader, ct as NATIVE_PROVIDER_SERVICE_INFIX, d as getBrokerEventBus, dt as capBareAction, en as emitHeapDiagnosticReport, et as buildUdsNativeCapProxy, f as getMoleculerEventStats, ft as capServiceName, g as AddonDepsManager, gt as DeviceRegistry, h as subscribePassthrough, ht as serializeTypedArrays, i as createUdsAddonContext, in as readHeapSpaces, it as mountNativeCapService, j as createUdsEventBridge, jt as HUB_MAIN_RSS_BUDGET_MB, k as createHubCapForwardService, kt as HEAP_WATCH_WARN_RATIO, l as EVENT_TOPIC_PREFIX, ln as diffEventPlane, lt as capActionName, m as setNodeEventInterest, mt as deserializeTypedArrays, n as adaptBrokerToCluster, nn as heapSnapshotAuthorised, o as getOrInitReadinessRegistry, on as EVENT_PLANE_TOP_N, ot as createAddonService, p as registerEventBusService, pt as parseCapAction, q as UdsLocalTransportClient, qt as shouldReclaim, r as createAddonContext, rn as heapSpaceField, s as getOrInitReadinessRegistryForClient, sn as createEventPlaneMeter, st as validateProviderRegistrations, t as installManifestPythonDeps, tn as formatHeapSpaces, tt as createBrokerDeviceManagerApi, u as clusterEventTopic, un as formatEventPlane, ut as capActionSuffix, v as resolveHwAccel, vt as CapabilityUnavailableError, w as buildLinkChain, wt as createAddonDataPlaneFacility, x as getCapUsageRegistry, xt as resolveAddonClass, y as CapUsageRegistry, yt as copyBundledNativeModules, z as AGENT_CAP_FWD_ACTION, zt as createDeferredHeapWatchSink } from "./manifest-python-deps-QompQxhG.mjs";
29
29
  import { n as getSinglePidStats, t as getPidStats } from "./resource-monitor-BWmQ5i-o.mjs";
30
30
  import { t as CustomActionRegistry } from "./custom-action-registry-F__gp_VX.mjs";
31
31
  import { z } from "zod";
@@ -37,9 +37,9 @@ import { dirname, isAbsolute, join, posix, resolve, win32 } from "node:path";
37
37
  import { execFile, spawn } from "node:child_process";
38
38
  import * as util$10 from "node:util";
39
39
  import { promisify } from "node:util";
40
- import * as os$18 from "node:os";
41
40
  import * as fs$17 from "node:fs";
42
41
  import { accessSync, constants, existsSync } from "node:fs";
42
+ import * as os$18 from "node:os";
43
43
  import { request } from "node:http";
44
44
  import * as vm from "node:vm";
45
45
  import { asJsonObject, errMsg, parseJsonUnknown } from "@camstack/types/addon";
@@ -95283,4 +95283,4 @@ var LifecycleJobEngine = class {
95283
95283
  }
95284
95284
  };
95285
95285
  //#endregion
95286
- export { AGENT_CAP_FWD_ACTION, AGENT_CAP_FWD_SERVICE, AGENT_READINESS_SERVICE_NAME, ALL_CAPABILITY_DEFINITIONS, AddonApiFactory, AddonDepsManager, AddonEngineManager, AddonHealthMonitor, AddonInstaller, AddonLoader, AddonManifest, AddonRouteRegistry, AlertCenterAddon, ApiKeyManager, AuthManager, CA_COMMON_NAME, CA_VALIDITY_DAYS, CLUSTER_SECRET_MISMATCH_TYPE, CLUSTER_SECRET_REJECTED_EXIT_CODE, CORE_CAP_SERVICE_NAME, CapRouteError, CapRouteResolver, CapUsageRegistry, CapabilityHandle, CapabilityRegistry, CapabilityUnavailableError, ConfigManager, ConfigStore, ConsoleDestination, ConsoleLoggingAddon, CoreBlocksAddon, CustomActionRegistry, DEFAULT_DATA_PATH, DEFAULT_LAN_HTTP_PORT, DEFAULT_LOG_LEVEL, DEVICE_SETTINGS_CONTRIBUTION_METHODS, DEVICE_STATUS_METHOD, DataPlaneRegistry, DeviceManagerAddon, DeviceRegistry, DeviceStore, EVENT_TOPIC_PREFIX, EngineManagerResolver, EventBus, FeatureManager, FilesystemStorageAddon, FilesystemStorageProvider, FrameDecoder, FsStorageBackend, HEALTH_MONITOR_GRACE_PERIOD_MS, HEALTH_MONITOR_RETRY_INTERVALS_MS, HEALTH_MONITOR_TICK_MS, HEAP_RECLAIM_MIN_INTERVAL_MS, HEAP_RECLAIM_TRIGGER_MB, HEAP_WATCH_INTERVAL_MS, HEAP_WATCH_WARN_RATIO, HUB_CAP_FWD_ACTION, HUB_CAP_FWD_SERVICE, HUB_MAIN_HEAP_WATCH_LABEL, HUB_MAIN_RSS_BUDGET_MB, HUB_RSS_BUDGET_ENV, HubForwarderAddon, HubForwarderDestination, HubLogForwarder, HubNodeRegistry, INFRA_CAPABILITIES, IntegrationRegistry, JobJournal, LEAF_RENEWAL_WINDOW_DAYS, LifecycleJobEngine, LifecycleStateMachine, LivenessMonitorAddon, LocalAuthAddon, LocalChildClient, LocalChildRegistry, LogManager, LogRingBuffer, LoggingGate, LokiDestination, LokiLoggingAddon, MAX_LEAF_VALIDITY_DAYS, METHOD_ACCESS_MAP, ModelDownloadService, NATIVE_PROVIDER_SERVICE_INFIX, NATIVE_SCAN_DEPTH, NativeMetricsAddon, NativeMetricsProvider, NetworkQualityTracker, NotificationService, PYTHON_VERSION, PipelineRunner, PipelineValidator, PythonEnvManager, QUARANTINE_DIRNAME, RESTART_MARKER_FILE, RSS_BUDGET_REANNOUNCE_MIN_MS, RSS_BUDGET_RELEASE_RATIO, RUNNER_HEAP_WATCH_INTERVAL_MS, RUNNER_RSS_BUDGET_ENV, RUNTIME_DEFAULTS, ReadinessRegistry, ReadinessTimeoutError, ReplEngine, RingBuffer, SERVER_AUTH_OID, ScopedLogger, ScopedTokenManager, SocketChannel, SqliteSettingsAddon, SqliteSettingsBackend, StagingArea, StorageLocationManager, StorageManager, StorageOrchestratorAddon, StorageOrchestratorService, SystemConfigAddon, SystemEventBus, TRADITIONAL_NATIVE_PACKAGES, ToastService, UDS_NO_ROUTE_PREFIX, UdsLocalTransportClient, UdsLocalTransportServer, UserManager, WinstonDestination, WinstonLoggingAddon, __resetCapUsageRegistryForTests, __resetLoggingGateForTests, adaptBrokerToCluster, addonSettingsCapability, allFamiliesListenHost, applyLanHttp, bindPendingLanHttp, bootstrapSchema, brokerCallForCap, brokerTransportLink, buildBinaryPath, buildCapRouters, buildHeapSample, buildLinkChain, buildNativeCapProxy, buildNodeManifest, buildStorageLocationRegistry, buildUdsNativeCapProxy, builderMountedCapNames, callRegisterNodeWithRetry, callWithServiceDiscovery, canServeDataPlane, capActionName, capActionSuffix, capBareAction, capServiceName, classifyAddonDir, classifyCapRoute, clearPendingRestart, closeLanHttp, clusterEventTopic, clusterSecretMatches, collectCertIdentity, collectModelFiles, contentTypeFor, copyDirRecursive, copyExtraFileDirs, createAddonContext, createAddonDataPlaneFacility, createAddonService, createAuthenticatedFileServer, createBroker, createBrokerDeviceManagerApi, createCoreCapService, createDeferredHeapWatchSink, createDoorSettingsView, createFileDataPlaneHandler, createHubCapForwardService, createHubService, createKernelHwAccel, createLocalTransport, createParentUnownedCallHandler, createProcessService, createReadinessService, createReadinessServiceForRegistry, createScopedProcessManager, createStreamProbeBrokerService, createUdsAddonContext, createUdsEventBridge, createUdsEventBus, createUdsLogger, createUdsLoggerWithControl, createV8Reclaimer, deleteModelFromDisk, deriveAgentListenPort, describeProviderKindDrift, describeRss, detectWorkspacePackagesDir, downloadBinary, downloadFile, downloadModel, emitDownForOwnedCaps, encodeFrame, ensureAddonNativePrebuilds, ensureBinary, ensureDir, ensureFfmpeg, ensureLibraryBuilt, ensureModel, ensureNativePrebuilds, ensurePython, ensureTlsCert, evaluateExistingCert, expandCapMethods, fetchJson, findInPath, formatLogLine, getBrokerEventBus, getCapUsageRegistry, getFfmpegDownloadUrl, getLoggingGate, getModelFilePath, getMoleculerEventStats, getOrInitReadinessRegistry, getOrInitReadinessRegistryForClient, getPidStats, getPlatformInfo, getPythonDownloadUrl, getRestartMarkerPath, getSinglePidStats, getWorkerDeviceRegistry, hasDotNode, hashClusterSecret, hubMainRssBudget, installManifestNativeDeps, installManifestPythonDeps, installPackageFromNpm, installPythonPackages, installPythonRequirements, ipcParentLink, isAddonDeploySource, isArrayOutputSchema, isClusterSecretMismatchError, isCollectionArrayMethod, isInfraCapability, isModelDownloaded, isSourceNewer, isolatedBuiltinPhase, loadTlsCert, localEndpointPath, localProviderLink, mountNativeCapService, nextRssBudgetState, parseCapAction, parseRangeHeader, parseRssBudgetMb, parseTokenizedUrl, partitionIsolatedBuiltinIds, proxyToUpstream, quarantineAddonResidue, readExtraSans, readLanHttpState, readPendingRestart, readTlsAccessStatus, readTlsMode, readinessKey, registerEventBusService, registerLanHttpHandler, reissueTlsLeaf, resolveFilePath, resolveHwAccel, resolveNpmInvocation, runHubAddonBoot, runNpm, scheduleSelfRestart, scopeKey, scopesAllowAddon, scopesAllowDeviceCap, selectAddonResidue, serializeTypedArrays, setHubConnected, setNodeEventInterest, shouldReclaim, startHeapWatch, startRunnerHeapWatch, strandedMb, stripCamstackDeps, subscribePassthrough, udsChildLogToWorkerEntry, validateProviderRegistrations, validateUploadedTls, waitUntilReady, writeExtraSans, writePendingRestart, writeTlsMode };
95286
+ export { AGENT_CAP_FWD_ACTION, AGENT_CAP_FWD_SERVICE, AGENT_READINESS_SERVICE_NAME, ALL_CAPABILITY_DEFINITIONS, AddonApiFactory, AddonDepsManager, AddonEngineManager, AddonHealthMonitor, AddonInstaller, AddonLoader, AddonManifest, AddonRouteRegistry, AlertCenterAddon, ApiKeyManager, AuthManager, CA_COMMON_NAME, CA_VALIDITY_DAYS, CLUSTER_SECRET_MISMATCH_TYPE, CLUSTER_SECRET_REJECTED_EXIT_CODE, CORE_CAP_SERVICE_NAME, CapRouteError, CapRouteResolver, CapUsageRegistry, CapabilityHandle, CapabilityRegistry, CapabilityUnavailableError, ConfigManager, ConfigStore, ConsoleDestination, ConsoleLoggingAddon, CoreBlocksAddon, CustomActionRegistry, DECISIVE_HEAP_SPACES, DEFAULT_DATA_PATH, DEFAULT_LAN_HTTP_PORT, DEFAULT_LOG_LEVEL, DEVICE_SETTINGS_CONTRIBUTION_METHODS, DEVICE_STATUS_METHOD, DataPlaneRegistry, DeviceManagerAddon, DeviceRegistry, DeviceStore, EVENT_PLANE_TOP_N, EVENT_TOPIC_PREFIX, EngineManagerResolver, EventBus, FeatureManager, FilesystemStorageAddon, FilesystemStorageProvider, FrameDecoder, FsStorageBackend, HEALTH_MONITOR_GRACE_PERIOD_MS, HEALTH_MONITOR_RETRY_INTERVALS_MS, HEALTH_MONITOR_TICK_MS, HEAP_RECLAIM_MIN_INTERVAL_MS, HEAP_RECLAIM_STEADY_STATE_INTERVAL_MS, HEAP_RECLAIM_TRIGGER_MB, HEAP_SPACE_REPORT_MIN_MB, HEAP_WATCH_INTERVAL_MS, HEAP_WATCH_WARN_RATIO, HUB_CAP_FWD_ACTION, HUB_CAP_FWD_SERVICE, HUB_MAIN_HEAP_WATCH_LABEL, HUB_MAIN_RSS_BUDGET_MB, HUB_RSS_BUDGET_ENV, HubForwarderAddon, HubForwarderDestination, HubLogForwarder, HubNodeRegistry, INFRA_CAPABILITIES, IntegrationRegistry, JobJournal, LEAF_RENEWAL_WINDOW_DAYS, LifecycleJobEngine, LifecycleStateMachine, LivenessMonitorAddon, LocalAuthAddon, LocalChildClient, LocalChildRegistry, LogManager, LogRingBuffer, LoggingGate, LokiDestination, LokiLoggingAddon, MAX_LEAF_VALIDITY_DAYS, METHOD_ACCESS_MAP, ModelDownloadService, NATIVE_PROVIDER_SERVICE_INFIX, NATIVE_SCAN_DEPTH, NativeMetricsAddon, NativeMetricsProvider, NetworkQualityTracker, NotificationService, PYTHON_VERSION, PipelineRunner, PipelineValidator, PythonEnvManager, QUARANTINE_DIRNAME, RESTART_MARKER_FILE, RSS_BUDGET_REANNOUNCE_MIN_MS, RSS_BUDGET_RELEASE_RATIO, RUNNER_HEAP_SNAPSHOT_ENV, RUNNER_HEAP_WATCH_INTERVAL_MS, RUNNER_RSS_BUDGET_ENV, RUNTIME_DEFAULTS, ReadinessRegistry, ReadinessTimeoutError, ReplEngine, RingBuffer, SERVER_AUTH_OID, ScopedLogger, ScopedTokenManager, SocketChannel, SqliteSettingsAddon, SqliteSettingsBackend, StagingArea, StorageLocationManager, StorageManager, StorageOrchestratorAddon, StorageOrchestratorService, SystemConfigAddon, SystemEventBus, TRADITIONAL_NATIVE_PACKAGES, ToastService, UDS_NO_ROUTE_PREFIX, UdsLocalTransportClient, UdsLocalTransportServer, UserManager, WinstonDestination, WinstonLoggingAddon, ZERO_LOOP_DELAY, __resetCapUsageRegistryForTests, __resetLoggingGateForTests, adaptBrokerToCluster, addonSettingsCapability, allFamiliesListenHost, applyLanHttp, bindPendingLanHttp, bootstrapSchema, brokerCallForCap, brokerTransportLink, buildBinaryPath, buildCapRouters, buildHeapSample, buildLinkChain, buildNativeCapProxy, buildNodeManifest, buildStorageLocationRegistry, buildUdsNativeCapProxy, builderMountedCapNames, callRegisterNodeWithRetry, callWithServiceDiscovery, canServeDataPlane, capActionName, capActionSuffix, capBareAction, capServiceName, classifyAddonDir, classifyCapRoute, clearPendingRestart, closeLanHttp, clusterEventTopic, clusterSecretMatches, collectCertIdentity, collectModelFiles, contentTypeFor, copyDirRecursive, copyExtraFileDirs, createAddonContext, createAddonDataPlaneFacility, createAddonService, createAuthenticatedFileServer, createBroker, createBrokerDeviceManagerApi, createCoreCapService, createDeferredHeapWatchSink, createDoorSettingsView, createEventPlaneMeter, createEventPlaneReader, createFileDataPlaneHandler, createHubCapForwardService, createHubService, createKernelHwAccel, createLocalTransport, createLoopDelayMeter, createParentUnownedCallHandler, createProcessService, createReadinessService, createReadinessServiceForRegistry, createScopedProcessManager, createStreamProbeBrokerService, createUdsAddonContext, createUdsEventBridge, createUdsEventBus, createUdsLogger, createUdsLoggerWithControl, createV8Reclaimer, deleteModelFromDisk, deriveAgentListenPort, describeProviderKindDrift, describeRss, detectWorkspacePackagesDir, diffEventPlane, downloadBinary, downloadFile, downloadModel, emitDownForOwnedCaps, emitHeapDiagnosticReport, encodeFrame, ensureAddonNativePrebuilds, ensureBinary, ensureDir, ensureFfmpeg, ensureLibraryBuilt, ensureModel, ensureNativePrebuilds, ensurePython, ensureTlsCert, evaluateExistingCert, expandCapMethods, fetchJson, findInPath, formatEventPlane, formatHeapSpaces, formatLogLine, getBrokerEventBus, getCapUsageRegistry, getFfmpegDownloadUrl, getLoggingGate, getModelFilePath, getMoleculerEventStats, getOrInitReadinessRegistry, getOrInitReadinessRegistryForClient, getPidStats, getPlatformInfo, getPythonDownloadUrl, getRestartMarkerPath, getSinglePidStats, getWorkerDeviceRegistry, hasDotNode, hashClusterSecret, heapSnapshotAuthorised, heapSpaceField, hubMainRssBudget, installManifestNativeDeps, installManifestPythonDeps, installPackageFromNpm, installPythonPackages, installPythonRequirements, ipcParentLink, isAddonDeploySource, isArrayOutputSchema, isClusterSecretMismatchError, isCollectionArrayMethod, isInfraCapability, isModelDownloaded, isSourceNewer, isolatedBuiltinPhase, loadTlsCert, localEndpointPath, localProviderLink, mountNativeCapService, nextRssBudgetState, parseCapAction, parseRangeHeader, parseRssBudgetMb, parseTokenizedUrl, partitionIsolatedBuiltinIds, proxyToUpstream, quarantineAddonResidue, readExtraSans, readHeapSpaces, readLanHttpState, readMoleculerFanoutMode, readPendingRestart, readTlsAccessStatus, readTlsMode, readinessKey, reclaimIntervalMs, registerEventBusService, registerLanHttpHandler, reissueTlsLeaf, resolveFilePath, resolveHwAccel, resolveNpmInvocation, runHubAddonBoot, runNpm, scheduleSelfRestart, scopeKey, scopesAllowAddon, scopesAllowDeviceCap, selectAddonResidue, selectReportedSpaces, serializeTypedArrays, setHubConnected, setNodeEventInterest, shouldReclaim, startHeapWatch, startRunnerHeapWatch, strandedMb, stripCamstackDeps, subscribePassthrough, udsChildLogToWorkerEntry, validateProviderRegistrations, validateUploadedTls, waitUntilReady, writeExtraSans, writePendingRestart, writeTlsMode };