rashbox 0.1.0

Fast Rust+WASM bash sandbox for LLM agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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.