[GH-ISSUE #1014] [langgraph]: <Missing Supervisor Implementation in Langgraph V1.0 Typecript> #134

Open
opened 2026-02-17 17:19:15 -05:00 by yindo · 1 comment
Owner

Originally created by @0xhijo on GitHub (Oct 20, 2025).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/1014

Originally assigned to: @eyurtsev on GitHub.

Type of issue

issue / bug

Language

JavaScript

Description

The supervisor implementation part/migration don't exist on the new langgraph v1.0 documentation but exist in python.
See In Py : https://docs.langchain.com/oss/javascript/langchain/supervisor

Originally created by @0xhijo on GitHub (Oct 20, 2025). Original GitHub issue: https://github.com/langchain-ai/docs/issues/1014 Originally assigned to: @eyurtsev on GitHub. ### Type of issue issue / bug ### Language JavaScript ### Description The supervisor implementation part/migration don't exist on the new langgraph v1.0 documentation but exist in python. See In Py : <link>https://docs.langchain.com/oss/javascript/langchain/supervisor</link>
yindo added the langgraphexternal labels 2026-02-17 17:19:15 -05:00
Author
Owner

@BenHavis commented on GitHub (Oct 23, 2025):

Just adding a quick note if it helps: the @langchain/langgraph-supervisor package was published recently (v1.0.0 on npm), which includes a createSupervisor function for TypeScript. That seems to align with what this issue described. Sharing here in case it’s useful.

@BenHavis commented on GitHub (Oct 23, 2025): Just adding a quick note if it helps: the @langchain/langgraph-supervisor package was published recently (v1.0.0 on [npm),](https://www.npmjs.com/package/@langchain/langgraph-supervisor) which includes a createSupervisor function for TypeScript. That seems to align with what this issue described. Sharing here in case it’s useful.
yindo changed title from [langgraph]: <Missing Supervisor Implementation in Langgraph V1.0 Typecript> to [GH-ISSUE #1014] [langgraph]: <Missing Supervisor Implementation in Langgraph V1.0 Typecript> 2026-06-05 17:25:14 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#134