[PR #1] [MERGED] add initial implementation #1

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph-supervisor-js/pull/1
Author: @vbarda
Created: 2/20/2025
Status: Merged
Merged: 2/21/2025
Merged by: @vbarda

Base: mainHead: vb/initial-implementation


📝 Commits (10+)

📊 Changes

19 files changed (+3759 additions, -1 deletions)

View changed files

.gitignore (+27 -0)
.prettierrc (+19 -0)
.yarn/plugins/@yarnpkg/plugin-typescript.cjs (+9 -0)
.yarn/releases/yarn-3.5.1.cjs (+873 -0)
.yarnrc.yml (+7 -0)
LICENSE (+21 -0)
📝 README.md (+193 -1)
langchain.config.js (+21 -0)
package.json (+74 -0)
src/handoff.ts (+80 -0)
src/index.ts (+1 -0)
src/supervisor.ts (+188 -0)
static/img/full_history.png (+0 -0)
static/img/last_message.png (+0 -0)
static/img/supervisor.png (+0 -0)
tsconfig.cjs.json (+8 -0)
tsconfig.json (+23 -0)
turbo.json (+11 -0)
yarn.lock (+2204 -0)

📄 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/langgraph-supervisor-js/pull/1 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 2/20/2025 **Status:** ✅ Merged **Merged:** 2/21/2025 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/initial-implementation` --- ### 📝 Commits (10+) - [`0c053a0`](https://github.com/langchain-ai/langgraph-supervisor-js/commit/0c053a059b0dcb1dd7aa1f6f9c9e88841757ea83) add library - [`f4bf229`](https://github.com/langchain-ai/langgraph-supervisor-js/commit/f4bf2298a8b41059733b1df62f98cdc6c59234c9) update - [`7cb80c8`](https://github.com/langchain-ai/langgraph-supervisor-js/commit/7cb80c8daa4657d12861ff759fac22d7c18029ac) working end-to-end - [`0362309`](https://github.com/langchain-ai/langgraph-supervisor-js/commit/0362309ea66527a1535bc00e8eb572818ba844be) update annotations - [`7c19f77`](https://github.com/langchain-ai/langgraph-supervisor-js/commit/7c19f775b38c6b66473e43381d860c93667fb132) update ts & yarn configs - [`69b1dac`](https://github.com/langchain-ai/langgraph-supervisor-js/commit/69b1dacd835bedfbc5b04c45d0235e5aafe5a7d3) update tool types - [`8d2494b`](https://github.com/langchain-ai/langgraph-supervisor-js/commit/8d2494b01f8e6bc3caff9659465457b29a7d592b) fix types - [`d26cfee`](https://github.com/langchain-ai/langgraph-supervisor-js/commit/d26cfeef11dcfdbed1b24b7978a50e5664b72f37) bump langgraph version - [`0b2eedd`](https://github.com/langchain-ai/langgraph-supervisor-js/commit/0b2eeddcd492cf2d9e2249188b83ce328b8808dd) Fix type issues with default `createReactAgent` - [`0106e80`](https://github.com/langchain-ai/langgraph-supervisor-js/commit/0106e80c17c29849a07e8a768315cfb61392b0fd) format ### 📊 Changes **19 files changed** (+3759 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.gitignore` (+27 -0) ➕ `.prettierrc` (+19 -0) ➕ `.yarn/plugins/@yarnpkg/plugin-typescript.cjs` (+9 -0) ➕ `.yarn/releases/yarn-3.5.1.cjs` (+873 -0) ➕ `.yarnrc.yml` (+7 -0) ➕ `LICENSE` (+21 -0) 📝 `README.md` (+193 -1) ➕ `langchain.config.js` (+21 -0) ➕ `package.json` (+74 -0) ➕ `src/handoff.ts` (+80 -0) ➕ `src/index.ts` (+1 -0) ➕ `src/supervisor.ts` (+188 -0) ➕ `static/img/full_history.png` (+0 -0) ➕ `static/img/last_message.png` (+0 -0) ➕ `static/img/supervisor.png` (+0 -0) ➕ `tsconfig.cjs.json` (+8 -0) ➕ `tsconfig.json` (+23 -0) ➕ `turbo.json` (+11 -0) ➕ `yarn.lock` (+2204 -0) </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 07:15:28 -05:00
yindo closed this issue 2026-02-16 07:15:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph-supervisor-js#1