@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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  FleetManager
3
- } from "./chunk-YWQZZS43.js";
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-ZR23DEZ6.js.map
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-VCITLDMK.js";
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-YWQZZS43.js.map
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-VCITLDMK.js.map
6518
+ //# sourceMappingURL=chunk-6S5UKFTZ.js.map