[PR #2678] [MERGED] fix(integration/adk): fix import and envs #2664

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2678
Author: @QuentinBrosse
Created: 2/17/2026
Status: Merged
Merged: 2/18/2026
Merged by: @QuentinBrosse

Base: mainHead: quentin/LSDK-76-fix-adk-wrapt


📝 Commits (5)

📊 Changes

1 file changed (+126 additions, -92 deletions)

View changed files

📝 src/langsmith/trace-with-google-adk.mdx (+126 -92)

📄 Description

Overview

  • Fix Google ADK integration install and var envs.
  • Switch to async methods to fix the Deprecated. Please migrate to the async method. warning.
  • Cover basic and multi-agent examples.

Type of change

Type: Fix bug

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

(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/2678 **Author:** [@QuentinBrosse](https://github.com/QuentinBrosse) **Created:** 2/17/2026 **Status:** ✅ Merged **Merged:** 2/18/2026 **Merged by:** [@QuentinBrosse](https://github.com/QuentinBrosse) **Base:** `main` ← **Head:** `quentin/LSDK-76-fix-adk-wrapt` --- ### 📝 Commits (5) - [`fa353ce`](https://github.com/langchain-ai/docs/commit/fa353ce2620b01b96199015ab02efbfb1ab297ff) fix(integration/adk): fix import and envs - [`11b462d`](https://github.com/langchain-ai/docs/commit/11b462d6bd378329218b29e20f4f0046b89d130f) migrate to the async method - [`38c01c6`](https://github.com/langchain-ai/docs/commit/38c01c674cb5fdeb0c5b1beee6ac2857b92a9bf8) add optional load_dotenv - [`5d2d9e5`](https://github.com/langchain-ai/docs/commit/5d2d9e50273f66368ee1f029fe3c9f866f4c2e8d) use session.id - [`3bbf240`](https://github.com/langchain-ai/docs/commit/3bbf24008e8905cacf1e2e296fc2e72adf87d71b) fix multi-agent ### 📊 Changes **1 file changed** (+126 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/trace-with-google-adk.mdx` (+126 -92) </details> ### 📄 Description ## Overview - Fix Google ADK integration install and var envs. - Switch to async methods to fix the `Deprecated. Please migrate to the async method.` warning. - Cover basic and multi-agent examples. ## Type of change **Type:** Fix bug ## Related issues/PRs - See https://github.com/langchain-ai/langsmith-sdk/pull/2436 for context - Linear issue: LSDK-76 ## 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 (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-02-17 17:23:39 -05:00
yindo changed title from [PR #2678] fix(integration/adk): fix import and envs to [PR #2678] [MERGED] fix(integration/adk): fix import and envs 2026-06-05 18:19:53 -04:00
yindo closed this issue 2026-06-05 18:19:55 -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#2664