[PR #3218] [MERGED] docs: add examples for Agent Server custom routes with JS #3282

Closed
opened 2026-06-05 18:21:40 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3218
Author: @jdrogers940
Created: 3/19/2026
Status: Merged
Merged: 3/27/2026
Merged by: @jdrogers940

Base: mainHead: jdr/js-custom-routes


📝 Commits (7)

  • 39c9a1e docs: add examples for Agent Server custom routes with JS
  • 300431a Merge branch 'main' into jdr/js-custom-routes
  • 275d6f8 Merge branch 'main' into jdr/js-custom-routes
  • ee48277 fix cli command
  • d4a708c switch to yarn commands
  • c71f0e6 Update src/langsmith/custom-routes.mdx
  • 5cff58d Merge branch 'main' into jdr/js-custom-routes

📊 Changes

1 file changed (+82 additions, -35 deletions)

View changed files

📝 src/langsmith/custom-routes.mdx (+82 -35)

📄 Description

Overview

Adding an example of configuring custom routes for Agent Server in JS.

Type of change

Type: Update existing documentation

Related issues/PRs

Checklist

  • I have read the contributing guidelines, including the language policy
  • 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

(Internal team members only / optional): Create a preview deployment as necessary 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/3218 **Author:** [@jdrogers940](https://github.com/jdrogers940) **Created:** 3/19/2026 **Status:** ✅ Merged **Merged:** 3/27/2026 **Merged by:** [@jdrogers940](https://github.com/jdrogers940) **Base:** `main` ← **Head:** `jdr/js-custom-routes` --- ### 📝 Commits (7) - [`39c9a1e`](https://github.com/langchain-ai/docs/commit/39c9a1e70798f81b673aebc56eaa1612a517290b) docs: add examples for Agent Server custom routes with JS - [`300431a`](https://github.com/langchain-ai/docs/commit/300431a0435d4a57a42dbfd983a35bce13fc70d6) Merge branch 'main' into jdr/js-custom-routes - [`275d6f8`](https://github.com/langchain-ai/docs/commit/275d6f84d7aa1eba4d9a3958a57a5fe6789a6c4e) Merge branch 'main' into jdr/js-custom-routes - [`ee48277`](https://github.com/langchain-ai/docs/commit/ee48277683a6ac035e997879a13fce6ee1e6b811) fix cli command - [`d4a708c`](https://github.com/langchain-ai/docs/commit/d4a708c00345ecb9b391bfcc18a7f4f75c0b7126) switch to yarn commands - [`c71f0e6`](https://github.com/langchain-ai/docs/commit/c71f0e6d803ab51a8883c54bd109b9463652b792) Update src/langsmith/custom-routes.mdx - [`5cff58d`](https://github.com/langchain-ai/docs/commit/5cff58d1ef749095a703556e93ffd5b2b953f53e) Merge branch 'main' into jdr/js-custom-routes ### 📊 Changes **1 file changed** (+82 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/custom-routes.mdx` (+82 -35) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> Adding an example of configuring custom routes for Agent Server in JS. ## Type of change **Type:** Update existing documentation ## Related issues/PRs <!-- Link to related issues, feature PRs, or discussions (if applicable) To automatically close an issue when this PR is merged, use closing keywords: - "closes #123" or "fixes #123" or "resolves #123" For regular references without auto-closing, just use: - "#123" or "See issue #123" Examples: - closes #456 (will auto-close issue #456 when PR is merged) - See #789 for context (will reference but not auto-close issue #789) --> - Slack thread: https://langchain.slack.com/archives/C089RDWTKU4/p1773809316572759 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x] I have read the [contributing guidelines](README.md), including the [language policy](https://docs.langchain.com/oss/python/contributing/overview#language-policy) - [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 (Internal team members only / optional): Create a preview deployment as necessary 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-06-05 18:21:40 -04:00
yindo closed this issue 2026-06-05 18:21:40 -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#3282