personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Increase knowledge graph repulsion — nodes still clustering

First pass wasn't aggressive enough for dense graphs (144 edges / 75
nodes). Increased gravitational repulsion to -30000, weakened spring
constant to 0.01 so repulsion wins over attraction, added avoidOverlap,
and increased stabilization iterations to 500.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+5 -4
+5 -4
apps/home/workspace.html
··· 444 444 physics: { 445 445 solver: 'barnesHut', 446 446 barnesHut: { 447 - gravitationalConstant: -8000, 448 - springLength: 200, 449 - springConstant: 0.04, 447 + gravitationalConstant: -30000, 448 + springLength: 250, 449 + springConstant: 0.01, 450 450 damping: 0.09, 451 + avoidOverlap: 0.5, 451 452 }, 452 - stabilization: { iterations: 300 }, 453 + stabilization: { iterations: 500 }, 453 454 }, 454 455 nodes: { 455 456 shape: 'dot',