[PR #2223] [MERGED] docs(langsmith): Add example for tracing Microsoft Agent Framework with LangSmith #2243

Closed
opened 2026-02-17 17:23:13 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2223
Author: @sthm
Created: 1/14/2026
Status: Merged
Merged: 1/20/2026
Merged by: @sthm

Base: mainHead: microsoft-agent-framework


📝 Commits (4)

  • 8534ce7 Describe tracing integration for Microsoft Agent Framework
  • 30c084b Add link for agent framework
  • e1c7cb1 Add microsoft agent framework to integrations overver
  • 7ac0745 Merge branch 'main' into microsoft-agent-framework

📊 Changes

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

View changed files

📝 src/docs.json (+1 -0)
📝 src/langsmith/integrations.mdx (+6 -1)
src/langsmith/trace-with-microsoft-agent-framework.mdx (+71 -0)

📄 Description

Overview

Adds minimal example for tracing Microsoft Agent Framework with OpenTelemetry and LangSmith

Type of change

Type: New documentation page

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

(Internal team members only / optional): Create a preview deployment as necessary 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/2223 **Author:** [@sthm](https://github.com/sthm) **Created:** 1/14/2026 **Status:** ✅ Merged **Merged:** 1/20/2026 **Merged by:** [@sthm](https://github.com/sthm) **Base:** `main` ← **Head:** `microsoft-agent-framework` --- ### 📝 Commits (4) - [`8534ce7`](https://github.com/langchain-ai/docs/commit/8534ce72e28eda96e02a20dd764ccfad655451ea) Describe tracing integration for Microsoft Agent Framework - [`30c084b`](https://github.com/langchain-ai/docs/commit/30c084bf58e012b9d06cec143f8e39028156b548) Add link for agent framework - [`e1c7cb1`](https://github.com/langchain-ai/docs/commit/e1c7cb13b1c582cf8a4beb12f7193f30e1c13d88) Add microsoft agent framework to integrations overver - [`7ac0745`](https://github.com/langchain-ai/docs/commit/7ac07459aee961ed802cb615f307e06fcc029c59) Merge branch 'main' into microsoft-agent-framework ### 📊 Changes **3 files changed** (+78 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1 -0) 📝 `src/langsmith/integrations.mdx` (+6 -1) ➕ `src/langsmith/trace-with-microsoft-agent-framework.mdx` (+71 -0) </details> ### 📄 Description ## Overview Adds minimal example for tracing Microsoft Agent Framework with OpenTelemetry and LangSmith ## Type of change **Type:** New documentation page ## 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 (Internal team members only / optional): Create a preview deployment as necessary 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:23:13 -05:00
yindo closed this issue 2026-02-17 17:23:13 -05:00
yindo changed title from [PR #2223] docs(langsmith): Add example for tracing Microsoft Agent Framework with LangSmith to [PR #2223] [MERGED] docs(langsmith): Add example for tracing Microsoft Agent Framework with LangSmith 2026-06-05 18:17:26 -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#2243