[PR #4224] feat: add Harbor LangSmith guide #4211

Open
opened 2026-06-05 19:13:09 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4224
Author: @open-swe[bot]
Created: 5/31/2026
Status: 🔄 Open

Base: mainHead: open-swe/harbor-langsmith-guide


📝 Commits (3)

  • 1c16c4d feat: add Harbor LangSmith guide
  • b1ebeb1 feat: add Harbor setup tutorial
  • e2d25c1 feat: document Deep Agents Harbor wiring

📊 Changes

3 files changed (+491 additions, -1 deletions)

View changed files

📝 src/docs.json (+3 -1)
src/langsmith/harbor-tutorial.mdx (+327 -0)
src/langsmith/harbor.mdx (+161 -0)

📄 Description

Description

Adds Harbor LangSmith docs: a concise plugin guide plus a from-scratch tutorial that introduces Harbor, creates a demo task, wires a custom Deep Agents agent into Harbor, and logs results to LangSmith.

Release Note

Added guides for using Harbor evaluations with LangSmith.

Test Plan

  • Preview the Harbor guide and tutorial in the LangSmith Evaluation navigation.

Opened collaboratively by Harrison Chase and open-swe.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/4224 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 5/31/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `open-swe/harbor-langsmith-guide` --- ### 📝 Commits (3) - [`1c16c4d`](https://github.com/langchain-ai/docs/commit/1c16c4dc0d149884d41e51e62654d7864a94a6b8) feat: add Harbor LangSmith guide - [`b1ebeb1`](https://github.com/langchain-ai/docs/commit/b1ebeb18825d18d57de8621cf5c354cc870c31fa) feat: add Harbor setup tutorial - [`e2d25c1`](https://github.com/langchain-ai/docs/commit/e2d25c17064aa9d2e614f7c285af2279358c8174) feat: document Deep Agents Harbor wiring ### 📊 Changes **3 files changed** (+491 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+3 -1) ➕ `src/langsmith/harbor-tutorial.mdx` (+327 -0) ➕ `src/langsmith/harbor.mdx` (+161 -0) </details> ### 📄 Description ## Description Adds Harbor LangSmith docs: a concise plugin guide plus a from-scratch tutorial that introduces Harbor, creates a demo task, wires a custom Deep Agents agent into Harbor, and logs results to LangSmith. ## Release Note Added guides for using Harbor evaluations with LangSmith. ## Test Plan - [ ] Preview the Harbor guide and tutorial in the LangSmith Evaluation navigation. _Opened collaboratively by Harrison Chase and open-swe._ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 19:13:09 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#4211