gooseyGander
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Ralph Loop (stevekinney.com)
-
I’ve been working on a temporal database for agents that combines graphs, tables, and compute. While building it, I ended up needing an agent framework that could handle both simple tool-use tasks and more graph-based…
-
I was pondering on the idea of using object pooling to store time series data that is updated every 10mins. I have a slight concern that if i stored the data in useState it would cause a lot of GC overtime - my…