@sesamespace/hivemind 0.8.12 → 0.10.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.
Files changed (59) hide show
  1. package/README.md +2 -1
  2. package/config/default.toml +18 -0
  3. package/dist/{chunk-NCJW2AOK.js → chunk-BHCDOHSK.js} +3 -3
  4. package/dist/chunk-DGUM43GV.js +11 -0
  5. package/dist/chunk-DGUM43GV.js.map +1 -0
  6. package/dist/{chunk-OVRYYS5I.js → chunk-DPLCEMEC.js} +2 -2
  7. package/dist/{chunk-XQZU3ULO.js → chunk-FBQBBAPZ.js} +2 -2
  8. package/dist/{chunk-XBJGLZ7V.js → chunk-FK6WYXRM.js} +79 -2
  9. package/dist/chunk-FK6WYXRM.js.map +1 -0
  10. package/dist/{chunk-LJHJGDKY.js → chunk-ICSJNKI6.js} +62 -2
  11. package/dist/chunk-ICSJNKI6.js.map +1 -0
  12. package/dist/{chunk-HDYEAKN5.js → chunk-IXBIAX76.js} +4 -34
  13. package/dist/chunk-IXBIAX76.js.map +1 -0
  14. package/dist/{chunk-OG6GPQDK.js → chunk-M3A2WRXM.js} +1765 -189
  15. package/dist/chunk-M3A2WRXM.js.map +1 -0
  16. package/dist/commands/fleet.js +4 -3
  17. package/dist/commands/init.js +4 -3
  18. package/dist/commands/service.js +1 -0
  19. package/dist/commands/start.js +4 -3
  20. package/dist/commands/upgrade.js +2 -1
  21. package/dist/commands/watchdog.js +4 -3
  22. package/dist/dashboard.html +873 -131
  23. package/dist/index.js +14 -5
  24. package/dist/main.js +376 -7
  25. package/dist/main.js.map +1 -1
  26. package/dist/start.js +2 -1
  27. package/dist/start.js.map +1 -1
  28. package/install.sh +162 -0
  29. package/package.json +24 -23
  30. package/packages/memory/Cargo.lock +6480 -0
  31. package/packages/memory/Cargo.toml +21 -0
  32. package/packages/memory/src/src/context.rs +179 -0
  33. package/packages/memory/src/src/embeddings.rs +51 -0
  34. package/packages/memory/src/src/main.rs +887 -0
  35. package/packages/memory/src/src/promotion.rs +808 -0
  36. package/packages/memory/src/src/scoring.rs +142 -0
  37. package/packages/memory/src/src/store.rs +460 -0
  38. package/packages/memory/src/src/tasks.rs +321 -0
  39. package/.pnpmrc.json +0 -1
  40. package/DASHBOARD-PLAN.md +0 -206
  41. package/MEMORY-ENHANCEMENT-PLAN.md +0 -211
  42. package/TOOL-USE-DESIGN.md +0 -173
  43. package/dist/chunk-HDYEAKN5.js.map +0 -1
  44. package/dist/chunk-LJHJGDKY.js.map +0 -1
  45. package/dist/chunk-OG6GPQDK.js.map +0 -1
  46. package/dist/chunk-XBJGLZ7V.js.map +0 -1
  47. package/docs/TOOL-PARITY-PLAN.md +0 -191
  48. package/src/memory/dashboard-integration.ts +0 -295
  49. package/src/memory/index.ts +0 -187
  50. package/src/memory/performance-test.ts +0 -208
  51. package/src/memory/processors/agent-sync.ts +0 -312
  52. package/src/memory/processors/command-learner.ts +0 -298
  53. package/src/memory/processors/memory-api-client.ts +0 -105
  54. package/src/memory/processors/message-flow-integration.ts +0 -168
  55. package/src/memory/processors/research-digester.ts +0 -204
  56. package/test-caitlin-access.md +0 -11
  57. /package/dist/{chunk-NCJW2AOK.js.map → chunk-BHCDOHSK.js.map} +0 -0
  58. /package/dist/{chunk-OVRYYS5I.js.map → chunk-DPLCEMEC.js.map} +0 -0
  59. /package/dist/{chunk-XQZU3ULO.js.map → chunk-FBQBBAPZ.js.map} +0 -0
@@ -1,8 +1,9 @@
1
1
  import {
2
2
  runFleetCommand
3
- } from "../chunk-XQZU3ULO.js";
4
- import "../chunk-HDYEAKN5.js";
5
- import "../chunk-OG6GPQDK.js";
3
+ } from "../chunk-FBQBBAPZ.js";
4
+ import "../chunk-IXBIAX76.js";
5
+ import "../chunk-M3A2WRXM.js";
6
+ import "../chunk-DGUM43GV.js";
6
7
  export {
7
8
  runFleetCommand
8
9
  };
@@ -1,8 +1,9 @@
1
1
  import {
2
2
  runInitCommand
3
- } from "../chunk-XBJGLZ7V.js";
4
- import "../chunk-HDYEAKN5.js";
5
- import "../chunk-OG6GPQDK.js";
3
+ } from "../chunk-FK6WYXRM.js";
4
+ import "../chunk-IXBIAX76.js";
5
+ import "../chunk-M3A2WRXM.js";
6
+ import "../chunk-DGUM43GV.js";
6
7
  export {
7
8
  runInitCommand
8
9
  };
@@ -1,6 +1,7 @@
1
1
  import {
2
2
  runServiceCommand
3
3
  } from "../chunk-IJRAVHQC.js";
4
+ import "../chunk-DGUM43GV.js";
4
5
  export {
5
6
  runServiceCommand
6
7
  };
@@ -1,8 +1,9 @@
1
1
  import {
2
2
  runStartCommand
3
- } from "../chunk-OVRYYS5I.js";
4
- import "../chunk-HDYEAKN5.js";
5
- import "../chunk-OG6GPQDK.js";
3
+ } from "../chunk-DPLCEMEC.js";
4
+ import "../chunk-IXBIAX76.js";
5
+ import "../chunk-M3A2WRXM.js";
6
+ import "../chunk-DGUM43GV.js";
6
7
  export {
7
8
  runStartCommand
8
9
  };
@@ -1,6 +1,7 @@
1
1
  import {
2
2
  runUpgradeCommand
3
- } from "../chunk-LJHJGDKY.js";
3
+ } from "../chunk-ICSJNKI6.js";
4
+ import "../chunk-DGUM43GV.js";
4
5
  export {
5
6
  runUpgradeCommand
6
7
  };
@@ -1,8 +1,9 @@
1
1
  import {
2
2
  runWatchdogCommand
3
- } from "../chunk-NCJW2AOK.js";
4
- import "../chunk-HDYEAKN5.js";
5
- import "../chunk-OG6GPQDK.js";
3
+ } from "../chunk-BHCDOHSK.js";
4
+ import "../chunk-IXBIAX76.js";
5
+ import "../chunk-M3A2WRXM.js";
6
+ import "../chunk-DGUM43GV.js";
6
7
  export {
7
8
  runWatchdogCommand
8
9
  };