Agent‑Infra ships AIO Sandbox runtime
Agent‑Infra released AIO Sandbox — an all‑in‑one runtime giving agents browser, shell, shared filesystem access plus Model Context Protocol (MCP) support — designed for safe, observable experimentation and prototyping. The sandbox standardizes tool access and isolation, creating a repeatable environment for evaluating agent behavior before production rollout. (marktechpost.com)
AIO Sandbox is published as an open-source project in the agent-infra GitHub org and the repository shows roughly 3.6k stars and several hundred forks, signaling broad community interest since its public launch. (github.com) The project ships as a container image on GHCR and the README includes a one-line quick start (docker run... -p 8080:8080) plus versioned tags such as 1.0.0.150 to enable image pinning for controlled rollouts. (github.com) Official SDKs and examples live in the repo — there are Python and JS SDK directories with provider examples (including a Volcengine provider) and recent commits updating the SDKs for new API parameters. (github.com) AIO Sandbox includes a built-in evaluation framework and dataset under the repo’s evaluation/ directory, and the releases note that the project generates evaluation reports and tool‑optimization suggestions (result/20251112 and improvement_suggestions.md). (github.com 1) (github.com 2) The maintainers explicitly surface operational controls in releases — services are described as disableable on‑demand — and independent analysis contrasts AIO’s integration-first design against stronger-isolation approaches (Firecracker/ephemeral-VMs), highlighting an engineering tradeoff between debugging simplicity and isolation guarantees. (github.com) (rywalker.com) Agent‑infra components appear in the broader ByteDance open-source ecosystem (the bytedance/UI-TARS-desktop repo includes agent-infra packages and the Bytedance GitHub org hosts related projects), indicating upstream usage and potential continued investment from that community. (github.com) (github.com)