[PR #11] [MERGED] fix: update subagents #54

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

📋 Pull Request Information

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

Base: mainHead: palash/subagent-fix


📝 Commits (1)

📊 Changes

7 files changed (+317 additions, -149 deletions)

View changed files

examples/.gitignore (+3 -0)
examples/research-agent.ts (+0 -92)
examples/research/.gitignore (+3 -0)
examples/research/langgraph.json (+7 -0)
examples/research/research-agent.ts (+216 -0)
📝 src/graph.ts (+22 -1)
📝 src/subAgent.ts (+66 -56)

📄 Description

No description provided


🔄 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/11 **Author:** [@Palashio](https://github.com/Palashio) **Created:** 8/13/2025 **Status:** ✅ Merged **Merged:** 8/13/2025 **Merged by:** [@Palashio](https://github.com/Palashio) **Base:** `main` ← **Head:** `palash/subagent-fix` --- ### 📝 Commits (1) - [`06c425e`](https://github.com/langchain-ai/deepagentsjs/commit/06c425ecdc9b924a2e139309608ae801aadbc249) fix: update subagents ### 📊 Changes **7 files changed** (+317 additions, -149 deletions) <details> <summary>View changed files</summary> ➕ `examples/.gitignore` (+3 -0) ➖ `examples/research-agent.ts` (+0 -92) ➕ `examples/research/.gitignore` (+3 -0) ➕ `examples/research/langgraph.json` (+7 -0) ➕ `examples/research/research-agent.ts` (+216 -0) 📝 `src/graph.ts` (+22 -1) 📝 `src/subAgent.ts` (+66 -56) </details> ### 📄 Description _No description provided_ --- <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:02 -05:00
yindo closed this issue 2026-02-16 06:17:02 -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#54