[PR #53] [MERGED] fix: thread config options to subagents #87

Closed
opened 2026-02-16 06:17:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/53
Author: @hntrl
Created: 11/11/2025
Status: Merged
Merged: 11/13/2025
Merged by: @dqbd

Base: mainHead: hunter/fix-recursion-limit


📝 Commits (2)

  • 41f9a1b fix: thread config options to subagents
  • dbdef4c add changeset

📊 Changes

5 files changed (+17 additions, -14 deletions)

View changed files

.changeset/itchy-needles-admire.md (+5 -0)
📝 package.json (+1 -1)
📝 pnpm-lock.yaml (+6 -6)
📝 src/agent.ts (+4 -6)
📝 src/middleware/subagents.ts (+1 -1)

📄 Description

  • adds config option to subagent invocations
  • updates langchain and removes note about summarization middleware
  • updates params to use more appropriate BaseLanguageModel class

🔄 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/53 **Author:** [@hntrl](https://github.com/hntrl) **Created:** 11/11/2025 **Status:** ✅ Merged **Merged:** 11/13/2025 **Merged by:** [@dqbd](https://github.com/dqbd) **Base:** `main` ← **Head:** `hunter/fix-recursion-limit` --- ### 📝 Commits (2) - [`41f9a1b`](https://github.com/langchain-ai/deepagentsjs/commit/41f9a1b5d93e36ff2a64149d28fbf237daa40cdf) fix: thread config options to subagents - [`dbdef4c`](https://github.com/langchain-ai/deepagentsjs/commit/dbdef4ce32249685bbdd7ac4be62c088490e5393) add changeset ### 📊 Changes **5 files changed** (+17 additions, -14 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/itchy-needles-admire.md` (+5 -0) 📝 `package.json` (+1 -1) 📝 `pnpm-lock.yaml` (+6 -6) 📝 `src/agent.ts` (+4 -6) 📝 `src/middleware/subagents.ts` (+1 -1) </details> ### 📄 Description * adds config option to subagent invocations * updates langchain and removes note about summarization middleware * updates params to use more appropriate BaseLanguageModel class --- <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-16 06:17:07 -05:00
yindo closed this issue 2026-02-16 06:17:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#87