If you're on Linux, you can run AI agents in Firejail to limit access to certain folders/files.
Looks interesting. How does this compare to a container?
Containers aren't a sandbox:
https://news.ycombinator.com/item?id=46405993
It uses Linux kernel namespaces instead of chroot (containers are just fancy Liunx chroot)
Ackually, “containers” on linux are usually implemented using linux namespaces instead of chroot.