Show HN: BoxLite – the all-terrain micro-VM(github.com)
github.com
Show HN: BoxLite – the all-terrain micro-VM
https://github.com/boxlite-ai/boxlite
Hi HN. I'm Dorian, founder of Polygala. We are building a micro-VM runtime for all kinds of use case including embedded like SQLite, local deployment like MySQL and cloud deployment like AWS Aurora
3 comments
Interesting. Are you supporting memory snapshotting and forking? Being able to freeze an agent's micro-VM state and instantly fork it into multiple parallel paths (e.g., for Tree-of-Thoughts reasoning or parallel self-debugging) without cold-starting each one would be an absolute killer feature for us.
not yet for memory, just persistent storage snapshotting/forking right now