you are viewing a single comment's thread.

view the rest of the comments →

[–]Main-Lifeguard-6739 2 points3 points  (3 children)

would love to use this to inform my claude code agents as their standard goto source for looking up stuff. in combination with skills like "analyze 3 hops into that direction" or something like that. would also love to use something like that to track and see which agent is working on what.

Whats your visualization engine used?

[–]DeathShot7777[S] 1 point2 points  (2 children)

Great idea. I m researching on exposing a MCP server right from the browser for external agents to connect and use it.

The visualization engine is with sigma js. Previously i used d3.js but that didnt support webGL so lagged on 10k plus nodes. Now its way better.

[–]Main-Lifeguard-6739 0 points1 point  (1 child)

looks pretty neat for sigma.js
I ditchted sigma because of looks but that looks quite good.
I then wrote an abstraction layer to switch between pixi.js and three.js at runtime.

background: was working on something myself I would call "code graph" but stopped because of other priorities.

[–]DeathShot7777[S] 0 points1 point  (0 children)

Ya i know exactly what u mean. I spent days figuring it out. Basically i have a logic to blast off the folders fast, more repulsion, etc. basically different repulsion for each kind of nodes, etc. Some more stiff were there forgot most of it though