|
|
|
|
|
by globular-toast
137 days ago
|
|
I don't get what "the complexity of a sandbox" is. You don't have to use Docker. I've been running agents in bubblewrap sandboxes since they first came out.[0] If the agent can only use the Python interpreter you choose then you could just sandbox regular Python, assuming you trust the agent. But I don't trust any of them because they've probably been vibe coded, so I'll continue to just sandbox the agent using bubblewrap. [0] https://blog.gpkb.org/posts/ai-agent-sandbox/ |
|