Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
388 changes: 194 additions & 194 deletions packages.yml

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions src/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2661,6 +2661,18 @@
"source": "/langsmith/agent-server-api/crons-plus-tier/delete-cron",
"destination": "/langsmith/agent-server-api/crons/delete-cron"
},
{
"source": "/oss/javascript/integrations/providers/langchain-kubernetes",
"destination": "/oss/javascript/integrations/providers/kubernetes"
},
{
"source": "/oss/python/integrations/providers/langchain-kubernetes",
"destination": "/oss/python/integrations/providers/kubernetes"
},
{
"source": "/oss/integrations/providers/langchain-kubernetes",
"destination": "/oss/integrations/providers/kubernetes"
},
{
"source": "/oss/javascript/langchain/frontend/integrations",
"destination": "/oss/javascript/langchain/frontend/integrations/overview"
Expand Down
6 changes: 6 additions & 0 deletions src/oss/deepagents/sandboxes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,9 @@ For provider-specific setup, authentication, and lifecycle details, see the prov
<Card title="Node VFS" icon="/images/providers/nodejs-icon.svg" href="/oss/integrations/providers/node-vfs">
Local development, testing, no cloud required.
</Card>
<Card title="Kubernetes" icon="link" href="/oss/integrations/providers/kubernetes">
Run sandboxes on your own Kubernetes cluster.
</Card>
</CardGroup>
:::

Expand All @@ -517,6 +520,9 @@ For provider-specific setup, authentication, and lifecycle details, see the prov
<Card title="Runloop" href="/oss/integrations/sandboxes/runloop">
Disposable devboxes for isolated code execution.
</Card>
<Card title="Kubernetes" icon="link" href="/oss/integrations/providers/kubernetes">
Run sandboxes on your own Kubernetes cluster.
</Card>
</CardGroup>
:::

Expand Down
44 changes: 44 additions & 0 deletions src/oss/javascript/integrations/providers/all_providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2031,6 +2031,50 @@ Connect LangGraph agents to front ends.
</Card>
</Columns>

## Sandbox providers

<Columns cols={3}>
<Card
title="Kubernetes"
href="/oss/integrations/providers/kubernetes"
icon="link"
>
Kubernetes sandbox provider for deepagents.
</Card>

<Card
title="Modal"
href="/oss/integrations/providers/modal"
icon="/images/providers/modal-icon.svg"
>
Serverless containers with GPU support for ML/AI workloads.
</Card>

<Card
title="Daytona"
href="/oss/integrations/providers/daytona"
icon="/images/providers/daytona-icon.svg"
>
TypeScript/Python development with fast cold starts.
</Card>

<Card
title="Deno"
href="/oss/integrations/providers/deno"
icon="/images/providers/deno-icon.svg"
>
Deno/JavaScript workloads with microVM isolation.
</Card>

<Card
title="Node VFS"
href="/oss/integrations/providers/node-vfs"
icon="/images/providers/nodejs-icon.svg"
>
Local development and testing, no cloud required.
</Card>
</Columns>

## Stores

<Columns cols={3}>
Expand Down
Loading
Loading