#rashbox a fast rust bash sandbox for LLMs
Rashbox uses WASM and uutils compiled to WASM to create a full rust sandbox for agents that feels very like full bash shell.
see prior art runsheet rake and nerv-ui ind doc-tor
productive-8 also..
unfortunetly rake was taken as thing ... so this is rebuilding it ... but proper !
maybe start with that as a proto implmentation
A read only version of files or directories is mounted in the sandbox into /in say ? ...
A ~/.skills/ directory of useful agent skills is loaded also.. maybe mounted as /skills
output files are written to /out and auto downloaded/unmounted at the end.