@sesamespace/hivemind 0.11.4 → 0.12.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.
- package/dist/{chunk-ZA4NWNS6.js → chunk-3EB4T7D4.js} +2 -2
- package/dist/{chunk-LYL5GG2F.js → chunk-6JB4OAB6.js} +3 -3
- package/dist/{chunk-4C6B2AMB.js → chunk-G5LF3BSN.js} +2 -2
- package/dist/{chunk-4YXOQGQC.js → chunk-JP3ZHMPE.js} +2 -2
- package/dist/{chunk-K6KL2VD6.js → chunk-YJW6OOEJ.js} +2 -2
- package/dist/{chunk-OB6OXLPC.js → chunk-ZQ26EOYD.js} +323 -54
- package/dist/chunk-ZQ26EOYD.js.map +1 -0
- package/dist/commands/fleet.js +3 -3
- package/dist/commands/init.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 +6 -6
- package/dist/start.js +1 -1
- package/package.json +5 -4
- package/dist/chunk-OB6OXLPC.js.map +0 -1
- /package/dist/{chunk-ZA4NWNS6.js.map → chunk-3EB4T7D4.js.map} +0 -0
- /package/dist/{chunk-LYL5GG2F.js.map → chunk-6JB4OAB6.js.map} +0 -0
- /package/dist/{chunk-4C6B2AMB.js.map → chunk-G5LF3BSN.js.map} +0 -0
- /package/dist/{chunk-4YXOQGQC.js.map → chunk-JP3ZHMPE.js.map} +0 -0
- /package/dist/{chunk-K6KL2VD6.js.map → chunk-YJW6OOEJ.js.map} +0 -0
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-G5LF3BSN.js";
|
|
4
|
+
import "../chunk-YJW6OOEJ.js";
|
|
5
|
+
import "../chunk-ZQ26EOYD.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-JP3ZHMPE.js";
|
|
4
|
+
import "../chunk-YJW6OOEJ.js";
|
|
5
|
+
import "../chunk-ZQ26EOYD.js";
|
|
6
6
|
import "../chunk-DGUM43GV.js";
|
|
7
7
|
export {
|
|
8
8
|
runInitCommand
|
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-3EB4T7D4.js";
|
|
4
|
+
import "../chunk-YJW6OOEJ.js";
|
|
5
|
+
import "../chunk-ZQ26EOYD.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-6JB4OAB6.js";
|
|
4
|
+
import "../chunk-YJW6OOEJ.js";
|
|
5
|
+
import "../chunk-ZQ26EOYD.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-YJW6OOEJ.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-ZQ26EOYD.js";
|
|
38
38
|
import "./chunk-DGUM43GV.js";
|
|
39
39
|
export {
|
|
40
40
|
Agent,
|
package/dist/main.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
runInitCommand
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-JP3ZHMPE.js";
|
|
5
5
|
import {
|
|
6
6
|
runStartCommand
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-3EB4T7D4.js";
|
|
8
8
|
import {
|
|
9
9
|
runFleetCommand
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-G5LF3BSN.js";
|
|
11
11
|
import {
|
|
12
12
|
runServiceCommand
|
|
13
13
|
} from "./chunk-6QZDXOMW.js";
|
|
@@ -16,9 +16,9 @@ import {
|
|
|
16
16
|
} from "./chunk-ICSJNKI6.js";
|
|
17
17
|
import {
|
|
18
18
|
runWatchdogCommand
|
|
19
|
-
} from "./chunk-
|
|
20
|
-
import "./chunk-
|
|
21
|
-
import "./chunk-
|
|
19
|
+
} from "./chunk-6JB4OAB6.js";
|
|
20
|
+
import "./chunk-YJW6OOEJ.js";
|
|
21
|
+
import "./chunk-ZQ26EOYD.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.
|
|
3
|
+
"version": "0.12.0",
|
|
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"
|