[PR #1080] [MERGED] langgraph-supervisor: add includeAgentName param #1224

Closed
opened 2026-02-15 19:17:43 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1080
Author: @vbarda
Created: 4/4/2025
Status: Merged
Merged: 4/4/2025
Merged by: @vbarda

Base: mainHead: vb/port-include-agent-name


📝 Commits (9)

📊 Changes

5 files changed (+607 additions, -238 deletions)

View changed files

libs/langgraph-supervisor/src/agentName.ts (+166 -0)
📝 libs/langgraph-supervisor/src/index.ts (+1 -0)
📝 libs/langgraph-supervisor/src/supervisor.ts (+12 -0)
libs/langgraph-supervisor/src/tests/agentName.test.ts (+150 -0)
📝 libs/langgraph-supervisor/src/tests/supervisor.test.ts (+278 -238)

📄 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/langgraphjs/pull/1080 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 4/4/2025 **Status:** ✅ Merged **Merged:** 4/4/2025 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/port-include-agent-name` --- ### 📝 Commits (9) - [`ea8f71a`](https://github.com/langchain-ai/langgraphjs/commit/ea8f71a9d0cc13b46c45272238730c70cd08a185) langgraph-supervisor: add includeAgentName param - [`5d1f218`](https://github.com/langchain-ai/langgraphjs/commit/5d1f218f208afaa338cf049473f7baead0e76c84) Merge branch 'main' into vb/port-include-agent-name - [`5afd7bf`](https://github.com/langchain-ai/langgraphjs/commit/5afd7bf0e2e76b9ba750453432d21861e99fbe1f) update - [`909e700`](https://github.com/langchain-ai/langgraphjs/commit/909e700fc3fb72be5683b769642755d0dd6edca0) Merge branch 'main' into vb/port-include-agent-name - [`8d671b9`](https://github.com/langchain-ai/langgraphjs/commit/8d671b9de6e63695e70b9ddefd820c7acf285003) test with include agent name - [`073e274`](https://github.com/langchain-ai/langgraphjs/commit/073e2745e42213e36470cb386197770199c64ce2) docstring - [`33a9aee`](https://github.com/langchain-ai/langgraphjs/commit/33a9aeec9742850208e0485ae9c13f318d48b30f) export - [`4eb56de`](https://github.com/langchain-ai/langgraphjs/commit/4eb56dee1a7a5c951c243418960a447504221160) update - [`3f8d0e2`](https://github.com/langchain-ai/langgraphjs/commit/3f8d0e201729f531191b5ab6275ea06dfa54a974) consistency ### 📊 Changes **5 files changed** (+607 additions, -238 deletions) <details> <summary>View changed files</summary> ➕ `libs/langgraph-supervisor/src/agentName.ts` (+166 -0) 📝 `libs/langgraph-supervisor/src/index.ts` (+1 -0) 📝 `libs/langgraph-supervisor/src/supervisor.ts` (+12 -0) ➕ `libs/langgraph-supervisor/src/tests/agentName.test.ts` (+150 -0) 📝 `libs/langgraph-supervisor/src/tests/supervisor.test.ts` (+278 -238) </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-15 19:17:43 -05:00
yindo closed this issue 2026-02-15 19:17:43 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1224