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
6 changes: 5 additions & 1 deletion src/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1654,7 +1654,7 @@
"langsmith/sandbox-permissions",
"langsmith/sandbox-cli",
"langsmith/sandbox-sdk",
"langsmith/sandbox-harbor"
"langsmith/harbor-integrations"
]
},
{
Expand Down Expand Up @@ -2252,6 +2252,10 @@
}
},
"redirects": [
{
"source": "/langsmith/sandbox-harbor",
"destination": "/langsmith/harbor-integrations#sandboxes"
},
{
"source": "/build-overview",
"destination": "/oss/python/build-overview"
Expand Down
1 change: 0 additions & 1 deletion src/langsmith/harbor-integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ harbor run -d "<org/name>" \

## See also

- [Run evaluations with Harbor](/langsmith/sandbox-harbor)
- [Deep Agents documentation](/oss/deepagents/overview)
- [Datasets & Experiments](/langsmith/manage-datasets)
- [Analyze an experiment](/langsmith/analyze-an-experiment)
Expand Down
85 changes: 0 additions & 85 deletions src/langsmith/sandbox-harbor.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion src/langsmith/sandboxes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ To wire sandboxes into agent code, see the Open Source docs:
Create and manage sandboxes programmatically with the Python or TypeScript SDK.
</Card>

<Card title="Harbor" icon="flask" href="/langsmith/sandbox-harbor">
<Card title="Harbor" icon="flask" href="/langsmith/harbor-integrations#sandboxes">
Run Harbor evaluations and rollouts on LangSmith sandboxes.
</Card>

Expand Down
Loading