agentdb 2.0.0-alpha.1 → 2.0.0-alpha.2

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 (208) hide show
  1. package/dist/agentdb.min.js +4 -4
  2. package/dist/simulation/cli.js +0 -0
  3. package/dist/src/cli/lib/config-manager.d.ts.map +1 -1
  4. package/dist/src/cli/lib/config-manager.js.map +1 -1
  5. package/dist/src/cli/lib/history-tracker.d.ts.map +1 -1
  6. package/dist/src/cli/lib/history-tracker.js +7 -1
  7. package/dist/src/cli/lib/history-tracker.js.map +1 -1
  8. package/examples/README.md +105 -0
  9. package/examples/quickstart.js +43 -0
  10. package/package.json +6 -2
  11. package/simulation/.claude-flow/metrics/agent-metrics.json +1 -0
  12. package/simulation/.claude-flow/metrics/performance.json +87 -0
  13. package/simulation/.claude-flow/metrics/task-metrics.json +10 -0
  14. package/simulation/COMPLETION-STATUS.md +139 -0
  15. package/simulation/FINAL-RESULTS.md +414 -0
  16. package/simulation/FINAL-STATUS.md +281 -0
  17. package/simulation/INTEGRATION-COMPLETE.md +452 -0
  18. package/simulation/MIGRATION-STATUS.md +231 -0
  19. package/simulation/OPTIMIZATION-RESULTS.md +397 -0
  20. package/simulation/PHASE1-COMPLETE.md +163 -0
  21. package/simulation/README.md +848 -0
  22. package/simulation/SIMULATION-RESULTS.md +239 -0
  23. package/simulation/cli.ts +78 -0
  24. package/simulation/configs/default.json +37 -0
  25. package/simulation/data/advanced/aidefence.graph +0 -0
  26. package/simulation/data/advanced/bmssp.graph +0 -0
  27. package/simulation/data/advanced/consciousness.graph +0 -0
  28. package/simulation/data/advanced/goalie.graph +0 -0
  29. package/simulation/data/advanced/psycho-symbolic.graph +0 -0
  30. package/simulation/data/advanced/research-swarm.graph +0 -0
  31. package/simulation/data/advanced/sublinear.graph +0 -0
  32. package/simulation/data/advanced/temporal.graph +0 -0
  33. package/simulation/data/causal.graph +0 -0
  34. package/simulation/data/graph-traversal.graph +0 -0
  35. package/simulation/data/lean-agentic.graph +0 -0
  36. package/simulation/data/reflexion.graph +0 -0
  37. package/simulation/data/skills.graph +0 -0
  38. package/simulation/data/stock-market.graph +0 -0
  39. package/simulation/data/strange-loops.graph +0 -0
  40. package/simulation/data/swarm.graph +0 -0
  41. package/simulation/data/voting-consensus.graph +0 -0
  42. package/simulation/docs/CLI-INTEGRATION-PLAN.md +1038 -0
  43. package/simulation/docs/COMPREHENSIVE-LATENT-SPACE-COMPLETION.md +354 -0
  44. package/simulation/docs/DOCUMENTATION-INDEX.md +226 -0
  45. package/simulation/docs/IMPLEMENTATION-COMPLETE.md +521 -0
  46. package/simulation/docs/OPTIMIZATION-SUMMARY.md +279 -0
  47. package/simulation/docs/README.md +229 -0
  48. package/simulation/docs/SWARM-5-INTEGRATION-SUMMARY.md +528 -0
  49. package/simulation/docs/TESTING-SUMMARY.md +304 -0
  50. package/simulation/docs/architecture/EXTENSION-API.md +868 -0
  51. package/simulation/docs/architecture/INTEGRATION-ARCHITECTURE.md +1138 -0
  52. package/simulation/docs/architecture/OPTIMIZATION-STRATEGY.md +778 -0
  53. package/simulation/docs/architecture/SIMULATION-ARCHITECTURE.md +892 -0
  54. package/simulation/docs/guides/CLI-REFERENCE.md +896 -0
  55. package/simulation/docs/guides/CUSTOM-SIMULATIONS.md +931 -0
  56. package/simulation/docs/guides/DEPLOYMENT.md +832 -0
  57. package/simulation/docs/guides/IMPLEMENTATION-SUMMARY.md +544 -0
  58. package/simulation/docs/guides/MIGRATION-GUIDE.md +591 -0
  59. package/simulation/docs/guides/QUICK-START.md +361 -0
  60. package/simulation/docs/guides/README.md +736 -0
  61. package/simulation/docs/guides/TROUBLESHOOTING.md +817 -0
  62. package/simulation/docs/guides/WIZARD-GUIDE.md +869 -0
  63. package/simulation/docs/reports/latent-space/MASTER-SYNTHESIS.md +345 -0
  64. package/simulation/docs/reports/latent-space/README.md +132 -0
  65. package/simulation/docs/reports/latent-space/attention-analysis-RESULTS.md +238 -0
  66. package/simulation/docs/reports/latent-space/clustering-analysis-RESULTS.md +210 -0
  67. package/simulation/docs/reports/latent-space/hnsw-exploration-RESULTS.md +332 -0
  68. package/simulation/docs/reports/latent-space/hypergraph-exploration-RESULTS.md +37 -0
  69. package/simulation/docs/reports/latent-space/neural-augmentation-RESULTS.md +69 -0
  70. package/simulation/docs/reports/latent-space/quantum-hybrid-RESULTS.md +91 -0
  71. package/simulation/docs/reports/latent-space/self-organizing-hnsw-RESULTS.md +51 -0
  72. package/simulation/docs/reports/latent-space/traversal-optimization-RESULTS.md +238 -0
  73. package/simulation/reports/README.md +397 -0
  74. package/simulation/reports/advanced-simulations-performance.md +1241 -0
  75. package/simulation/reports/aidefence-integration-2025-11-30T01-36-53-486Z.json +30 -0
  76. package/simulation/reports/architecture-analysis.md +1396 -0
  77. package/simulation/reports/basic-scenarios-performance.md +1840 -0
  78. package/simulation/reports/bmssp-integration-2025-11-30T01-36-27-193Z.json +30 -0
  79. package/simulation/reports/bmssp-integration-2025-11-30T03-38-12-887Z.json +30 -0
  80. package/simulation/reports/causal-reasoning-2025-11-29T23-35-21-795Z.json +36 -0
  81. package/simulation/reports/causal-reasoning-2025-11-30T00-58-42-862Z.json +30 -0
  82. package/simulation/reports/causal-reasoning-2025-11-30T00-59-12-546Z.json +40 -0
  83. package/simulation/reports/consciousness-explorer-2025-11-30T01-36-51-269Z.json +31 -0
  84. package/simulation/reports/core-benchmarks.md +727 -0
  85. package/simulation/reports/goalie-integration-2025-11-30T01-36-52-377Z.json +30 -0
  86. package/simulation/reports/graph-traversal-2025-11-29T23-35-35-279Z.json +78 -0
  87. package/simulation/reports/graph-traversal-2025-11-29T23-37-36-697Z.json +30 -0
  88. package/simulation/reports/graph-traversal-2025-11-30T01-03-59-716Z.json +30 -0
  89. package/simulation/reports/graph-traversal-2025-11-30T01-05-10-984Z.json +30 -0
  90. package/simulation/reports/graph-traversal-2025-11-30T01-06-16-334Z.json +30 -0
  91. package/simulation/reports/graph-traversal-2025-11-30T01-06-53-312Z.json +30 -0
  92. package/simulation/reports/graph-traversal-2025-11-30T01-07-51-075Z.json +24 -0
  93. package/simulation/reports/graph-traversal-2025-11-30T01-08-22-179Z.json +42 -0
  94. package/simulation/reports/lean-agentic-swarm-2025-11-29T23-37-23-804Z.json +148 -0
  95. package/simulation/reports/lean-agentic-swarm-2025-11-30T01-31-24-401Z.json +31 -0
  96. package/simulation/reports/lean-agentic-swarm-2025-11-30T03-38-01-470Z.json +31 -0
  97. package/simulation/reports/multi-agent-swarm-2025-11-29T23-35-28-093Z.json +78 -0
  98. package/simulation/reports/multi-agent-swarm-2025-11-30T01-03-54-062Z.json +42 -0
  99. package/simulation/reports/multi-agent-swarm-2025-11-30T01-05-06-092Z.json +42 -0
  100. package/simulation/reports/psycho-symbolic-reasoner-2025-11-30T01-36-50-180Z.json +30 -0
  101. package/simulation/reports/quality-metrics.md +727 -0
  102. package/simulation/reports/reflexion-learning-2025-11-29T23-35-09-774Z.json +48 -0
  103. package/simulation/reports/reflexion-learning-2025-11-29T23-37-16-934Z.json +36 -0
  104. package/simulation/reports/reflexion-learning-2025-11-30T00-07-49-259Z.json +30 -0
  105. package/simulation/reports/reflexion-learning-2025-11-30T00-09-29-319Z.json +51 -0
  106. package/simulation/reports/reflexion-learning-2025-11-30T00-28-37-659Z.json +51 -0
  107. package/simulation/reports/reflexion-learning-2025-11-30T01-31-30-690Z.json +29 -0
  108. package/simulation/reports/reflexion-learning-2025-11-30T03-38-06-937Z.json +29 -0
  109. package/simulation/reports/research-foundations.md +2004 -0
  110. package/simulation/reports/research-swarm-2025-11-30T01-36-54-647Z.json +30 -0
  111. package/simulation/reports/scalability-deployment.md +2404 -0
  112. package/simulation/reports/skill-evolution-2025-11-29T23-35-15-945Z.json +36 -0
  113. package/simulation/reports/skill-evolution-2025-11-30T01-03-17-995Z.json +30 -0
  114. package/simulation/reports/skill-evolution-2025-11-30T01-03-48-441Z.json +30 -0
  115. package/simulation/reports/skill-evolution-2025-11-30T01-05-00-554Z.json +30 -0
  116. package/simulation/reports/skill-evolution-2025-11-30T01-06-11-436Z.json +30 -0
  117. package/simulation/reports/skill-evolution-2025-11-30T01-06-51-979Z.json +30 -0
  118. package/simulation/reports/skill-evolution-2025-11-30T01-07-32-695Z.json +40 -0
  119. package/simulation/reports/stock-market-emergence-2025-11-30T00-11-43-865Z.json +56 -0
  120. package/simulation/reports/stock-market-emergence-2025-11-30T00-28-57-495Z.json +56 -0
  121. package/simulation/reports/strange-loops-2025-11-29T23-37-30-621Z.json +78 -0
  122. package/simulation/reports/strange-loops-2025-11-30T00-07-55-415Z.json +30 -0
  123. package/simulation/reports/strange-loops-2025-11-30T00-09-35-133Z.json +30 -0
  124. package/simulation/reports/strange-loops-2025-11-30T00-48-50-744Z.json +24 -0
  125. package/simulation/reports/strange-loops-2025-11-30T00-54-48-044Z.json +24 -0
  126. package/simulation/reports/strange-loops-2025-11-30T00-57-27-633Z.json +24 -0
  127. package/simulation/reports/strange-loops-2025-11-30T00-57-59-135Z.json +42 -0
  128. package/simulation/reports/sublinear-solver-2025-11-30T01-36-33-134Z.json +30 -0
  129. package/simulation/reports/temporal-lead-solver-2025-11-30T01-36-38-628Z.json +30 -0
  130. package/simulation/reports/use-cases-applications.md +2212 -0
  131. package/simulation/reports/voting-system-consensus-2025-11-30T00-11-37-199Z.json +58 -0
  132. package/simulation/reports/voting-system-consensus-2025-11-30T00-28-47-735Z.json +58 -0
  133. package/simulation/runner.ts +300 -0
  134. package/simulation/scenarios/README-advanced/aidefence-integration.md +63 -0
  135. package/simulation/scenarios/README-advanced/bmssp-integration.md +58 -0
  136. package/simulation/scenarios/README-advanced/consciousness-explorer.md +53 -0
  137. package/simulation/scenarios/README-advanced/goalie-integration.md +61 -0
  138. package/simulation/scenarios/README-advanced/psycho-symbolic-reasoner.md +55 -0
  139. package/simulation/scenarios/README-advanced/research-swarm.md +63 -0
  140. package/simulation/scenarios/README-advanced/sublinear-solver.md +58 -0
  141. package/simulation/scenarios/README-advanced/temporal-lead-solver.md +55 -0
  142. package/simulation/scenarios/README-basic/causal-reasoning.md +39 -0
  143. package/simulation/scenarios/README-basic/graph-traversal.md +41 -0
  144. package/simulation/scenarios/README-basic/lean-agentic-swarm.md +122 -0
  145. package/simulation/scenarios/README-basic/multi-agent-swarm.md +34 -0
  146. package/simulation/scenarios/README-basic/reflexion-learning.md +41 -0
  147. package/simulation/scenarios/README-basic/skill-evolution.md +38 -0
  148. package/simulation/scenarios/README-basic/stock-market-emergence.md +28 -0
  149. package/simulation/scenarios/README-basic/strange-loops.md +36 -0
  150. package/simulation/scenarios/README-basic/voting-system-consensus.md +28 -0
  151. package/simulation/scenarios/README.md +438 -0
  152. package/simulation/scenarios/aidefence-integration.ts +165 -0
  153. package/simulation/scenarios/bmssp-integration.ts +137 -0
  154. package/simulation/scenarios/causal-reasoning.ts +143 -0
  155. package/simulation/scenarios/consciousness-explorer.ts +139 -0
  156. package/simulation/scenarios/domain-examples/.claude-flow/metrics/agent-metrics.json +1 -0
  157. package/simulation/scenarios/domain-examples/.claude-flow/metrics/performance.json +87 -0
  158. package/simulation/scenarios/domain-examples/.claude-flow/metrics/task-metrics.json +10 -0
  159. package/simulation/scenarios/domain-examples/README.md +525 -0
  160. package/simulation/scenarios/domain-examples/e-commerce-recommendations.ts +220 -0
  161. package/simulation/scenarios/domain-examples/index.ts +81 -0
  162. package/simulation/scenarios/domain-examples/iot-sensor-networks.ts +290 -0
  163. package/simulation/scenarios/domain-examples/medical-imaging.ts +181 -0
  164. package/simulation/scenarios/domain-examples/robotics-navigation.ts +214 -0
  165. package/simulation/scenarios/domain-examples/scientific-research.ts +250 -0
  166. package/simulation/scenarios/domain-examples/trading-systems.ts +138 -0
  167. package/simulation/scenarios/goalie-integration.ts +161 -0
  168. package/simulation/scenarios/graph-traversal.ts +129 -0
  169. package/simulation/scenarios/latent-space/OPTIMIZATION-COMPLETE.md +287 -0
  170. package/simulation/scenarios/latent-space/README-attention-analysis.md +170 -0
  171. package/simulation/scenarios/latent-space/README-clustering-analysis.md +239 -0
  172. package/simulation/scenarios/latent-space/README-hnsw-exploration.md +199 -0
  173. package/simulation/scenarios/latent-space/README-hypergraph-exploration.md +279 -0
  174. package/simulation/scenarios/latent-space/README-neural-augmentation.md +267 -0
  175. package/simulation/scenarios/latent-space/README-quantum-hybrid.md +276 -0
  176. package/simulation/scenarios/latent-space/README-self-organizing-hnsw.md +244 -0
  177. package/simulation/scenarios/latent-space/README-traversal-optimization.md +212 -0
  178. package/simulation/scenarios/latent-space/attention-analysis.ts +598 -0
  179. package/simulation/scenarios/latent-space/clustering-analysis.ts +796 -0
  180. package/simulation/scenarios/latent-space/hnsw-exploration.ts +526 -0
  181. package/simulation/scenarios/latent-space/hypergraph-exploration.ts +706 -0
  182. package/simulation/scenarios/latent-space/index.ts +47 -0
  183. package/simulation/scenarios/latent-space/neural-augmentation.ts +604 -0
  184. package/simulation/scenarios/latent-space/quantum-hybrid.ts +508 -0
  185. package/simulation/scenarios/latent-space/self-organizing-hnsw.ts +680 -0
  186. package/simulation/scenarios/latent-space/traversal-optimization.ts +782 -0
  187. package/simulation/scenarios/lean-agentic-swarm.ts +182 -0
  188. package/simulation/scenarios/multi-agent-swarm.ts +146 -0
  189. package/simulation/scenarios/psycho-symbolic-reasoner.ts +136 -0
  190. package/simulation/scenarios/reflexion-learning.ts +132 -0
  191. package/simulation/scenarios/research-swarm.ts +187 -0
  192. package/simulation/scenarios/skill-evolution.ts +135 -0
  193. package/simulation/scenarios/stock-market-emergence.ts +323 -0
  194. package/simulation/scenarios/strange-loops.ts +175 -0
  195. package/simulation/scenarios/sublinear-solver.ts +108 -0
  196. package/simulation/scenarios/temporal-lead-solver.ts +121 -0
  197. package/simulation/scenarios/voting-system-consensus.ts +251 -0
  198. package/simulation/tests/latent-space/attention-analysis.test.ts +204 -0
  199. package/simulation/tests/latent-space/clustering-analysis.test.ts +281 -0
  200. package/simulation/tests/latent-space/hnsw-exploration.test.ts +253 -0
  201. package/simulation/tests/latent-space/hypergraph-exploration.test.ts +295 -0
  202. package/simulation/tests/latent-space/neural-augmentation.test.ts +326 -0
  203. package/simulation/tests/latent-space/quantum-hybrid.test.ts +307 -0
  204. package/simulation/tests/latent-space/self-organizing-hnsw.test.ts +291 -0
  205. package/simulation/tests/latent-space/traversal-optimization.test.ts +261 -0
  206. package/simulation/types.ts +177 -0
  207. package/simulation/utils/PerformanceOptimizer.ts +269 -0
  208. package/src/cli/lib/history-tracker.ts +7 -1
