logo

Single File Virtualenv-Native Sandboxed Python Execution Environment

Posted by nzjrs |3 hours ago |1 comments

nzjrs 3 hours ago

I've been using this for a few months to provide a defensible sandboxed execution environment for internal software stacks.

It's basically a single file bwrap+AppArmor virtualenv wrapper with practically zero startup time and provides a easy way to provide your agent the ability to write code for, and run it against an internal virtualenv software stack.

No container build or equivalent overhead.