@sesamespace/hivemind 0.8.3 → 0.8.4
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-ZR23DEZ6.js → chunk-3CQJQUY3.js} +2 -2
- package/dist/{chunk-YWQZZS43.js → chunk-66KRRXVF.js} +2 -2
- package/dist/{chunk-VCITLDMK.js → chunk-6S5UKFTZ.js} +7 -1
- package/dist/chunk-6S5UKFTZ.js.map +1 -0
- package/dist/{chunk-X54OQAJA.js → chunk-CSYDOZE6.js} +2 -2
- package/dist/{chunk-HSNWMYVC.js → chunk-HNXCZPSX.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-VCITLDMK.js.map +0 -1
- /package/dist/{chunk-ZR23DEZ6.js.map → chunk-3CQJQUY3.js.map} +0 -0
- /package/dist/{chunk-YWQZZS43.js.map → chunk-66KRRXVF.js.map} +0 -0
- /package/dist/{chunk-X54OQAJA.js.map → chunk-CSYDOZE6.js.map} +0 -0
- /package/dist/{chunk-HSNWMYVC.js.map → chunk-HNXCZPSX.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
FleetManager
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-66KRRXVF.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-3CQJQUY3.js.map
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
PRIMARY_ROUTES,
|
|
7
7
|
SesameClient,
|
|
8
8
|
WORKER_ROUTES
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-6S5UKFTZ.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-66KRRXVF.js.map
|
|
@@ -5768,6 +5768,12 @@ async function startPipeline(configPath) {
|
|
|
5768
5768
|
} else {
|
|
5769
5769
|
memoryConnected = true;
|
|
5770
5770
|
console.log("[hivemind] Memory daemon connected");
|
|
5771
|
+
try {
|
|
5772
|
+
await memory.createContext("global", "Global context \u2014 identity, preferences, cross-cutting knowledge");
|
|
5773
|
+
console.log("[hivemind] Global context registered with memory daemon");
|
|
5774
|
+
} catch {
|
|
5775
|
+
console.log("[hivemind] Global context already exists in memory daemon");
|
|
5776
|
+
}
|
|
5771
5777
|
}
|
|
5772
5778
|
const requestLogger = new RequestLogger(resolve18(dirname7(configPath), "data", "dashboard.db"));
|
|
5773
5779
|
startDashboardServer(requestLogger, config.memory);
|
|
@@ -6509,4 +6515,4 @@ smol-toml/dist/index.js:
|
|
|
6509
6515
|
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
6510
6516
|
*)
|
|
6511
6517
|
*/
|
|
6512
|
-
//# sourceMappingURL=chunk-
|
|
6518
|
+
//# sourceMappingURL=chunk-6S5UKFTZ.js.map
|