[PR #1050] [MERGED] docs: Add javascript version of langgraph/sql-agent #1250

Closed
opened 2026-02-17 17:22:01 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1050
Author: @pokey
Created: 10/21/2025
Status: Merged
Merged: 11/6/2025
Merged by: @lnhsingh

Base: mainHead: pokey/docs-add-javascript-version-of-langgraphsql-agent


📝 Commits (10+)

  • b2c3247 docs: Add javascript version of langgraph/sql-agent
  • 20a43fa Reduce duplication
  • bed6df7 More cleanup
  • a600f2a Fix imports
  • 82ef3de whoops
  • 7841959 cleanup
  • b3b3a9a Merge branch 'main' into pokey/docs-add-javascript-version-of-langgraphsql-agent
  • 00e1492 cr
  • ee5be13 Apply suggestions from code review
  • e6e9dc8 Merge branch 'main' into pokey/docs-add-javascript-version-of-langgraphsql-agent

📊 Changes

1 file changed (+446 additions, -7 deletions)

View changed files

📝 src/oss/langgraph/sql-agent.mdx (+446 -7)

📄 Description

Just translates the Python version of the langgraph sql-agent 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/1050 **Author:** [@pokey](https://github.com/pokey) **Created:** 10/21/2025 **Status:** ✅ Merged **Merged:** 11/6/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `pokey/docs-add-javascript-version-of-langgraphsql-agent` --- ### 📝 Commits (10+) - [`b2c3247`](https://github.com/langchain-ai/docs/commit/b2c3247896289ce7ed1654e91f084d8c31e056ef) docs: Add javascript version of langgraph/sql-agent - [`20a43fa`](https://github.com/langchain-ai/docs/commit/20a43faaf70c2b7e55d04ee1147806aefb4cc0ef) Reduce duplication - [`bed6df7`](https://github.com/langchain-ai/docs/commit/bed6df72c4a29692f9d5f77e55bfc2ab95cefe9b) More cleanup - [`a600f2a`](https://github.com/langchain-ai/docs/commit/a600f2a6dd48ec0f049fc9ec16e05632304b02f9) Fix imports - [`82ef3de`](https://github.com/langchain-ai/docs/commit/82ef3de2610bfa95033fbd8063319cd2ce92d8f5) whoops - [`7841959`](https://github.com/langchain-ai/docs/commit/7841959511209223cad2a72962631c3c1411019e) cleanup - [`b3b3a9a`](https://github.com/langchain-ai/docs/commit/b3b3a9a712136632be8e7a69a229df4748f45d1e) Merge branch 'main' into pokey/docs-add-javascript-version-of-langgraphsql-agent - [`00e1492`](https://github.com/langchain-ai/docs/commit/00e1492c9b5d1de39135c21094c5864c94e0ccf1) cr - [`ee5be13`](https://github.com/langchain-ai/docs/commit/ee5be13625371ee72ac36aab3db51acd0758c12e) Apply suggestions from code review - [`e6e9dc8`](https://github.com/langchain-ai/docs/commit/e6e9dc8ad4d865f7e8c637ca85fe97b6cb641344) Merge branch 'main' into pokey/docs-add-javascript-version-of-langgraphsql-agent ### 📊 Changes **1 file changed** (+446 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/langgraph/sql-agent.mdx` (+446 -7) </details> ### 📄 Description Just translates the Python version of the langgraph sql-agent tutorial to js. - Depends on https://github.com/langchain-ai/langchainjs/pull/9228 - See also https://github.com/langchain-ai/langgraphjs/pull/1750/ --- <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:22:01 -05:00
yindo closed this issue 2026-02-17 17:22:01 -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#1250