[PR #3777] [MERGED] feat: add strands agents docs [closes DOC-1047] #3799

Closed
opened 2026-06-05 18:53:11 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3777
Author: @open-swe[bot]
Created: 4/28/2026
Status: Merged
Merged: 4/29/2026
Merged by: @lnhsingh

Base: mainHead: open-swe/390ff77c-4ead-14e9-93de-d6c5d5763dda


📝 Commits (1)

  • c488221 Add documentation for the Strands Agents tracing integration.

📊 Changes

3 files changed (+120 additions, -0 deletions)

View changed files

📝 src/docs.json (+1 -0)
📝 src/langsmith/integrations.mdx (+6 -0)
src/langsmith/trace-with-strands-agents.mdx (+113 -0)

📄 Description

Description

Adds a LangSmith integration guide for tracing Strands Agents using the new Python SDK integration. The page explains setup through OTLP environment variables, usage with setup_langsmith_telemetry, and custom exporter configuration.

Test Plan

  • Verify the Strands Agents guide appears under LangSmith integrations in the docs preview

Opened collaboratively by Jacob Lee 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/3777 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 4/28/2026 **Status:** ✅ Merged **Merged:** 4/29/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `open-swe/390ff77c-4ead-14e9-93de-d6c5d5763dda` --- ### 📝 Commits (1) - [`c488221`](https://github.com/langchain-ai/docs/commit/c488221425a66ae41dc2ee31f3a230d57050aa23) Add documentation for the Strands Agents tracing integration. ### 📊 Changes **3 files changed** (+120 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1 -0) 📝 `src/langsmith/integrations.mdx` (+6 -0) ➕ `src/langsmith/trace-with-strands-agents.mdx` (+113 -0) </details> ### 📄 Description ## Description Adds a LangSmith integration guide for tracing Strands Agents using the new Python SDK integration. The page explains setup through OTLP environment variables, usage with `setup_langsmith_telemetry`, and custom exporter configuration. ## Test Plan - [x] Verify the Strands Agents guide appears under LangSmith integrations in the docs preview _Opened collaboratively by Jacob Lee 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 18:53:11 -04:00
yindo closed this issue 2026-06-05 18:53:11 -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#3799