mirror of
https://github.com/langchain-ai/langgraph-supervisor-js.git
synced 2026-07-01 16:21:20 -04:00
[PR #1] [MERGED] add initial implementation #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:vb/initial-implementation📝 Commits (10+)
0c053a0add libraryf4bf229update7cb80c8working end-to-end0362309update annotations7c19f77update ts & yarn configs69b1dacupdate tool types8d2494bfix typesd26cfeebump langgraph version0b2eeddFix type issues with defaultcreateReactAgent0106e80format📊 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.