DeepAgents Sandbox — a lightweight native Linux sandbox for deepagents It gives full isolation for safely running LLM/agent-generated code — no Docker, no VMs, no cloud dependency. Super fast and secure, with a ready-to-use LangChain-style adapter. Opened an issue proposing it as a native local sandbox backend for DeepAgents: https://github.com/langchain-ai/deepagents/issues/2882 Repo: https://github.com/john221wick/deepagents-sandbox Would love your thoughts! @LangChain_OSS @hwchase17 @LangChain @LangChain_JS #LangChain #AIagents #DeepAgents
I built deepagents-sandbox — a native Linux sandbox backend for Deep Agents. No Docker. No VM. Agents get a writable /workspace, blocked network by default, memory/PID limits, and timeout enforcement. It uses bubblewrap + cgroups v2 to isolate agent code execution with resource limits, blocked network by default, writable /workspace, timeouts, and adversarial tests. Video timestamps: 00:00 - 02:23 → Overview 02:24 - 04:28 → Sandbox internals 04:29 - 06:30 → Code walkthrough 06:30 - 11:03 → Demo GitHub: https://github.com/john221wick/deepagents-sandbox