@sesamespace/hivemind 0.7.0 → 0.7.1
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-PN4GE2PM.js → chunk-EQRUGDTR.js} +2 -2
- package/dist/{chunk-DXQ3GROV.js → chunk-G6PPTVAS.js} +2 -2
- package/dist/chunk-G6PPTVAS.js.map +1 -0
- package/dist/{chunk-FIPJ6P5W.js → chunk-GXNDXM5K.js} +2 -2
- package/dist/{chunk-2SYP4OUR.js → chunk-JLI4IPKA.js} +3 -3
- package/dist/{chunk-LW7KOSXM.js → chunk-KL44NCSP.js} +2 -2
- package/dist/commands/fleet.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 +5 -5
- package/dist/start.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-DXQ3GROV.js.map +0 -1
- /package/dist/{chunk-PN4GE2PM.js.map → chunk-EQRUGDTR.js.map} +0 -0
- /package/dist/{chunk-FIPJ6P5W.js.map → chunk-GXNDXM5K.js.map} +0 -0
- /package/dist/{chunk-2SYP4OUR.js.map → chunk-JLI4IPKA.js.map} +0 -0
- /package/dist/{chunk-LW7KOSXM.js.map → chunk-KL44NCSP.js.map} +0 -0
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
PRIMARY_ROUTES,
|
|
7
7
|
SesameClient,
|
|
8
8
|
WORKER_ROUTES
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-G6PPTVAS.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-
|
|
1051
|
+
//# sourceMappingURL=chunk-EQRUGDTR.js.map
|
|
@@ -3382,7 +3382,7 @@ async function startPipeline(configPath) {
|
|
|
3382
3382
|
});
|
|
3383
3383
|
agent.setToolRegistry(toolRegistry);
|
|
3384
3384
|
console.log(`[hivemind] Context manager initialized (active: ${agent.getActiveContext()})`);
|
|
3385
|
-
const dataDir = resolve9(
|
|
3385
|
+
const dataDir = resolve9(hivemindHome, "data");
|
|
3386
3386
|
if (config.sesame.api_key) {
|
|
3387
3387
|
await startSesameLoop(config, agent, dataDir);
|
|
3388
3388
|
} else {
|
|
@@ -4057,4 +4057,4 @@ smol-toml/dist/index.js:
|
|
|
4057
4057
|
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
4058
4058
|
*)
|
|
4059
4059
|
*/
|
|
4060
|
-
//# sourceMappingURL=chunk-
|
|
4060
|
+
//# sourceMappingURL=chunk-G6PPTVAS.js.map
|