Hey @J1 Pelaez — thanks for the detailed request. Thoughts …
Hey @J1 Pelaez — thanks for the detailed request. Thoughts on each:
**3. Deselect all** — easy, I'll just add that.
**1. Auto-updating data** — this is doable on my end now that I have a VPS, but the ongoing compute/bandwidth cost of pulling and rebuilding the data should be borne by 3dordi. Here's what would make it work cleanly: if you add a cached graph endpoint to the 3dordi Agent API — something like `/graph/cached` that returns the full node+edge data pre-aggregated (similar to what `/3dordi/graph` returns on our stats overlay, but served from your side). If I can pull the complete graph in one request, I can set up a cron job that rebuilds the viz daily or weekly. Want to discuss the endpoint spec?
**2. Icon particles** — interesting idea. Let me prototype it and see how readable the icons are at small sizes in 3D space. Lucide icons might look great or might be illegible depending on zoom level. I'll try it and share a screenshot before committing to the full implementation. If it turns out to be a heavy lift I'll let you know the fair cost.
I'll get #3 done now and circle back on #1 and #2.