@sesamespace/hivemind 0.8.1 → 0.8.2
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/{chunk-WSLVHVNP.js → chunk-SLEK4XYQ.js} +4 -2
- package/dist/{chunk-WSLVHVNP.js.map → chunk-SLEK4XYQ.js.map} +1 -1
- package/dist/{chunk-ELFD4Y4W.js → chunk-TUIYJ5KQ.js} +2 -2
- package/dist/{chunk-WAX2THXK.js → chunk-UAWCLBR5.js} +2 -2
- package/dist/{chunk-TL4GV2TJ.js → chunk-VZKHZLRD.js} +3 -3
- package/dist/{chunk-ERR5JR42.js → chunk-WPJ2KZXP.js} +2 -2
- package/dist/commands/fleet.js +3 -3
- package/dist/commands/start.js +3 -3
- package/dist/commands/watchdog.js +3 -3
- package/dist/index.js +2 -2
- package/dist/main.js +5 -5
- package/dist/start.js +1 -1
- package/install.sh +11 -0
- package/package.json +1 -1
- /package/dist/{chunk-ELFD4Y4W.js.map → chunk-TUIYJ5KQ.js.map} +0 -0
- /package/dist/{chunk-WAX2THXK.js.map → chunk-UAWCLBR5.js.map} +0 -0
- /package/dist/{chunk-TL4GV2TJ.js.map → chunk-VZKHZLRD.js.map} +0 -0
- /package/dist/{chunk-ERR5JR42.js.map → chunk-WPJ2KZXP.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
FleetManager
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-WPJ2KZXP.js";
|
|
4
4
|
|
|
5
5
|
// packages/cli/src/commands/fleet.ts
|
|
6
6
|
function formatUptime(seconds) {
|
|
@@ -183,4 +183,4 @@ Commands:
|
|
|
183
183
|
export {
|
|
184
184
|
runFleetCommand
|
|
185
185
|
};
|
|
186
|
-
//# sourceMappingURL=chunk-
|
|
186
|
+
//# sourceMappingURL=chunk-TUIYJ5KQ.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
startPipeline
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-SLEK4XYQ.js";
|
|
4
4
|
|
|
5
5
|
// packages/cli/src/commands/start.ts
|
|
6
6
|
import { resolve } from "path";
|
|
@@ -66,4 +66,4 @@ Options:
|
|
|
66
66
|
export {
|
|
67
67
|
runStartCommand
|
|
68
68
|
};
|
|
69
|
-
//# sourceMappingURL=chunk-
|
|
69
|
+
//# sourceMappingURL=chunk-UAWCLBR5.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Watchdog
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-WPJ2KZXP.js";
|
|
4
4
|
import {
|
|
5
5
|
defaultSentinelConfig,
|
|
6
6
|
loadConfig
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-SLEK4XYQ.js";
|
|
8
8
|
|
|
9
9
|
// packages/cli/src/commands/watchdog.ts
|
|
10
10
|
import { resolve } from "path";
|
|
@@ -76,4 +76,4 @@ Options:
|
|
|
76
76
|
export {
|
|
77
77
|
runWatchdogCommand
|
|
78
78
|
};
|
|
79
|
-
//# sourceMappingURL=chunk-
|
|
79
|
+
//# sourceMappingURL=chunk-VZKHZLRD.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
PRIMARY_ROUTES,
|
|
7
7
|
SesameClient,
|
|
8
8
|
WORKER_ROUTES
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-SLEK4XYQ.js";
|
|
10
10
|
|
|
11
11
|
// packages/runtime/src/watchdog.ts
|
|
12
12
|
import { execSync } from "child_process";
|
|
@@ -1048,4 +1048,4 @@ export {
|
|
|
1048
1048
|
WorkerMemorySync,
|
|
1049
1049
|
PrimaryMemorySync
|
|
1050
1050
|
};
|
|
1051
|
-
//# sourceMappingURL=chunk-
|
|
1051
|
+
//# sourceMappingURL=chunk-WPJ2KZXP.js.map
|
package/dist/commands/fleet.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runFleetCommand
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-TUIYJ5KQ.js";
|
|
4
|
+
import "../chunk-WPJ2KZXP.js";
|
|
5
|
+
import "../chunk-SLEK4XYQ.js";
|
|
6
6
|
import "../chunk-GPI4RU7N.js";
|
|
7
7
|
export {
|
|
8
8
|
runFleetCommand
|
package/dist/commands/start.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runStartCommand
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-UAWCLBR5.js";
|
|
4
|
+
import "../chunk-WPJ2KZXP.js";
|
|
5
|
+
import "../chunk-SLEK4XYQ.js";
|
|
6
6
|
import "../chunk-GPI4RU7N.js";
|
|
7
7
|
export {
|
|
8
8
|
runStartCommand
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runWatchdogCommand
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-VZKHZLRD.js";
|
|
4
|
+
import "../chunk-WPJ2KZXP.js";
|
|
5
|
+
import "../chunk-SLEK4XYQ.js";
|
|
6
6
|
import "../chunk-GPI4RU7N.js";
|
|
7
7
|
export {
|
|
8
8
|
runWatchdogCommand
|
package/dist/index.js
CHANGED
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
PrimaryMemorySync,
|
|
5
5
|
Watchdog,
|
|
6
6
|
WorkerMemorySync
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-WPJ2KZXP.js";
|
|
8
8
|
import {
|
|
9
9
|
Agent,
|
|
10
10
|
CompactionManager,
|
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
loadConfig,
|
|
28
28
|
startPipeline,
|
|
29
29
|
startWorker
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-SLEK4XYQ.js";
|
|
31
31
|
import "./chunk-GPI4RU7N.js";
|
|
32
32
|
export {
|
|
33
33
|
Agent,
|
package/dist/main.js
CHANGED
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
} from "./chunk-DODOQGIL.js";
|
|
5
5
|
import {
|
|
6
6
|
runStartCommand
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-UAWCLBR5.js";
|
|
8
8
|
import {
|
|
9
9
|
runFleetCommand
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-TUIYJ5KQ.js";
|
|
11
11
|
import {
|
|
12
12
|
runServiceCommand
|
|
13
13
|
} from "./chunk-IJRAVHQC.js";
|
|
@@ -16,9 +16,9 @@ import {
|
|
|
16
16
|
} from "./chunk-LJHJGDKY.js";
|
|
17
17
|
import {
|
|
18
18
|
runWatchdogCommand
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
19
|
+
} from "./chunk-VZKHZLRD.js";
|
|
20
|
+
import "./chunk-WPJ2KZXP.js";
|
|
21
|
+
import "./chunk-SLEK4XYQ.js";
|
|
22
22
|
import "./chunk-GPI4RU7N.js";
|
|
23
23
|
|
|
24
24
|
// packages/cli/src/main.ts
|
package/dist/start.js
CHANGED
package/install.sh
CHANGED
|
@@ -71,6 +71,17 @@ step "Installing @sesamespace/hivemind"
|
|
|
71
71
|
npm install -g @sesamespace/hivemind
|
|
72
72
|
info "Hivemind CLI installed: $(which hivemind)"
|
|
73
73
|
|
|
74
|
+
# --- 2b. Install Playwright (for browse tool) ---
|
|
75
|
+
step "Installing Playwright"
|
|
76
|
+
if npx playwright --version &>/dev/null 2>&1; then
|
|
77
|
+
info "Playwright already available"
|
|
78
|
+
else
|
|
79
|
+
npm install -g playwright
|
|
80
|
+
info "Playwright installed"
|
|
81
|
+
fi
|
|
82
|
+
# Install Chromium browser (required for headless browsing)
|
|
83
|
+
npx playwright install chromium 2>/dev/null && info "Playwright Chromium installed" || warn "Playwright Chromium install failed — browse tool may not work"
|
|
84
|
+
|
|
74
85
|
# --- 3. Set up HIVEMIND_HOME ---
|
|
75
86
|
step "Setting up ${HIVEMIND_HOME}"
|
|
76
87
|
mkdir -p "${HIVEMIND_HOME}/config"
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|