[PR #470] [MERGED] feat(deepagents): Adds agent type metadata prop to configurable #491

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/470
Author: @jacoblee93
Created: 4/16/2026
Status: Merged
Merged: 4/18/2026
Merged by: @hntrl

Base: mainHead: jacob/agenttype


📝 Commits (4)

📊 Changes

15 files changed (+232 additions, -107 deletions)

View changed files

.changeset/gentle-pears-wash.md (+5 -0)
📝 evals/all/package.json (+1 -1)
📝 evals/hitl/package.json (+1 -1)
📝 evals/memory-agent-bench/package.json (+1 -1)
📝 evals/memory-multiturn/package.json (+1 -1)
📝 evals/summarization/package.json (+1 -1)
📝 examples/async-subagents/parallel-research/package.json (+2 -2)
📝 examples/package.json (+2 -2)
📝 internal/eval-harness/package.json (+1 -1)
📝 libs/acp/package.json (+4 -4)
📝 libs/deepagents/package.json (+2 -2)
📝 libs/deepagents/src/middleware/subagent.test.ts (+113 -0)
📝 libs/deepagents/src/middleware/subagents.ts (+12 -5)
📝 libs/providers/quickjs/package.json (+2 -2)
📝 pnpm-lock.yaml (+84 -84)

📄 Description

Will be useful for trace display features

Python: https://github.com/langchain-ai/deepagents/pull/2788


🔄 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/470 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 4/16/2026 **Status:** ✅ Merged **Merged:** 4/18/2026 **Merged by:** [@hntrl](https://github.com/hntrl) **Base:** `main` ← **Head:** `jacob/agenttype` --- ### 📝 Commits (4) - [`1736c3e`](https://github.com/langchain-ai/deepagentsjs/commit/1736c3e997fca16d466caf325c2a92511ebe7aad) Update test, bump version - [`e11f666`](https://github.com/langchain-ai/deepagentsjs/commit/e11f666d0219d6e2e21aeaff2ad905383e481192) Fix - [`f66a5ef`](https://github.com/langchain-ai/deepagentsjs/commit/f66a5ef98ecaa7cf32bf0c947d60ebd838799db9) Bump versions - [`e8695bf`](https://github.com/langchain-ai/deepagentsjs/commit/e8695bf196768742bfaf34b95d372900175ff4f1) Update changelog for deepagents with new metadata ### 📊 Changes **15 files changed** (+232 additions, -107 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/gentle-pears-wash.md` (+5 -0) 📝 `evals/all/package.json` (+1 -1) 📝 `evals/hitl/package.json` (+1 -1) 📝 `evals/memory-agent-bench/package.json` (+1 -1) 📝 `evals/memory-multiturn/package.json` (+1 -1) 📝 `evals/summarization/package.json` (+1 -1) 📝 `examples/async-subagents/parallel-research/package.json` (+2 -2) 📝 `examples/package.json` (+2 -2) 📝 `internal/eval-harness/package.json` (+1 -1) 📝 `libs/acp/package.json` (+4 -4) 📝 `libs/deepagents/package.json` (+2 -2) 📝 `libs/deepagents/src/middleware/subagent.test.ts` (+113 -0) 📝 `libs/deepagents/src/middleware/subagents.ts` (+12 -5) 📝 `libs/providers/quickjs/package.json` (+2 -2) 📝 `pnpm-lock.yaml` (+84 -84) </details> ### 📄 Description Will be useful for trace display features Python: https://github.com/langchain-ai/deepagents/pull/2788 --- <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:23:26 -04:00
yindo closed this issue 2026-06-05 17:23:26 -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#491