[PR #354] [MERGED] revert: "revert: "feat(sdk): add async subagent middleware for remote LangGraph servers (#323)" (#351)" #388

Closed
opened 2026-06-05 17:22:54 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/354
Author: @colifran
Created: 3/23/2026
Status: Merged
Merged: 3/23/2026
Merged by: @colifran

Base: 1.9.0-alpha.1Head: colifran/async-sub


📝 Commits (3)

  • 23d51f8 Revert "revert: "feat(sdk): add async subagent middleware for remote LangGraph servers (#323)" (#351)"
  • ea89a96 Merge branch '1.9.0-alpha.1' into colifran/async-sub
  • b94c8be use any backend protocol

📊 Changes

10 files changed (+2471 additions, -1 deletions)

View changed files

.changeset/true-buckets-hide.md (+5 -0)
📝 libs/deepagents/package.json (+1 -0)
📝 libs/deepagents/src/agent.ts (+5 -0)
📝 libs/deepagents/src/index.ts (+7 -0)
libs/deepagents/src/middleware/async_subagents.test.ts (+1459 -0)
libs/deepagents/src/middleware/async_subagents.ts (+864 -0)
📝 libs/deepagents/src/middleware/index.test.ts (+66 -0)
📝 libs/deepagents/src/middleware/index.ts (+10 -0)
📝 libs/deepagents/src/types.ts (+22 -1)
📝 pnpm-lock.yaml (+32 -0)

📄 Description

This reverts commit 367e43a5ed.

Adding async subagent support back into alpha branch.


🔄 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/deepagentsjs/pull/354 **Author:** [@colifran](https://github.com/colifran) **Created:** 3/23/2026 **Status:** ✅ Merged **Merged:** 3/23/2026 **Merged by:** [@colifran](https://github.com/colifran) **Base:** `1.9.0-alpha.1` ← **Head:** `colifran/async-sub` --- ### 📝 Commits (3) - [`23d51f8`](https://github.com/langchain-ai/deepagentsjs/commit/23d51f83321c376c137293ae3d805c16c1c2dd41) Revert "revert: "feat(sdk): add async subagent middleware for remote LangGraph servers (#323)" (#351)" - [`ea89a96`](https://github.com/langchain-ai/deepagentsjs/commit/ea89a96572ef29f7c20c3be34e11b69e4225b0b2) Merge branch '1.9.0-alpha.1' into colifran/async-sub - [`b94c8be`](https://github.com/langchain-ai/deepagentsjs/commit/b94c8bee6a88e7fc144ac9e8da5023bf3e170aec) use any backend protocol ### 📊 Changes **10 files changed** (+2471 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/true-buckets-hide.md` (+5 -0) 📝 `libs/deepagents/package.json` (+1 -0) 📝 `libs/deepagents/src/agent.ts` (+5 -0) 📝 `libs/deepagents/src/index.ts` (+7 -0) ➕ `libs/deepagents/src/middleware/async_subagents.test.ts` (+1459 -0) ➕ `libs/deepagents/src/middleware/async_subagents.ts` (+864 -0) 📝 `libs/deepagents/src/middleware/index.test.ts` (+66 -0) 📝 `libs/deepagents/src/middleware/index.ts` (+10 -0) 📝 `libs/deepagents/src/types.ts` (+22 -1) 📝 `pnpm-lock.yaml` (+32 -0) </details> ### 📄 Description This reverts commit 367e43a5edccdc19f4782de7584e7354e10e8344. Adding async subagent support back into alpha branch. --- <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 17:22:54 -04:00
yindo closed this issue 2026-06-05 17:22:54 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#388