@sesamespace/hivemind 0.11.3 → 0.11.5
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-FMI7HNBT.js → chunk-6QZDXOMW.js} +26 -18
- package/dist/{chunk-FMI7HNBT.js.map → chunk-6QZDXOMW.js.map} +1 -1
- package/dist/{chunk-OB6OXLPC.js → chunk-EKZ3IZU6.js} +38 -35
- package/dist/chunk-EKZ3IZU6.js.map +1 -0
- package/dist/{chunk-4YXOQGQC.js → chunk-GD6XTDQQ.js} +2 -2
- package/dist/{chunk-4C6B2AMB.js → chunk-HQTD25CP.js} +2 -2
- package/dist/{chunk-K6KL2VD6.js → chunk-MWQZTAYA.js} +2 -2
- package/dist/{chunk-ZA4NWNS6.js → chunk-NUMLGOLM.js} +2 -2
- package/dist/{chunk-LYL5GG2F.js → chunk-TTVGHFFT.js} +3 -3
- package/dist/commands/fleet.js +3 -3
- package/dist/commands/init.js +3 -3
- package/dist/commands/service.js +1 -1
- package/dist/commands/start.js +3 -3
- package/dist/commands/watchdog.js +3 -3
- package/dist/index.js +2 -2
- package/dist/main.js +7 -7
- package/dist/start.js +1 -1
- package/package.json +5 -4
- package/dist/chunk-OB6OXLPC.js.map +0 -1
- /package/dist/{chunk-4YXOQGQC.js.map → chunk-GD6XTDQQ.js.map} +0 -0
- /package/dist/{chunk-4C6B2AMB.js.map → chunk-HQTD25CP.js.map} +0 -0
- /package/dist/{chunk-K6KL2VD6.js.map → chunk-MWQZTAYA.js.map} +0 -0
- /package/dist/{chunk-ZA4NWNS6.js.map → chunk-NUMLGOLM.js.map} +0 -0
- /package/dist/{chunk-LYL5GG2F.js.map → chunk-TTVGHFFT.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
SesameClient,
|
|
3
3
|
getClaudeCodeOAuthToken
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-EKZ3IZU6.js";
|
|
5
5
|
|
|
6
6
|
// packages/cli/src/commands/init.ts
|
|
7
7
|
import { resolve, dirname } from "path";
|
|
@@ -436,4 +436,4 @@ Options:
|
|
|
436
436
|
export {
|
|
437
437
|
runInitCommand
|
|
438
438
|
};
|
|
439
|
-
//# sourceMappingURL=chunk-
|
|
439
|
+
//# sourceMappingURL=chunk-GD6XTDQQ.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
FleetManager
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MWQZTAYA.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-HQTD25CP.js.map
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
SesameClient2 as SesameClient,
|
|
8
8
|
WORKER_ROUTES,
|
|
9
9
|
createLogger
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-EKZ3IZU6.js";
|
|
11
11
|
|
|
12
12
|
// packages/runtime/src/watchdog.ts
|
|
13
13
|
import { execSync } from "child_process";
|
|
@@ -1095,4 +1095,4 @@ export {
|
|
|
1095
1095
|
WorkerMemorySync,
|
|
1096
1096
|
PrimaryMemorySync
|
|
1097
1097
|
};
|
|
1098
|
-
//# sourceMappingURL=chunk-
|
|
1098
|
+
//# sourceMappingURL=chunk-MWQZTAYA.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
startPipeline
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-EKZ3IZU6.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-
|
|
69
|
+
//# sourceMappingURL=chunk-NUMLGOLM.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Watchdog
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MWQZTAYA.js";
|
|
4
4
|
import {
|
|
5
5
|
defaultSentinelConfig,
|
|
6
6
|
loadConfig
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-EKZ3IZU6.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-TTVGHFFT.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-HQTD25CP.js";
|
|
4
|
+
import "../chunk-MWQZTAYA.js";
|
|
5
|
+
import "../chunk-EKZ3IZU6.js";
|
|
6
6
|
import "../chunk-DGUM43GV.js";
|
|
7
7
|
export {
|
|
8
8
|
runFleetCommand
|
package/dist/commands/init.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
runInitCommand
|
|
3
|
-
} from "../chunk-
|
|
4
|
-
import "../chunk-
|
|
5
|
-
import "../chunk-
|
|
3
|
+
} from "../chunk-GD6XTDQQ.js";
|
|
4
|
+
import "../chunk-MWQZTAYA.js";
|
|
5
|
+
import "../chunk-EKZ3IZU6.js";
|
|
6
6
|
import "../chunk-DGUM43GV.js";
|
|
7
7
|
export {
|
|
8
8
|
runInitCommand
|
package/dist/commands/service.js
CHANGED
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-NUMLGOLM.js";
|
|
4
|
+
import "../chunk-MWQZTAYA.js";
|
|
5
|
+
import "../chunk-EKZ3IZU6.js";
|
|
6
6
|
import "../chunk-DGUM43GV.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-TTVGHFFT.js";
|
|
4
|
+
import "../chunk-MWQZTAYA.js";
|
|
5
|
+
import "../chunk-EKZ3IZU6.js";
|
|
6
6
|
import "../chunk-DGUM43GV.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-MWQZTAYA.js";
|
|
8
8
|
import {
|
|
9
9
|
Agent,
|
|
10
10
|
AutoDebugger,
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
setLogLevel,
|
|
35
35
|
startPipeline,
|
|
36
36
|
startWorker
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-EKZ3IZU6.js";
|
|
38
38
|
import "./chunk-DGUM43GV.js";
|
|
39
39
|
export {
|
|
40
40
|
Agent,
|
package/dist/main.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
runInitCommand
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-GD6XTDQQ.js";
|
|
5
5
|
import {
|
|
6
6
|
runStartCommand
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-NUMLGOLM.js";
|
|
8
8
|
import {
|
|
9
9
|
runFleetCommand
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-HQTD25CP.js";
|
|
11
11
|
import {
|
|
12
12
|
runServiceCommand
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-6QZDXOMW.js";
|
|
14
14
|
import {
|
|
15
15
|
runUpgradeCommand
|
|
16
16
|
} from "./chunk-ICSJNKI6.js";
|
|
17
17
|
import {
|
|
18
18
|
runWatchdogCommand
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
19
|
+
} from "./chunk-TTVGHFFT.js";
|
|
20
|
+
import "./chunk-MWQZTAYA.js";
|
|
21
|
+
import "./chunk-EKZ3IZU6.js";
|
|
22
22
|
import "./chunk-DGUM43GV.js";
|
|
23
23
|
|
|
24
24
|
// packages/cli/src/commands/session.ts
|
package/dist/start.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sesamespace/hivemind",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.5",
|
|
4
4
|
"description": "Cognitive architecture for AI agents with multi-layered memory",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsup",
|
|
@@ -15,12 +15,13 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@sesamespace/sdk": "^0.1.6",
|
|
18
|
-
"smol-toml": "^1.6.0",
|
|
19
18
|
"axios": "^1.7.9",
|
|
20
|
-
"express": "^4.21.2"
|
|
19
|
+
"express": "^4.21.2",
|
|
20
|
+
"smol-toml": "^1.6.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"tsup": "^8.5.1"
|
|
23
|
+
"tsup": "^8.5.1",
|
|
24
|
+
"typescript": "^5.9.3"
|
|
24
25
|
},
|
|
25
26
|
"bin": {
|
|
26
27
|
"hivemind": "dist/main.js"
|