@sesamespace/hivemind 0.6.0 → 0.7.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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  FleetManager
3
- } from "./chunk-OTIMWYTH.js";
3
+ } from "./chunk-PN4GE2PM.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-I5DY3ULS.js.map
186
+ //# sourceMappingURL=chunk-FIPJ6P5W.js.map
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  startPipeline
3
- } from "./chunk-LQ7CYHSQ.js";
3
+ } from "./chunk-DXQ3GROV.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-HPWW7KKB.js.map
69
+ //# sourceMappingURL=chunk-LW7KOSXM.js.map
@@ -6,7 +6,7 @@ import {
6
6
  PRIMARY_ROUTES,
7
7
  SesameClient,
8
8
  WORKER_ROUTES
9
- } from "./chunk-LQ7CYHSQ.js";
9
+ } from "./chunk-DXQ3GROV.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-OTIMWYTH.js.map
1051
+ //# sourceMappingURL=chunk-PN4GE2PM.js.map
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  runFleetCommand
3
- } from "../chunk-I5DY3ULS.js";
4
- import "../chunk-OTIMWYTH.js";
5
- import "../chunk-LQ7CYHSQ.js";
3
+ } from "../chunk-FIPJ6P5W.js";
4
+ import "../chunk-PN4GE2PM.js";
5
+ import "../chunk-DXQ3GROV.js";
6
6
  import "../chunk-GPI4RU7N.js";
7
7
  export {
8
8
  runFleetCommand
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  runStartCommand
3
- } from "../chunk-HPWW7KKB.js";
4
- import "../chunk-OTIMWYTH.js";
5
- import "../chunk-LQ7CYHSQ.js";
3
+ } from "../chunk-LW7KOSXM.js";
4
+ import "../chunk-PN4GE2PM.js";
5
+ import "../chunk-DXQ3GROV.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-TBFM7HVN.js";
4
- import "../chunk-OTIMWYTH.js";
5
- import "../chunk-LQ7CYHSQ.js";
3
+ } from "../chunk-2SYP4OUR.js";
4
+ import "../chunk-PN4GE2PM.js";
5
+ import "../chunk-DXQ3GROV.js";
6
6
  import "../chunk-GPI4RU7N.js";
7
7
  export {
8
8
  runWatchdogCommand
package/dist/index.js CHANGED
@@ -4,33 +4,42 @@ import {
4
4
  PrimaryMemorySync,
5
5
  Watchdog,
6
6
  WorkerMemorySync
7
- } from "./chunk-OTIMWYTH.js";
7
+ } from "./chunk-PN4GE2PM.js";
8
8
  import {
9
9
  Agent,
10
+ CompactionManager,
10
11
  ContextManager,
12
+ EventsWatcher,
11
13
  LLMClient,
12
14
  MemoryClient,
13
15
  SesameClient,
16
+ SessionStore,
14
17
  TaskEngine,
15
18
  WorkerRuntime,
16
19
  WorkerServer,
17
20
  buildMessages,
18
21
  buildSystemPrompt,
19
22
  defaultSentinelConfig,
23
+ estimateMessageTokens,
24
+ estimateTokens,
25
+ getModelContextWindow,
20
26
  loadConfig,
21
27
  startPipeline,
22
28
  startWorker
23
- } from "./chunk-LQ7CYHSQ.js";
29
+ } from "./chunk-DXQ3GROV.js";
24
30
  import "./chunk-GPI4RU7N.js";
25
31
  export {
26
32
  Agent,
33
+ CompactionManager,
27
34
  ContextManager,
35
+ EventsWatcher,
28
36
  FleetManager,
29
37
  LLMClient,
30
38
  MemoryClient,
31
39
  PrimaryClient,
32
40
  PrimaryMemorySync,
33
41
  SesameClient,
42
+ SessionStore,
34
43
  TaskEngine,
35
44
  Watchdog,
36
45
  WorkerMemorySync,
@@ -39,6 +48,9 @@ export {
39
48
  buildMessages,
40
49
  buildSystemPrompt,
41
50
  defaultSentinelConfig,
51
+ estimateMessageTokens,
52
+ estimateTokens,
53
+ getModelContextWindow,
42
54
  loadConfig,
43
55
  startPipeline,
44
56
  startWorker
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-HPWW7KKB.js";
7
+ } from "./chunk-LW7KOSXM.js";
8
8
  import {
9
9
  runFleetCommand
10
- } from "./chunk-I5DY3ULS.js";
10
+ } from "./chunk-FIPJ6P5W.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-TBFM7HVN.js";
20
- import "./chunk-OTIMWYTH.js";
21
- import "./chunk-LQ7CYHSQ.js";
19
+ } from "./chunk-2SYP4OUR.js";
20
+ import "./chunk-PN4GE2PM.js";
21
+ import "./chunk-DXQ3GROV.js";
22
22
  import "./chunk-GPI4RU7N.js";
23
23
 
24
24
  // packages/cli/src/main.ts
package/dist/start.js CHANGED
@@ -3,7 +3,7 @@ import {
3
3
  loadConfig,
4
4
  startPipeline,
5
5
  startWorker
6
- } from "./chunk-LQ7CYHSQ.js";
6
+ } from "./chunk-DXQ3GROV.js";
7
7
  import "./chunk-GPI4RU7N.js";
8
8
 
9
9
  // packages/runtime/src/start.ts
package/package.json CHANGED
@@ -1,14 +1,7 @@
1
1
  {
2
2
  "name": "@sesamespace/hivemind",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Cognitive architecture for AI agents with multi-layered memory",
5
- "scripts": {
6
- "build": "tsup",
7
- "typecheck": "pnpm -r typecheck",
8
- "lint": "pnpm -r lint",
9
- "test": "pnpm -r test",
10
- "prepublishOnly": "pnpm install --frozen-lockfile && tsup"
11
- },
12
5
  "engines": {
13
6
  "node": ">=20.0.0",
14
7
  "pnpm": ">=9.0.0"
@@ -23,9 +16,10 @@
23
16
  "bin": {
24
17
  "hivemind": "./dist/main.js"
25
18
  },
26
- "pnpm": {
27
- "onlyBuiltDependencies": [
28
- "better-sqlite3"
29
- ]
19
+ "scripts": {
20
+ "build": "tsup",
21
+ "typecheck": "pnpm -r typecheck",
22
+ "lint": "pnpm -r lint",
23
+ "test": "pnpm -r test"
30
24
  }
31
- }
25
+ }