@@ -0,0 +1,30 @@
1
+ {
2
+ "scenario": "goalie-integration",
3
+ "startTime": 1764466611929,
4
+ "endTime": 1764466612377,
5
+ "duration": 447.6584270000001,
6
+ "iterations": 1,
7
+ "agents": 5,
8
+ "success": 1,
9
+ "failures": 0,
10
+ "metrics": {
11
+ "opsPerSec": 2.2338460301117036,
12
+ "avgLatency": 437.44317,
13
+ "memoryUsage": 23.840599060058594,
14
+ "errorRate": 0
15
+ },
16
+ "details": [
17
+ {
18
+ "iteration": 1,
19
+ "duration": 437.44317,
20
+ "success": true,
21
+ "data": {
22
+ "primaryGoals": 3,
23
+ "subgoals": 9,
24
+ "achievements": 3,
25
+ "avgProgress": 0.3333333333333333,
26
+ "totalTime": 101.25561300000004
27
+ }
28
+ }
29
+ ]
30
+ }
@@ -0,0 +1,78 @@
1
+ {
2
+ "scenario": "graph-traversal",
3
+ "startTime": 1764459333988,
4
+ "endTime": 1764459335279,
5
+ "duration": 1290.345069,
6
+ "iterations": 10,
7
+ "agents": 5,
8
+ "success": 0,
9
+ "failures": 10,
10
+ "metrics": {
11
+ "opsPerSec": 0,
12
+ "avgLatency": null,
13
+ "memoryUsage": 21.123794555664062,
14
+ "errorRate": 1
15
+ },
16
+ "details": [
17
+ {
18
+ "iteration": 1,
19
+ "duration": 348.15907699999997,
20
+ "success": false,
21
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
22
+ },
23
+ {
24
+ "iteration": 2,
25
+ "duration": 121.64039500000001,
26
+ "success": false,
27
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
28
+ },
29
+ {
30
+ "iteration": 3,
31
+ "duration": 106.57914700000003,
32
+ "success": false,
33
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
34
+ },
35
+ {
36
+ "iteration": 4,
37
+ "duration": 113.43026699999996,
38
+ "success": false,
39
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
40
+ },
41
+ {
42
+ "iteration": 5,
43
+ "duration": 94.87482,
44
+ "success": false,
45
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
46
+ },
47
+ {
48
+ "iteration": 6,
49
+ "duration": 89.30216300000006,
50
+ "success": false,
51
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
52
+ },
53
+ {
54
+ "iteration": 7,
55
+ "duration": 112.58768399999985,
56
+ "success": false,
57
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
58
+ },
59
+ {
60
+ "iteration": 8,
61
+ "duration": 87.43659899999989,
62
+ "success": false,
63
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
64
+ },
65
+ {
66
+ "iteration": 9,
67
+ "duration": 106.07529599999998,
68
+ "success": false,
69
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
70
+ },
71
+ {
72
+ "iteration": 10,
73
+ "duration": 97.08521600000017,
74
+ "success": false,
75
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
76
+ }
77
+ ]
78
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "scenario": "graph-traversal",
3
+ "startTime": 1764459456244,
4
+ "endTime": 1764459456697,
5
+ "duration": 453.62042099999996,
6
+ "iterations": 2,
7
+ "agents": 5,
8
+ "success": 0,
9
+ "failures": 2,
10
+ "metrics": {
11
+ "opsPerSec": 0,
12
+ "avgLatency": null,
13
+ "memoryUsage": 22.499618530273438,
14
+ "errorRate": 1
15
+ },
16
+ "details": [
17
+ {
18
+ "iteration": 1,
19
+ "duration": 335.930244,
20
+ "success": false,
21
+ "error": "graphDb.createNode is not a function"
22
+ },
23
+ {
24
+ "iteration": 2,
25
+ "duration": 109.12215100000003,
26
+ "success": false,
27
+ "error": "graphDb.createNode is not a function"
28
+ }
29
+ ]
30
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "scenario": "graph-traversal",
3
+ "startTime": 1764464639151,
4
+ "endTime": 1764464639716,
5
+ "duration": 564.83943,
6
+ "iterations": 2,
7
+ "agents": 5,
8
+ "success": 0,
9
+ "failures": 2,
10
+ "metrics": {
11
+ "opsPerSec": 0,
12
+ "avgLatency": null,
13
+ "memoryUsage": 22.585922241210938,
14
+ "errorRate": 1
15
+ },
16
+ "details": [
17
+ {
18
+ "iteration": 1,
19
+ "duration": 433.88868299999996,
20
+ "success": false,
21
+ "error": "graphDb.createNode is not a function"
22
+ },
23
+ {
24
+ "iteration": 2,
25
+ "duration": 122.14892799999996,
26
+ "success": false,
27
+ "error": "graphDb.createNode is not a function"
28
+ }
29
+ ]
30
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "scenario": "graph-traversal",
3
+ "startTime": 1764464710500,
4
+ "endTime": 1764464710984,
5
+ "duration": 483.86284400000005,
6
+ "iterations": 2,
7
+ "agents": 5,
8
+ "success": 0,
9
+ "failures": 2,
10
+ "metrics": {
11
+ "opsPerSec": 0,
12
+ "avgLatency": null,
13
+ "memoryUsage": 19.696685791015625,
14
+ "errorRate": 1
15
+ },
16
+ "details": [
17
+ {
18
+ "iteration": 1,
19
+ "duration": 335.59643200000005,
20
+ "success": false,
21
+ "error": "Graph database does not support GraphDatabaseAdapter API. Use RuVector graph mode."
22
+ },
23
+ {
24
+ "iteration": 2,
25
+ "duration": 126.637475,
26
+ "success": false,
27
+ "error": "Graph database does not support GraphDatabaseAdapter API. Use RuVector graph mode."
28
+ }
29
+ ]
30
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "scenario": "graph-traversal",
3
+ "startTime": 1764464775833,
4
+ "endTime": 1764464776334,
5
+ "duration": 501.346566,
6
+ "iterations": 2,
7
+ "agents": 5,
8
+ "success": 0,
9
+ "failures": 2,
10
+ "metrics": {
11
+ "opsPerSec": 0,
12
+ "avgLatency": null,
13
+ "memoryUsage": 22.569793701171875,
14
+ "errorRate": 1
15
+ },
16
+ "details": [
17
+ {
18
+ "iteration": 1,
19
+ "duration": 383.494292,
20
+ "success": false,
21
+ "error": "this.db.add_node is not a function"
22
+ },
23
+ {
24
+ "iteration": 2,
25
+ "duration": 106.0848860000001,
26
+ "success": false,
27
+ "error": "this.db.add_node is not a function"
28
+ }
29
+ ]
30
+ }
@@ -0,0 +1,30 @@
1
+ {
2
+ "scenario": "graph-traversal",
3
+ "startTime": 1764464812668,
4
+ "endTime": 1764464813312,
5
+ "duration": 643.8381410000001,
6
+ "iterations": 2,
7
+ "agents": 5,
8
+ "success": 0,
9
+ "failures": 2,
10
+ "metrics": {
11
+ "opsPerSec": 0,
12
+ "avgLatency": null,
13
+ "memoryUsage": 20.856964111328125,
14
+ "errorRate": 1
15
+ },
16
+ "details": [
17
+ {
18
+ "iteration": 1,
19
+ "duration": 443.524905,
20
+ "success": false,
21
+ "error": "Cypher parse error: Unexpected token: expected statement keyword, found In at line 1, column 28"
22
+ },
23
+ {
24
+ "iteration": 2,
25
+ "duration": 192.791692,
26
+ "success": false,
27
+ "error": "Cypher parse error: Unexpected token: expected statement keyword, found In at line 1, column 28"
28
+ }
29
+ ]
30
+ }
@@ -0,0 +1,24 @@
1
+ {
2
+ "scenario": "graph-traversal",
3
+ "startTime": 1764464870658,
4
+ "endTime": 1764464871075,
5
+ "duration": 416.93289500000003,
6
+ "iterations": 1,
7
+ "agents": 5,
8
+ "success": 0,
9
+ "failures": 1,
10
+ "metrics": {
11
+ "opsPerSec": 0,
12
+ "avgLatency": null,
13
+ "memoryUsage": 21.176719665527344,
14
+ "errorRate": 1
15
+ },
16
+ "details": [
17
+ {
18
+ "iteration": 1,
19
+ "duration": 410.348967,
20
+ "success": false,
21
+ "error": "Cypher parse error: Unexpected token: expected statement keyword, found In at line 1, column 28"
22
+ }
23
+ ]
24
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "scenario": "graph-traversal",
3
+ "startTime": 1764464901588,
4
+ "endTime": 1764464902179,
5
+ "duration": 591.566309,
6
+ "iterations": 2,
7
+ "agents": 5,
8
+ "success": 2,
9
+ "failures": 0,
10
+ "metrics": {
11
+ "opsPerSec": 3.380855146028946,
12
+ "avgLatency": 285.91871649999996,
13
+ "memoryUsage": 20.855072021484375,
14
+ "errorRate": 0
15
+ },
16
+ "details": [
17
+ {
18
+ "iteration": 1,
19
+ "duration": 380.67329299999994,
20
+ "success": true,
21
+ "data": {
22
+ "nodesCreated": 50,
23
+ "edgesCreated": 45,
24
+ "queriesExecuted": 5,
25
+ "avgQueryTime": 0.42073360000001686,
26
+ "totalTime": 45.63269600000001
27
+ }
28
+ },
29
+ {
30
+ "iteration": 2,
31
+ "duration": 191.16413999999997,
32
+ "success": true,
33
+ "data": {
34
+ "nodesCreated": 50,
35
+ "edgesCreated": 45,
36
+ "queriesExecuted": 5,
37
+ "avgQueryTime": 0.2086207999999715,
38
+ "totalTime": 43.307357000000025
39
+ }
40
+ }
41
+ ]
42
+ }
@@ -0,0 +1,148 @@
1
+ {
2
+ "scenario": "lean-agentic-swarm",
3
+ "startTime": 1764459442226,
4
+ "endTime": 1764459443804,
5
+ "duration": 1577.997672,
6
+ "iterations": 10,
7
+ "agents": 3,
8
+ "success": 10,
9
+ "failures": 0,
10
+ "metrics": {
11
+ "opsPerSec": 6.337144963798147,
12
+ "avgLatency": 156.8359661,
13
+ "memoryUsage": 22.317474365234375,
14
+ "errorRate": 0
15
+ },
16
+ "details": [
17
+ {
18
+ "iteration": 1,
19
+ "duration": 339.58726399999995,
20
+ "success": true,
21
+ "data": {
22
+ "agents": 3,
23
+ "operations": 0,
24
+ "successfulTasks": 0,
25
+ "avgLatency": null,
26
+ "totalTime": 6.757460000000037,
27
+ "memoryFootprint": 20.135826110839844
28
+ }
29
+ },
30
+ {
31
+ "iteration": 2,
32
+ "duration": 156.438128,
33
+ "success": true,
34
+ "data": {
35
+ "agents": 3,
36
+ "operations": 0,
37
+ "successfulTasks": 0,
38
+ "avgLatency": null,
39
+ "totalTime": 3.952089000000001,
40
+ "memoryFootprint": 19.89061737060547
41
+ }
42
+ },
43
+ {
44
+ "iteration": 3,
45
+ "duration": 143.476364,
46
+ "success": true,
47
+ "data": {
48
+ "agents": 3,
49
+ "operations": 0,
50
+ "successfulTasks": 0,
51
+ "avgLatency": null,
52
+ "totalTime": 3.3074369999999362,
53
+ "memoryFootprint": 19.950477600097656
54
+ }
55
+ },
56
+ {
57
+ "iteration": 4,
58
+ "duration": 160.65559500000006,
59
+ "success": true,
60
+ "data": {
61
+ "agents": 3,
62
+ "operations": 0,
63
+ "successfulTasks": 0,
64
+ "avgLatency": null,
65
+ "totalTime": 6.496051999999963,
66
+ "memoryFootprint": 23.818466186523438
67
+ }
68
+ },
69
+ {
70
+ "iteration": 5,
71
+ "duration": 118.34708199999989,
72
+ "success": true,
73
+ "data": {
74
+ "agents": 3,
75
+ "operations": 0,
76
+ "successfulTasks": 0,
77
+ "avgLatency": null,
78
+ "totalTime": 3.056479000000081,
79
+ "memoryFootprint": 19.064361572265625
80
+ }
81
+ },
82
+ {
83
+ "iteration": 6,
84
+ "duration": 113.42523200000005,
85
+ "success": true,
86
+ "data": {
87
+ "agents": 3,
88
+ "operations": 0,
89
+ "successfulTasks": 0,
90
+ "avgLatency": null,
91
+ "totalTime": 3.3915739999999914,
92
+ "memoryFootprint": 18.40509033203125
93
+ }
94
+ },
95
+ {
96
+ "iteration": 7,
97
+ "duration": 122.47756099999992,
98
+ "success": true,
99
+ "data": {
100
+ "agents": 3,
101
+ "operations": 0,
102
+ "successfulTasks": 0,
103
+ "avgLatency": null,
104
+ "totalTime": 3.239099000000124,
105
+ "memoryFootprint": 21.170127868652344
106
+ }
107
+ },
108
+ {
109
+ "iteration": 8,
110
+ "duration": 152.25552900000002,
111
+ "success": true,
112
+ "data": {
113
+ "agents": 3,
114
+ "operations": 0,
115
+ "successfulTasks": 0,
116
+ "avgLatency": null,
117
+ "totalTime": 3.445944999999938,
118
+ "memoryFootprint": 18.36182403564453
119
+ }
120
+ },
121
+ {
122
+ "iteration": 9,
123
+ "duration": 122.69148199999995,
124
+ "success": true,
125
+ "data": {
126
+ "agents": 3,
127
+ "operations": 0,
128
+ "successfulTasks": 0,
129
+ "avgLatency": null,
130
+ "totalTime": 3.5493179999998574,
131
+ "memoryFootprint": 21.214622497558594
132
+ }
133
+ },
134
+ {
135
+ "iteration": 10,
136
+ "duration": 139.00542400000018,
137
+ "success": true,
138
+ "data": {
139
+ "agents": 3,
140
+ "operations": 0,
141
+ "successfulTasks": 0,
142
+ "avgLatency": null,
143
+ "totalTime": 3.191620999999941,
144
+ "memoryFootprint": 22.30579376220703
145
+ }
146
+ }
147
+ ]
148
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "scenario": "lean-agentic-swarm",
3
+ "startTime": 1764466283961,
4
+ "endTime": 1764466284401,
5
+ "duration": 440.09974100000005,
6
+ "iterations": 1,
7
+ "agents": 5,
8
+ "success": 1,
9
+ "failures": 0,
10
+ "metrics": {
11
+ "opsPerSec": 2.2722121983707324,
12
+ "avgLatency": 429.158632,
13
+ "memoryUsage": 20.983627319335938,
14
+ "errorRate": 0
15
+ },
16
+ "details": [
17
+ {
18
+ "iteration": 1,
19
+ "duration": 429.158632,
20
+ "success": true,
21
+ "data": {
22
+ "agents": 5,
23
+ "operations": 5,
24
+ "successfulTasks": 3,
25
+ "avgLatency": 32.18262666666669,
26
+ "totalTime": 36.45026399999995,
27
+ "memoryFootprint": 20.97998809814453
28
+ }
29
+ }
30
+ ]
31
+ }
@@ -0,0 +1,31 @@
1
+ {
2
+ "scenario": "lean-agentic-swarm",
3
+ "startTime": 1764473876131,
4
+ "endTime": 1764473881470,
5
+ "duration": 5339.50065,
6
+ "iterations": 1,
7
+ "agents": 5,
8
+ "success": 1,
9
+ "failures": 0,
10
+ "metrics": {
11
+ "opsPerSec": 0.18728343070807568,
12
+ "avgLatency": 5281.054192,
13
+ "memoryUsage": 21.030242919921875,
14
+ "errorRate": 0
15
+ },
16
+ "details": [
17
+ {
18
+ "iteration": 1,
19
+ "duration": 5281.054192,
20
+ "success": true,
21
+ "data": {
22
+ "agents": 5,
23
+ "operations": 5,
24
+ "successfulTasks": 3,
25
+ "avgLatency": 69.78705666666701,
26
+ "totalTime": 72.25047900000027,
27
+ "memoryFootprint": 21.021568298339844
28
+ }
29
+ }
30
+ ]
31
+ }
@@ -0,0 +1,78 @@
1
+ {
2
+ "scenario": "multi-agent-swarm",
3
+ "startTime": 1764459326877,
4
+ "endTime": 1764459328092,
5
+ "duration": 1215.545058,
6
+ "iterations": 10,
7
+ "agents": 5,
8
+ "success": 0,
9
+ "failures": 10,
10
+ "metrics": {
11
+ "opsPerSec": 0,
12
+ "avgLatency": null,
13
+ "memoryUsage": 21.26673126220703,
14
+ "errorRate": 1
15
+ },
16
+ "details": [
17
+ {
18
+ "iteration": 1,
19
+ "duration": 328.903917,
20
+ "success": false,
21
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
22
+ },
23
+ {
24
+ "iteration": 2,
25
+ "duration": 123.3288060000001,
26
+ "success": false,
27
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
28
+ },
29
+ {
30
+ "iteration": 3,
31
+ "duration": 102.37802600000009,
32
+ "success": false,
33
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
34
+ },
35
+ {
36
+ "iteration": 4,
37
+ "duration": 97.06952899999999,
38
+ "success": false,
39
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
40
+ },
41
+ {
42
+ "iteration": 5,
43
+ "duration": 83.94546700000001,
44
+ "success": false,
45
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
46
+ },
47
+ {
48
+ "iteration": 6,
49
+ "duration": 93.80551100000002,
50
+ "success": false,
51
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
52
+ },
53
+ {
54
+ "iteration": 7,
55
+ "duration": 90.04524000000015,
56
+ "success": false,
57
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
58
+ },
59
+ {
60
+ "iteration": 8,
61
+ "duration": 88.14933500000006,
62
+ "success": false,
63
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
64
+ },
65
+ {
66
+ "iteration": 9,
67
+ "duration": 99.77704500000004,
68
+ "success": false,
69
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
70
+ },
71
+ {
72
+ "iteration": 10,
73
+ "duration": 93.11989299999982,
74
+ "success": false,
75
+ "error": "Failed to initialize RuVector Graph Database.\nPlease install: npm install @ruvector/graph-node\nError: Failed to open storage: I/O error: No such file or directory (os error 2)"
76
+ }
77
+ ]
78
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "scenario": "multi-agent-swarm",
3
+ "startTime": 1764464633459,
4
+ "endTime": 1764464634062,
5
+ "duration": 603.283444,
6
+ "iterations": 2,
7
+ "agents": 5,
8
+ "success": 2,
9
+ "failures": 0,
10
+ "metrics": {
11
+ "opsPerSec": 3.315191258588558,
12
+ "avgLatency": 296.62433599999997,
13
+ "memoryUsage": 21.060562133789062,
14
+ "errorRate": 0
15
+ },
16
+ "details": [
17
+ {
18
+ "iteration": 1,
19
+ "duration": 396.42542999999995,
20
+ "success": true,
21
+ "data": {
22
+ "agents": 5,
23
+ "operations": 0,
24
+ "conflicts": 5,
25
+ "avgLatency": null,
26
+ "totalTime": 51.14450499999998
27
+ }
28
+ },
29
+ {
30
+ "iteration": 2,
31
+ "duration": 196.82324199999994,
32
+ "success": true,
33
+ "data": {
34
+ "agents": 5,
35
+ "operations": 0,
36
+ "conflicts": 5,
37
+ "avgLatency": null,
38
+ "totalTime": 37.40408200000002
39
+ }
40
+ }
41
+ ]
42
+ }