agent-sandbox Go SDK
Open sourceMerged upstream · v0.3.10
First Go client SDK for kubernetes-sigs/agent-sandbox. A typed client for the full sandbox lifecycle, no kubectl or raw Kubernetes API required.
Senior Software Engineer · Adobe
I build sandbox infrastructure for AI agents.
Seattle, WA
I work on sandbox infrastructure for AI agents. It’s basically the part that runs untrusted agent code and keeps it from doing anything it shouldn’t. Mostly a containment problem, and most of my time goes into building the system for it.
The agent sandboxes are built on the FaaS platform I’ve worked on for years, which is a ton of short-lived pods under constant churn. Same scheduling and lifecycle problems underneath, just a new workload on top. The trust model is the part that’s different (the FaaS platform isolates tenant code from the host and its neighbors; with agents the workload itself is adversarial, so the sandbox is default-deny and only gets what it needs).
Merged upstream · v0.3.10
First Go client SDK for kubernetes-sigs/agent-sandbox. A typed client for the full sandbox lifecycle, no kubectl or raw Kubernetes API required.
LLM inference entirely in the browser
Web app running large language models client-side via transformers.js and ONNX Runtime, with WebAssembly and WebGPU acceleration. No backend.