[PR #1174] [MERGED] feat(langgraph): add option to inline agent name in createReactAgent #1279

Closed
opened 2026-02-15 20:15:05 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/1174
Author: @benjamincburns
Created: 5/12/2025
Status: Merged
Merged: 5/12/2025
Merged by: @benjamincburns

Base: mainHead: ben/cra-inline-name


📝 Commits (3)

  • 6a529fb feat(langgraph): add option to inline agent name in createReactAgent
  • 03ff772 fix(supervisor): use withAgentName from core
  • 9eb086e fix(supervisor): use withAgentName from core (#1176)

📊 Changes

9 files changed (+422 additions, -189 deletions)

View changed files

libs/langgraph-supervisor/src/agentName.ts (+0 -166)
📝 libs/langgraph-supervisor/src/index.ts (+0 -1)
📝 libs/langgraph-supervisor/src/supervisor.ts (+5 -1)
📝 libs/langgraph-supervisor/src/tests/supervisor.test.ts (+1 -1)
libs/langgraph/src/prebuilt/agentName.ts (+220 -0)
📝 libs/langgraph/src/prebuilt/index.ts (+2 -0)
📝 libs/langgraph/src/prebuilt/react_agent_executor.ts (+23 -3)
📝 libs/langgraph/src/tests/prebuilt.test.ts (+153 -1)
📝 libs/langgraph/src/tests/prebuilt/agentName.test.ts (+18 -16)

📄 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/1174 **Author:** [@benjamincburns](https://github.com/benjamincburns) **Created:** 5/12/2025 **Status:** ✅ Merged **Merged:** 5/12/2025 **Merged by:** [@benjamincburns](https://github.com/benjamincburns) **Base:** `main` ← **Head:** `ben/cra-inline-name` --- ### 📝 Commits (3) - [`6a529fb`](https://github.com/langchain-ai/langgraphjs/commit/6a529fb611bfa6579c697f07ef1430768b8fdbbe) feat(langgraph): add option to inline agent name in createReactAgent - [`03ff772`](https://github.com/langchain-ai/langgraphjs/commit/03ff772e3dac63377209d1a05c9582893f9efbc5) fix(supervisor): use withAgentName from core - [`9eb086e`](https://github.com/langchain-ai/langgraphjs/commit/9eb086e0ceb7a59d9c0f4f181b6460bda1f798d5) fix(supervisor): use withAgentName from core (#1176) ### 📊 Changes **9 files changed** (+422 additions, -189 deletions) <details> <summary>View changed files</summary> ➖ `libs/langgraph-supervisor/src/agentName.ts` (+0 -166) 📝 `libs/langgraph-supervisor/src/index.ts` (+0 -1) 📝 `libs/langgraph-supervisor/src/supervisor.ts` (+5 -1) 📝 `libs/langgraph-supervisor/src/tests/supervisor.test.ts` (+1 -1) ➕ `libs/langgraph/src/prebuilt/agentName.ts` (+220 -0) 📝 `libs/langgraph/src/prebuilt/index.ts` (+2 -0) 📝 `libs/langgraph/src/prebuilt/react_agent_executor.ts` (+23 -3) 📝 `libs/langgraph/src/tests/prebuilt.test.ts` (+153 -1) 📝 `libs/langgraph/src/tests/prebuilt/agentName.test.ts` (+18 -16) </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 20:15:05 -05:00
yindo closed this issue 2026-02-15 20:15:05 -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#1279