[PR #355] [MERGED] revert: "revert: "chore(sdk): unify sync subagents and async subagents into a single property (#326)" (#348)" #387

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/355
Author: @colifran
Created: 3/23/2026
Status: Merged
Merged: 3/24/2026
Merged by: @colifran

Base: 1.9.0-alpha.1Head: colifran/unify-api


📝 Commits (1)

  • f891752 Reapply "chore(sdk): unify sync subagents and async subagents into a single pr…" (#348)

📊 Changes

6 files changed (+65 additions, -51 deletions)

View changed files

.changeset/curvy-donkeys-walk.md (+5 -0)
📝 libs/deepagents/src/agent.ts (+16 -4)
📝 libs/deepagents/src/index.ts (+2 -0)
📝 libs/deepagents/src/middleware/async_subagents.ts (+14 -0)
📝 libs/deepagents/src/middleware/index.ts (+1 -0)
📝 libs/deepagents/src/types.ts (+27 -47)

📄 Description

This reverts commit 96dc34ccb6.

This adds unified subagents API back into our dev 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/355 **Author:** [@colifran](https://github.com/colifran) **Created:** 3/23/2026 **Status:** ✅ Merged **Merged:** 3/24/2026 **Merged by:** [@colifran](https://github.com/colifran) **Base:** `1.9.0-alpha.1` ← **Head:** `colifran/unify-api` --- ### 📝 Commits (1) - [`f891752`](https://github.com/langchain-ai/deepagentsjs/commit/f8917526b40540d6c0a72fd456f238a0266fab18) Reapply "chore(sdk): unify sync subagents and async subagents into a single pr…" (#348) ### 📊 Changes **6 files changed** (+65 additions, -51 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/curvy-donkeys-walk.md` (+5 -0) 📝 `libs/deepagents/src/agent.ts` (+16 -4) 📝 `libs/deepagents/src/index.ts` (+2 -0) 📝 `libs/deepagents/src/middleware/async_subagents.ts` (+14 -0) 📝 `libs/deepagents/src/middleware/index.ts` (+1 -0) 📝 `libs/deepagents/src/types.ts` (+27 -47) </details> ### 📄 Description This reverts commit 96dc34ccb63d1a096889954b8cb9e226cb4bf6ed. This adds unified subagents API back into our dev 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#387