Home / Companies / LangChain / Blog / Post Details
Content Deep Dive

LangSmith Sandboxes are Generally Available

Blog post from LangChain

Post Details
Company
Date Published
Author
Mukhil Loganathan
Word Count
1,046
Language
English
Hacker News Points
-
Summary

LangSmith Sandboxes have been announced as generally available, offering secure and scalable environments tailored for agent code execution, integrated with the Deep Agents SDK and LangSmith platform. Each sandbox operates as a hardware-virtualized microVM, ensuring isolation from other services and sandboxes, and supports any framework or custom code using the same SDK and API key. The need for these sandboxes arises from the growing use of agents requiring code execution as part of their workflow, necessitating a computer-like environment with strong isolation to mitigate risks such as supply-chain attacks. Traditional environments like containers may not provide adequate isolation for these dynamic, stateful agent workloads. LangSmith Sandboxes address these concerns by providing ephemeral microVMs that offer a filesystem, shell, package manager, and network boundary, while also supporting production controls, parallel workloads, and enterprise security features. These sandboxes enable agents to execute code, install dependencies, run tests, and maintain long-running sessions securely, enhancing capabilities for platforms like monday.com by allowing advanced workflows and richer functionalities for AI assistants like Sidekick. Future developments include local-to-cloud agent transitions, shared volumes for collaborative work, and enhanced execution tracing.