[PR #922] [MERGED] feat(langsmith): trace claude agents sdk #1148

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/922
Author: @angus-langchain
Created: 10/15/2025
Status: Merged
Merged: 10/15/2025
Merged by: @angus-langchain

Base: mainHead: angus/trace-claude-agents-sdk


📝 Commits (5)

  • 5c8bda2 add claude agent sdk tracing to docs
  • f045ee2 add claude agent sdk docs page
  • 0ac4e42 add code groups to installation
  • b1731f8 Update src/langsmith/trace-claude-agent-sdk.mdx
  • d234da3 Update src/langsmith/trace-claude-agent-sdk.mdx

📊 Changes

4 files changed (+102 additions, -2 deletions)

View changed files

📝 src/docs.json (+1 -0)
📝 src/langsmith/integrations.mdx (+5 -0)
src/langsmith/trace-claude-agent-sdk.mdx (+94 -0)
📝 src/langsmith/trace-with-openai-agents-sdk.mdx (+2 -2)

📄 Description

Overview

Add Claude Agent SDK Tracing Docs

Type of change

Type: New documentation page

Related issues/PRs

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

🔄 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/922 **Author:** [@angus-langchain](https://github.com/angus-langchain) **Created:** 10/15/2025 **Status:** ✅ Merged **Merged:** 10/15/2025 **Merged by:** [@angus-langchain](https://github.com/angus-langchain) **Base:** `main` ← **Head:** `angus/trace-claude-agents-sdk` --- ### 📝 Commits (5) - [`5c8bda2`](https://github.com/langchain-ai/docs/commit/5c8bda26bdd58ece1295b24a9f990cbe5f5e0f3b) add claude agent sdk tracing to docs - [`f045ee2`](https://github.com/langchain-ai/docs/commit/f045ee2765119377e918b8e26b603c934fffd551) add claude agent sdk docs page - [`0ac4e42`](https://github.com/langchain-ai/docs/commit/0ac4e42696d62c323b733d9b9a73431ce97fffa1) add code groups to installation - [`b1731f8`](https://github.com/langchain-ai/docs/commit/b1731f82c84db1669fb521d9a059dadc69d9dd43) Update src/langsmith/trace-claude-agent-sdk.mdx - [`d234da3`](https://github.com/langchain-ai/docs/commit/d234da3202e5968e8d5b543d618b07554962f519) Update src/langsmith/trace-claude-agent-sdk.mdx ### 📊 Changes **4 files changed** (+102 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1 -0) 📝 `src/langsmith/integrations.mdx` (+5 -0) ➕ `src/langsmith/trace-claude-agent-sdk.mdx` (+94 -0) 📝 `src/langsmith/trace-with-openai-agents-sdk.mdx` (+2 -2) </details> ### 📄 Description ## Overview Add Claude Agent SDK Tracing Docs ## Type of change **Type:** New documentation page ## Related issues/PRs - GitHub issue: https://github.com/langchain-ai/langsmith-sdk/issues/2062 - Feature PR: https://github.com/langchain-ai/langsmith-sdk/pull/2073 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - I have gotten approval from the relevant reviewers - (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) --- <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:49 -05:00
yindo closed this issue 2026-02-17 17:21:49 -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#1148