@sesamespace/hivemind 0.8.6 → 0.8.8

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
  startPipeline
3
- } from "./chunk-S4QRR3ZJ.js";
3
+ } from "./chunk-2LGU4ZLA.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-CJ4Y2BCE.js.map
69
+ //# sourceMappingURL=chunk-B6IS7TAC.js.map
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  SesameClient,
3
3
  getClaudeCodeOAuthToken
4
- } from "./chunk-S4QRR3ZJ.js";
4
+ } from "./chunk-2LGU4ZLA.js";
5
5
 
6
6
  // packages/cli/src/commands/init.ts
7
7
  import { resolve, dirname } from "path";
@@ -359,4 +359,4 @@ Options:
359
359
  export {
360
360
  runInitCommand
361
361
  };
362
- //# sourceMappingURL=chunk-LSLF7AGW.js.map
362
+ //# sourceMappingURL=chunk-B7NI6R3R.js.map
@@ -6,7 +6,7 @@ import {
6
6
  PRIMARY_ROUTES,
7
7
  SesameClient2 as SesameClient,
8
8
  WORKER_ROUTES
9
- } from "./chunk-S4QRR3ZJ.js";
9
+ } from "./chunk-2LGU4ZLA.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-K7YQY253.js.map
1051
+ //# sourceMappingURL=chunk-PSOS7GMS.js.map
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  Watchdog
3
- } from "./chunk-K7YQY253.js";
3
+ } from "./chunk-PSOS7GMS.js";
4
4
  import {
5
5
  defaultSentinelConfig,
6
6
  loadConfig
7
- } from "./chunk-S4QRR3ZJ.js";
7
+ } from "./chunk-2LGU4ZLA.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-WIJHKLB3.js.map
79
+ //# sourceMappingURL=chunk-SEL5726C.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  FleetManager
3
- } from "./chunk-K7YQY253.js";
3
+ } from "./chunk-PSOS7GMS.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-AYHCHIM2.js.map
186
+ //# sourceMappingURL=chunk-STO4NMBI.js.map
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  runFleetCommand
3
- } from "../chunk-AYHCHIM2.js";
4
- import "../chunk-K7YQY253.js";
5
- import "../chunk-S4QRR3ZJ.js";
3
+ } from "../chunk-STO4NMBI.js";
4
+ import "../chunk-PSOS7GMS.js";
5
+ import "../chunk-2LGU4ZLA.js";
6
6
  export {
7
7
  runFleetCommand
8
8
  };
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  runInitCommand
3
- } from "../chunk-LSLF7AGW.js";
4
- import "../chunk-K7YQY253.js";
5
- import "../chunk-S4QRR3ZJ.js";
3
+ } from "../chunk-B7NI6R3R.js";
4
+ import "../chunk-PSOS7GMS.js";
5
+ import "../chunk-2LGU4ZLA.js";
6
6
  export {
7
7
  runInitCommand
8
8
  };
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  runStartCommand
3
- } from "../chunk-CJ4Y2BCE.js";
4
- import "../chunk-K7YQY253.js";
5
- import "../chunk-S4QRR3ZJ.js";
3
+ } from "../chunk-B6IS7TAC.js";
4
+ import "../chunk-PSOS7GMS.js";
5
+ import "../chunk-2LGU4ZLA.js";
6
6
  export {
7
7
  runStartCommand
8
8
  };
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  runWatchdogCommand
3
- } from "../chunk-WIJHKLB3.js";
4
- import "../chunk-K7YQY253.js";
5
- import "../chunk-S4QRR3ZJ.js";
3
+ } from "../chunk-SEL5726C.js";
4
+ import "../chunk-PSOS7GMS.js";
5
+ import "../chunk-2LGU4ZLA.js";
6
6
  export {
7
7
  runWatchdogCommand
8
8
  };
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ import {
4
4
  PrimaryMemorySync,
5
5
  Watchdog,
6
6
  WorkerMemorySync
7
- } from "./chunk-K7YQY253.js";
7
+ } from "./chunk-PSOS7GMS.js";
8
8
  import {
9
9
  Agent,
10
10
  CompactionManager,
@@ -28,7 +28,7 @@ import {
28
28
  loadConfig,
29
29
  startPipeline,
30
30
  startWorker
31
- } from "./chunk-S4QRR3ZJ.js";
31
+ } from "./chunk-2LGU4ZLA.js";
32
32
  export {
33
33
  Agent,
34
34
  CompactionManager,
package/dist/main.js CHANGED
@@ -1,13 +1,13 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  runInitCommand
4
- } from "./chunk-LSLF7AGW.js";
4
+ } from "./chunk-B7NI6R3R.js";
5
5
  import {
6
6
  runStartCommand
7
- } from "./chunk-CJ4Y2BCE.js";
7
+ } from "./chunk-B6IS7TAC.js";
8
8
  import {
9
9
  runFleetCommand
10
- } from "./chunk-AYHCHIM2.js";
10
+ } from "./chunk-STO4NMBI.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-WIJHKLB3.js";
20
- import "./chunk-K7YQY253.js";
21
- import "./chunk-S4QRR3ZJ.js";
19
+ } from "./chunk-SEL5726C.js";
20
+ import "./chunk-PSOS7GMS.js";
21
+ import "./chunk-2LGU4ZLA.js";
22
22
 
23
23
  // packages/cli/src/main.ts
24
24
  var [command, ...args] = process.argv.slice(2);
package/dist/start.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  loadConfig,
4
4
  startPipeline,
5
5
  startWorker
6
- } from "./chunk-S4QRR3ZJ.js";
6
+ } from "./chunk-2LGU4ZLA.js";
7
7
 
8
8
  // packages/runtime/src/start.ts
9
9
  var configPath = process.argv[2] || "config/default.toml";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sesamespace/hivemind",
3
- "version": "0.8.6",
3
+ "version": "0.8.8",
4
4
  "description": "Cognitive architecture for AI agents with multi-layered memory",
5
5
  "scripts": {
6
6
  "build": "tsup",