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

# 沙箱集成

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

沙箱为安全运行代理生成的代码提供隔离的执行环境。了解更多关于[沙箱](/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/other-405835d4/agS8-xZoA1Gortud/images/providers/light/daytona.svg?fit=max&auto=format&n=agS8-xZoA1Gortud&q=85&s=3d9d96983faacae4a575a997b3375207" 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/other-405835d4/agS8-xZoA1Gortud/images/providers/dark/daytona.svg?fit=max&auto=format&n=agS8-xZoA1Gortud&q=85&s=459a8d6b6329a33d06221e9c5005e780" 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/other-405835d4/foSmlwAElvlqZQME/images/providers/light/modal.svg?fit=max&auto=format&n=foSmlwAElvlqZQME&q=85&s=c559689c97fb1f6f45959b177d5619d4" 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/other-405835d4/agS8-xZoA1Gortud/images/providers/dark/modal.svg?fit=max&auto=format&n=agS8-xZoA1Gortud&q=85&s=da3f10b760dfaed4039fdc5f5b7a636e" 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/other-405835d4/foSmlwAElvlqZQME/images/providers/light/runloop.svg?fit=max&auto=format&n=foSmlwAElvlqZQME&q=85&s=2f8050b949a4177d4615bac5111898cc" 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/other-405835d4/agS8-xZoA1Gortud/images/providers/dark/runloop.svg?fit=max&auto=format&n=agS8-xZoA1Gortud&q=85&s=e323e9f5205a9056ddc14259ad846d0a" 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/other-405835d4/agS8-xZoA1Gortud/images/providers/light/agentcore.svg?fit=max&auto=format&n=agS8-xZoA1Gortud&q=85&s=fd4a078703ec073a134fff99b3db8706" 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/other-405835d4/agS8-xZoA1Gortud/images/providers/dark/agentcore.svg?fit=max&auto=format&n=agS8-xZoA1Gortud&q=85&s=c546f50c4bb70c28e9b96146d8d7cad0" 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/other-405835d4/zfoblcQReEYa-is2/images/brand/docs-favicon.png?fit=max&auto=format&n=zfoblcQReEYa-is2&q=85&s=83630df4873ad07c78257cffcb4b54f0" 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">
    [将这些文档连接](/use-these-docs)到 Claude、VSCode 等，通过 MCP 获取实时答案。
  </Callout>

  <Callout icon="edit">
    [在 GitHub 上编辑此页面](https://github.com/langchain-ai/docs/edit/main/src/oss/python/integrations/sandboxes/index.mdx) 或 [提交问题](https://github.com/langchain-ai/docs/issues/new/choose)。
  </Callout>
</div>
