@sesamespace/hivemind 0.5.17 → 0.6.0
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/TOOL-USE-DESIGN.md +173 -0
- package/dist/{chunk-Z2FXPFKE.js → chunk-HPWW7KKB.js} +2 -2
- package/dist/{chunk-OTEMHDRU.js → chunk-I5DY3ULS.js} +2 -2
- package/dist/{chunk-OPOXV53N.js → chunk-LQ7CYHSQ.js} +468 -26
- package/dist/chunk-LQ7CYHSQ.js.map +1 -0
- package/dist/{chunk-KTOAREXT.js → chunk-OTIMWYTH.js} +2 -2
- package/dist/{chunk-2PCF2ADI.js → chunk-TBFM7HVN.js} +3 -3
- 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/package.json +1 -1
- package/dist/chunk-OPOXV53N.js.map +0 -1
- /package/dist/{chunk-Z2FXPFKE.js.map → chunk-HPWW7KKB.js.map} +0 -0
- /package/dist/{chunk-OTEMHDRU.js.map → chunk-I5DY3ULS.js.map} +0 -0
- /package/dist/{chunk-KTOAREXT.js.map → chunk-OTIMWYTH.js.map} +0 -0
- /package/dist/{chunk-2PCF2ADI.js.map → chunk-TBFM7HVN.js.map} +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Watchdog
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-OTIMWYTH.js";
|
|
4
4
|
import {
|
|
5
5
|
defaultSentinelConfig,
|
|
6
6
|
loadConfig
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-LQ7CYHSQ.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-TBFM7HVN.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-I5DY3ULS.js";
|
|
4
|
+
import "../chunk-OTIMWYTH.js";
|
|
5
|
+
import "../chunk-LQ7CYHSQ.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-HPWW7KKB.js";
|
|
4
|
+
import "../chunk-OTIMWYTH.js";
|
|
5
|
+
import "../chunk-LQ7CYHSQ.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-TBFM7HVN.js";
|
|
4
|
+
import "../chunk-OTIMWYTH.js";
|
|
5
|
+
import "../chunk-LQ7CYHSQ.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-OTIMWYTH.js";
|
|
8
8
|
import {
|
|
9
9
|
Agent,
|
|
10
10
|
ContextManager,
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
loadConfig,
|
|
21
21
|
startPipeline,
|
|
22
22
|
startWorker
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-LQ7CYHSQ.js";
|
|
24
24
|
import "./chunk-GPI4RU7N.js";
|
|
25
25
|
export {
|
|
26
26
|
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-HPWW7KKB.js";
|
|
8
8
|
import {
|
|
9
9
|
runFleetCommand
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-I5DY3ULS.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-TBFM7HVN.js";
|
|
20
|
+
import "./chunk-OTIMWYTH.js";
|
|
21
|
+
import "./chunk-LQ7CYHSQ.js";
|
|
22
22
|
import "./chunk-GPI4RU7N.js";
|
|
23
23
|
|
|
24
24
|
// packages/cli/src/main.ts
|
package/dist/start.js
CHANGED