[PR #805] [CLOSED] transfer langsmith-py sdk #1038

Closed
opened 2026-02-17 17:21:36 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/805
Author: @mdrxy
Created: 10/9/2025
Status: Closed

Base: mainHead: mdrxy/ref-langsmith-sdk


📝 Commits (3)

  • 429d749 initial pass
  • 5bb7e29 Merge branch 'main' into mdrxy/ref-langsmith-sdk
  • b9fc330 Merge branch 'main' into mdrxy/ref-langsmith-sdk

📊 Changes

18 files changed (+109 additions, -5 deletions)

View changed files

reference/python/docs/langsmith/anonymizer.md (+3 -0)
reference/python/docs/langsmith/async_client.md (+3 -0)
reference/python/docs/langsmith/client.md (+3 -0)
reference/python/docs/langsmith/evaluation.md (+3 -0)
reference/python/docs/langsmith/expect.md (+3 -0)
reference/python/docs/langsmith/index.md (+38 -0)
reference/python/docs/langsmith/middleware.md (+7 -0)
reference/python/docs/langsmith/pytest_plugin.md (+7 -0)
reference/python/docs/langsmith/run_helpers.md (+3 -0)
reference/python/docs/langsmith/run_trees.md (+3 -0)
reference/python/docs/langsmith/schemas.md (+3 -0)
reference/python/docs/langsmith/testing.md (+3 -0)
reference/python/docs/langsmith/utils.md (+3 -0)
reference/python/docs/langsmith/wrappers.md (+3 -0)
📝 reference/python/docs/platform/python_sdk.md (+0 -5)
📝 reference/python/mkdocs.yml (+18 -0)
📝 reference/python/pyproject.toml (+4 -0)
📝 reference/python/uv.lock (+2 -0)

📄 Description

Initial pass assisted by Claude


🔄 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/805 **Author:** [@mdrxy](https://github.com/mdrxy) **Created:** 10/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `mdrxy/ref-langsmith-sdk` --- ### 📝 Commits (3) - [`429d749`](https://github.com/langchain-ai/docs/commit/429d7493310f1b7b4c018ff38309266e7ded2439) initial pass - [`5bb7e29`](https://github.com/langchain-ai/docs/commit/5bb7e292b880afe59deab49752aee77b3047a1a1) Merge branch 'main' into mdrxy/ref-langsmith-sdk - [`b9fc330`](https://github.com/langchain-ai/docs/commit/b9fc3300310bd1bf471349679a26146960aaf568) Merge branch 'main' into mdrxy/ref-langsmith-sdk ### 📊 Changes **18 files changed** (+109 additions, -5 deletions) <details> <summary>View changed files</summary> ➕ `reference/python/docs/langsmith/anonymizer.md` (+3 -0) ➕ `reference/python/docs/langsmith/async_client.md` (+3 -0) ➕ `reference/python/docs/langsmith/client.md` (+3 -0) ➕ `reference/python/docs/langsmith/evaluation.md` (+3 -0) ➕ `reference/python/docs/langsmith/expect.md` (+3 -0) ➕ `reference/python/docs/langsmith/index.md` (+38 -0) ➕ `reference/python/docs/langsmith/middleware.md` (+7 -0) ➕ `reference/python/docs/langsmith/pytest_plugin.md` (+7 -0) ➕ `reference/python/docs/langsmith/run_helpers.md` (+3 -0) ➕ `reference/python/docs/langsmith/run_trees.md` (+3 -0) ➕ `reference/python/docs/langsmith/schemas.md` (+3 -0) ➕ `reference/python/docs/langsmith/testing.md` (+3 -0) ➕ `reference/python/docs/langsmith/utils.md` (+3 -0) ➕ `reference/python/docs/langsmith/wrappers.md` (+3 -0) 📝 `reference/python/docs/platform/python_sdk.md` (+0 -5) 📝 `reference/python/mkdocs.yml` (+18 -0) 📝 `reference/python/pyproject.toml` (+4 -0) 📝 `reference/python/uv.lock` (+2 -0) </details> ### 📄 Description Initial pass assisted by Claude --- <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-02-17 17:21:36 -05:00
yindo closed this issue 2026-02-17 17:21:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1038