> ## Documentation Index
> Fetch the complete documentation index at: https://nvd-54.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 沙箱集成

> 使用 LangChain Python 集成沙箱提供商。

沙箱提供隔离的执行环境，用于安全运行智能体生成的代码。 了解更多关于 [sandboxes](/oss/python/deepagents/sandboxes).

<div className="grid grid-cols-1 md:grid-cols-2 gap-3">
  <a href="/oss/python/integrations/sandboxes/daytona" className="flex items-center justify-center gap-1.5 p-2 rounded-lg border border-gray-200 dark:border-gray-700 hover:border-gray-300 dark:hover:border-gray-600 no-underline">
    <img className="block dark:hidden w-5 h-5" src="https://mintcdn.com/nvd-54/mlZOzzR6zl-4_HH7/images/providers/light/daytona.svg?fit=max&auto=format&n=mlZOzzR6zl-4_HH7&q=85&s=983bf6c09b9dd5676acdf013d1b51f20" alt="" width="66" height="60" data-path="images/providers/light/daytona.svg" />

    <img className="hidden dark:block w-5 h-5" src="https://mintcdn.com/nvd-54/mlZOzzR6zl-4_HH7/images/providers/dark/daytona.svg?fit=max&auto=format&n=mlZOzzR6zl-4_HH7&q=85&s=b367b1b66efa86a5409911d6964da986" alt="" width="66" height="60" data-path="images/providers/dark/daytona.svg" />

    <span className="font-semibold">Daytona</span>
  </a>

  <a href="/oss/python/integrations/sandboxes/modal" className="flex items-center justify-center gap-1.5 p-2 rounded-lg border border-gray-200 dark:border-gray-700 hover:border-gray-300 dark:hover:border-gray-600 no-underline">
    <img className="block dark:hidden w-5 h-5" src="https://mintcdn.com/nvd-54/qEemwNNp0I0u2sSJ/images/providers/light/modal.svg?fit=max&auto=format&n=qEemwNNp0I0u2sSJ&q=85&s=1d38c74602d1bf0131cd72aa7bc835fe" alt="" width="24" height="24" data-path="images/providers/light/modal.svg" />

    <img className="hidden dark:block w-5 h-5" src="https://mintcdn.com/nvd-54/mlZOzzR6zl-4_HH7/images/providers/dark/modal.svg?fit=max&auto=format&n=mlZOzzR6zl-4_HH7&q=85&s=20453a4d24c6da28f899c874b1947ef7" alt="" width="24" height="24" data-path="images/providers/dark/modal.svg" />

    <span className="font-semibold">Modal</span>
  </a>

  <a href="/oss/python/integrations/sandboxes/runloop" className="flex items-center justify-center gap-1.5 p-2 rounded-lg border border-gray-200 dark:border-gray-700 hover:border-gray-300 dark:hover:border-gray-600 no-underline">
    <img className="block dark:hidden w-5 h-5" src="https://mintcdn.com/nvd-54/qEemwNNp0I0u2sSJ/images/providers/light/runloop.svg?fit=max&auto=format&n=qEemwNNp0I0u2sSJ&q=85&s=620279f2ca93b488866cafa3a0cbff79" alt="" width="27" height="21" data-path="images/providers/light/runloop.svg" />

    <img className="hidden dark:block w-5 h-5" src="https://mintcdn.com/nvd-54/mlZOzzR6zl-4_HH7/images/providers/dark/runloop.svg?fit=max&auto=format&n=mlZOzzR6zl-4_HH7&q=85&s=2ddeb70e44041dfae9d3284f8376a58d" alt="" width="27" height="21" data-path="images/providers/dark/runloop.svg" />

    <span className="font-semibold">Runloop</span>
  </a>

  <a href="/oss/python/integrations/sandboxes/aws" className="flex items-center justify-center gap-1.5 p-2 rounded-lg border border-gray-200 dark:border-gray-700 hover:border-gray-300 dark:hover:border-gray-600 no-underline">
    <img className="block dark:hidden w-5 h-5" src="https://mintcdn.com/nvd-54/mlZOzzR6zl-4_HH7/images/providers/light/agentcore.svg?fit=max&auto=format&n=mlZOzzR6zl-4_HH7&q=85&s=6621ff736480349fd2b909c0eefa5ce9" alt="" width="80" height="80" data-path="images/providers/light/agentcore.svg" />

    <img className="hidden dark:block w-5 h-5" src="https://mintcdn.com/nvd-54/mlZOzzR6zl-4_HH7/images/providers/dark/agentcore.svg?fit=max&auto=format&n=mlZOzzR6zl-4_HH7&q=85&s=437bc4826b3fd5b63a16c3f54dbe5ac3" alt="" width="80" height="80" data-path="images/providers/dark/agentcore.svg" />

    <span className="font-semibold">AgentCore</span>
  </a>

  <a href="/langsmith/sandboxes" className="flex items-center justify-center gap-1.5 p-2 rounded-lg border border-gray-200 dark:border-gray-700 hover:border-gray-300 dark:hover:border-gray-600 no-underline">
    <img className="w-5 h-5" src="https://mintcdn.com/nvd-54/mlZOzzR6zl-4_HH7/images/brand/docs-favicon.png?fit=max&auto=format&n=mlZOzzR6zl-4_HH7&q=85&s=54c0b87a6fb37fe6171a8678fbe1434a" alt="" width="650" height="650" data-path="images/brand/docs-favicon.png" />

    <span className="font-semibold">LangSmith</span>
  </a>
</div>

如果你想贡献沙箱，请参阅 [实现沙箱集成](/oss/python/contributing/implement-langchain#sandboxes).

***

<div className="source-links">
  <Callout icon="terminal-2">
    [Connect these docs](/use-these-docs) to Claude, VSCode, and more via MCP for real-time answers.
  </Callout>

  <Callout icon="edit">
    [Edit this page on GitHub](https://github.com/langchain-ai/docs/edit/main/src/oss/python/integrations/sandboxes/index.mdx) or [file an issue](https://github.com/langchain-ai/docs/issues/new/choose).
  </Callout>
</div>
