[PR #2731] [MERGED] fix(integration/adk): use async in multi-agent #2836

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

📋 Pull Request Information

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

Base: mainHead: quentin/lsdk-78-fix-async


📝 Commits (1)

  • b9d6603 fix(integration/adk): use async in multi-agent

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

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

📄 Description

Overview

Fix Google ADK multi-agent example to use async.

Type of change

Type: Fix example

Related issues/PRs

  • Linear issue: lsdk-78

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/2731 **Author:** [@QuentinBrosse](https://github.com/QuentinBrosse) **Created:** 2/19/2026 **Status:** ✅ Merged **Merged:** 2/19/2026 **Merged by:** [@QuentinBrosse](https://github.com/QuentinBrosse) **Base:** `main` ← **Head:** `quentin/lsdk-78-fix-async` --- ### 📝 Commits (1) - [`b9d6603`](https://github.com/langchain-ai/docs/commit/b9d660358ff0e119c77ad434e61963064ebb2d5e) fix(integration/adk): use async in multi-agent ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/trace-with-google-adk.mdx` (+3 -3) </details> ### 📄 Description ## Overview Fix Google ADK multi-agent example to use async. ## Type of change **Type:** Fix example ## Related issues/PRs - Linear issue: lsdk-78 ## 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:07 -04:00
yindo closed this issue 2026-06-05 18:20:07 -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#2836