[PR #3400] [MERGED] docs: update async subagent docs for agent protocol framing #3454

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3400
Author: @colifran
Created: 4/1/2026
Status: Merged
Merged: 4/2/2026
Merged by: @colifran

Base: mainHead: colifran/agent-protocol


📝 Commits (5)

  • 86105a5 update async subagent docs for agent protocol framing
  • e6c5060 more updates
  • 7a65fbb Update src/oss/deepagents/async-subagents.mdx
  • 4f228d2 Update src/oss/deepagents/async-subagents.mdx
  • f3db721 Merge branch 'main' into colifran/agent-protocol

📊 Changes

1 file changed (+25 additions, -19 deletions)

View changed files

📝 src/oss/deepagents/async-subagents.mdx (+25 -19)

📄 Description

Overview

We're changing the framing of async subagents from "use LangSmith deployments" to "works with any server implementing Agent Protocol". This doc update makes that framing clear.

Type of change

Type: Update existing documentation

Checklist

  • I have read the contributing guidelines, including the language policy
  • 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

🔄 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/3400 **Author:** [@colifran](https://github.com/colifran) **Created:** 4/1/2026 **Status:** ✅ Merged **Merged:** 4/2/2026 **Merged by:** [@colifran](https://github.com/colifran) **Base:** `main` ← **Head:** `colifran/agent-protocol` --- ### 📝 Commits (5) - [`86105a5`](https://github.com/langchain-ai/docs/commit/86105a59c0417cd5eeebd9abfa896dcbfaf72d3c) update async subagent docs for agent protocol framing - [`e6c5060`](https://github.com/langchain-ai/docs/commit/e6c5060286c6d5da87c285bae8ac4eca24c5b545) more updates - [`7a65fbb`](https://github.com/langchain-ai/docs/commit/7a65fbb47f5150b5b56b5ac9daac5abdd514434e) Update src/oss/deepagents/async-subagents.mdx - [`4f228d2`](https://github.com/langchain-ai/docs/commit/4f228d2755749aaae8e61def034368a57c5b3a1f) Update src/oss/deepagents/async-subagents.mdx - [`f3db721`](https://github.com/langchain-ai/docs/commit/f3db72184572a300d63fd6348dac3d07bffd21ed) Merge branch 'main' into colifran/agent-protocol ### 📊 Changes **1 file changed** (+25 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/deepagents/async-subagents.mdx` (+25 -19) </details> ### 📄 Description ## Overview We're changing the framing of async subagents from "use LangSmith deployments" to "works with any server implementing Agent Protocol". This doc update makes that framing clear. ## Type of change **Type:** Update existing documentation ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [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 --- <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:23:10 -04:00
yindo closed this issue 2026-06-05 18:23:10 -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#3454