Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 3.21 KB

File metadata and controls

46 lines (38 loc) · 3.21 KB
title Sandbox integrations
sidebarTitle Sandboxes
description Integrate with sandbox providers using LangChain Python.

Sandboxes provide isolated execution environments for running agent-generated code safely. Learn more about sandboxes.

Daytona
<a href="/oss/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="/images/providers/light/modal.svg" alt="" />
    <img className="hidden dark:block w-5 h-5" src="/images/providers/dark/modal.svg" alt="" />
    <span className="font-semibold">Modal</span>
</a>

<a href="/oss/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="/images/providers/light/runloop.svg" alt="" />
    <img className="hidden dark:block w-5 h-5" src="/images/providers/dark/runloop.svg" alt="" />
    <span className="font-semibold">Runloop</span>
</a>

<a href="/oss/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="/images/providers/light/agentcore.svg" alt="" />
    <img className="hidden dark:block w-5 h-5" src="/images/providers/dark/agentcore.svg" alt="" />
    <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="/images/brand/docs-favicon.png" alt="" />
    <span className="font-semibold">LangSmith</span>
</a>

<a href="/oss/integrations/sandboxes/leap0" 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="/images/providers/light/leap0.svg" alt="" />
    <img className="hidden dark:block w-5 h-5" src="/images/providers/dark/leap0.svg" alt="" />
    <span className="font-semibold">Leap0</span>
</a>

If you'd like to contribute a sandbox, see Implement a sandbox integration.