[PR #2819] [MERGED] refactor(integrations): extract ADK and Claude examples in snippets #2916

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2819
Author: @QuentinBrosse
Created: 2/26/2026
Status: Merged
Merged: 2/27/2026
Merged by: @QuentinBrosse

Base: mainHead: quentin/lsdk-92-move-2-integrations-in-snippets


📝 Commits (2)

  • 7cffc4d refactor(integrations): extract ADK and Claude examples in snippets
  • ca0a5d6 refactor(integrations): generated Claude Code SDK + Google ADK (#2820)

📊 Changes

9 files changed (+343 additions, -283 deletions)

View changed files

📝 src/langsmith/trace-claude-agent-sdk.mdx (+7 -127)
📝 src/langsmith/trace-with-google-adk.mdx (+9 -156)
src/snippets/langsmith/integrations/claude-agent-sdk/example-quickstart.mdx (+112 -0)
src/snippets/langsmith/integrations/claude-agent-sdk/install.mdx (+21 -0)
src/snippets/langsmith/integrations/claude-agent-sdk/setup.mdx (+23 -0)
src/snippets/langsmith/integrations/google-adk/example-multi-agent.mdx (+72 -0)
src/snippets/langsmith/integrations/google-adk/example-quickstart.mdx (+63 -0)
src/snippets/langsmith/integrations/google-adk/install.mdx (+13 -0)
src/snippets/langsmith/integrations/google-adk/setup.mdx (+23 -0)

📄 Description

Overview

Moves inline code blocks from the Claude Agent SDK and Google ADK tracing pages into the src/snippets/langsmith/integrations/ directory to prepare for example generation.

Type of change

Type: Refactor

  • Linear issue: LSDK-92

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

Additional notes


🔄 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/2819 **Author:** [@QuentinBrosse](https://github.com/QuentinBrosse) **Created:** 2/26/2026 **Status:** ✅ Merged **Merged:** 2/27/2026 **Merged by:** [@QuentinBrosse](https://github.com/QuentinBrosse) **Base:** `main` ← **Head:** `quentin/lsdk-92-move-2-integrations-in-snippets` --- ### 📝 Commits (2) - [`7cffc4d`](https://github.com/langchain-ai/docs/commit/7cffc4d89f4196620e39172e279a4299de87e8e9) refactor(integrations): extract ADK and Claude examples in snippets - [`ca0a5d6`](https://github.com/langchain-ai/docs/commit/ca0a5d60dddd4aafeca827342986a613677e08eb) refactor(integrations): generated Claude Code SDK + Google ADK (#2820) ### 📊 Changes **9 files changed** (+343 additions, -283 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/trace-claude-agent-sdk.mdx` (+7 -127) 📝 `src/langsmith/trace-with-google-adk.mdx` (+9 -156) ➕ `src/snippets/langsmith/integrations/claude-agent-sdk/example-quickstart.mdx` (+112 -0) ➕ `src/snippets/langsmith/integrations/claude-agent-sdk/install.mdx` (+21 -0) ➕ `src/snippets/langsmith/integrations/claude-agent-sdk/setup.mdx` (+23 -0) ➕ `src/snippets/langsmith/integrations/google-adk/example-multi-agent.mdx` (+72 -0) ➕ `src/snippets/langsmith/integrations/google-adk/example-quickstart.mdx` (+63 -0) ➕ `src/snippets/langsmith/integrations/google-adk/install.mdx` (+13 -0) ➕ `src/snippets/langsmith/integrations/google-adk/setup.mdx` (+23 -0) </details> ### 📄 Description ## Overview Moves inline code blocks from the Claude Agent SDK and Google ADK tracing pages into the `src/snippets/langsmith/integrations/` directory to prepare for example generation. ## Type of change **Type:** Refactor <!-- For LangChain employees, if applicable: --> - Linear issue: LSDK-92 ## 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) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:20:23 -04:00
yindo closed this issue 2026-06-05 18:20:23 -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#2916