personal memory agent
0
fork

Configure Feed

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

Tune forceAtlas2 — increase repulsion and spring length

More separation between core cluster nodes so labels are readable
on more nodes at the overview zoom level.

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

+3 -3
+3 -3
apps/home/workspace.html
··· 444 444 physics: { 445 445 solver: 'forceAtlas2Based', 446 446 forceAtlas2Based: { 447 - gravitationalConstant: -100, 447 + gravitationalConstant: -200, 448 448 centralGravity: 0.005, 449 - springLength: 200, 450 - springConstant: 0.02, 449 + springLength: 230, 450 + springConstant: 0.015, 451 451 damping: 0.4, 452 452 avoidOverlap: 0.8, 453 453 },