[PR #981] [MERGED] Translate supervisor tutorial to js #1197

Closed
opened 2026-02-17 17:21:54 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/981
Author: @pokey
Created: 10/17/2025
Status: Merged
Merged: 10/22/2025
Merged by: @lnhsingh

Base: mainHead: pokey/translate-supervisor-tutorial-to-js


📝 Commits (6)

  • 14c9da7 Translate supervisor tutorial to js
  • 061cea3 Update supervisor.mdx
  • da61d20 PR feedback
  • 3f8d435 rename prettyPrint => toFormattedString
  • f25c226 Merge branch 'main' into pokey/translate-supervisor-tutorial-to-js
  • 7ba8f9f Merge branch 'main' into pokey/translate-supervisor-tutorial-to-js

📊 Changes

2 files changed (+714 additions, -3 deletions)

View changed files

📝 src/docs.json (+3 -2)
📝 src/oss/langchain/supervisor.mdx (+711 -1)

📄 Description

Just translates the Python version of the supervisor tutorial to js.


🔄 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/docs/pull/981 **Author:** [@pokey](https://github.com/pokey) **Created:** 10/17/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `pokey/translate-supervisor-tutorial-to-js` --- ### 📝 Commits (6) - [`14c9da7`](https://github.com/langchain-ai/docs/commit/14c9da7c1a45f4451f4c9d9367f286e896ac9e2a) Translate supervisor tutorial to js - [`061cea3`](https://github.com/langchain-ai/docs/commit/061cea317175567d60613cec25feed909dca5bb7) Update supervisor.mdx - [`da61d20`](https://github.com/langchain-ai/docs/commit/da61d200993d6b793dac057eb420cb86261daaa9) PR feedback - [`3f8d435`](https://github.com/langchain-ai/docs/commit/3f8d43531f142860362185ca7005defbf5c99baf) rename `prettyPrint` => `toFormattedString` - [`f25c226`](https://github.com/langchain-ai/docs/commit/f25c226564be89b446c1bedbcd1f61f792c005e4) Merge branch 'main' into pokey/translate-supervisor-tutorial-to-js - [`7ba8f9f`](https://github.com/langchain-ai/docs/commit/7ba8f9f8c8b824059be8dd6f28f56b918f00e763) Merge branch 'main' into pokey/translate-supervisor-tutorial-to-js ### 📊 Changes **2 files changed** (+714 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+3 -2) 📝 `src/oss/langchain/supervisor.mdx` (+711 -1) </details> ### 📄 Description Just translates the Python version of the supervisor tutorial to js. - Depends on https://github.com/langchain-ai/langchainjs/pull/9228 - See also https://github.com/langchain-ai/langchainjs/pull/9235 --- <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-17 17:21:54 -05:00
yindo closed this issue 2026-02-17 17:21:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#1197