[PR #428] [MERGED] changes to add an sql-agent example/tutorial #738

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/428
Author: @gladwig2
Created: 9/9/2025
Status: Merged
Merged: 9/10/2025
Merged by: @gladwig2

Base: mainHead: geoff/sql-agent


📝 Commits (6)

  • c31d77e changes to add an sql-agent example/tutorial
  • df88d5c updated links to fix CI/CD error
  • 1277c7a Merge origin/main into current branch
  • 7fdbebf Merge branch 'main' into geoff/sql-agent
  • 1eddd03 style edits
  • 08addf3 cr

📊 Changes

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

View changed files

📝 src/docs.json (+4 -2)
src/oss/images/sql-agent-langgraph.png (+0 -0)
src/oss/langchain/sql-agent.mdx (+1307 -0)

📄 Description

Documentation update

Overview

added sql-agent example.

Preview: https://langchain-5e9cc07a-preview-geoffs-1757520005-6d096a8.mintlify.app/oss/python/langchain/sql-agent

Type of change

  • New documentation page
  • Update existing documentation
  • Fix typo, bug, broken link, or formatting issue
  • Remove outdated content
  • Other (please describe):

Related issues/PRs

  • GitHub issue:
  • Feature PR:
  • Linear issue:
  • Slack thread:

Checklist

  • I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed
  • I have gotten approval from the relevant reviewers
  • (Internal team members only / optional) I have created a preview deployment using the Create Preview Branch workflow

Additional notes


🔄 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/428 **Author:** [@gladwig2](https://github.com/gladwig2) **Created:** 9/9/2025 **Status:** ✅ Merged **Merged:** 9/10/2025 **Merged by:** [@gladwig2](https://github.com/gladwig2) **Base:** `main` ← **Head:** `geoff/sql-agent` --- ### 📝 Commits (6) - [`c31d77e`](https://github.com/langchain-ai/docs/commit/c31d77e37527262e66f621416bc25bf0ba1273e8) changes to add an sql-agent example/tutorial - [`df88d5c`](https://github.com/langchain-ai/docs/commit/df88d5c9d61913a9c78ad2d94407e6327f8f8b99) updated links to fix CI/CD error - [`1277c7a`](https://github.com/langchain-ai/docs/commit/1277c7a9a18afd67c2b03ca2b409bbb654006d70) Merge origin/main into current branch - [`7fdbebf`](https://github.com/langchain-ai/docs/commit/7fdbebfa56e3c831e6b0d9cb5581ba8f0d980db9) Merge branch 'main' into geoff/sql-agent - [`1eddd03`](https://github.com/langchain-ai/docs/commit/1eddd03485d2a12bc1d474fec1c0484879765c4e) style edits - [`08addf3`](https://github.com/langchain-ai/docs/commit/08addf3ee422023a1e82c681262fd577501349e5) cr ### 📊 Changes **3 files changed** (+1311 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+4 -2) ➕ `src/oss/images/sql-agent-langgraph.png` (+0 -0) ➕ `src/oss/langchain/sql-agent.mdx` (+1307 -0) </details> ### 📄 Description # Documentation update ## Overview <!-- Brief description of what documentation is being added/updated --> added sql-agent example. Preview: https://langchain-5e9cc07a-preview-geoffs-1757520005-6d096a8.mintlify.app/oss/python/langchain/sql-agent ## Type of change <!-- Check the relevant box --> - [x] New documentation page - [ ] Update existing documentation - [ ] Fix typo, bug, broken link, or formatting issue - [ ] Remove outdated content - [ ] Other (please describe): ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Check all that apply --> - [x] I have read the [contributing guidelines](README.md) - [x] I have tested my changes locally using `docs dev` - [x] All code examples have been tested and work correctly - [x] I have used **root relative** paths for internal links - [x] I have updated navigation in `src/docs.json` if needed - [ ] I have gotten approval from the relevant reviewers - [ ] (Internal team members only / optional) I have created a preview deployment using the [Create Preview Branch workflow](https://github.com/langchain-ai/docs/actions/workflows/create-preview-branch.yml) ## Additional notes <!-- Any other information that would be helpful for reviewers --> --- <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:01 -05:00
yindo closed this issue 2026-02-17 17:21: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#738