[PR #1946] [MERGED] Reworked example of deploying with strands using Functional API #1997

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1946
Author: @catherine-langchain
Created: 12/16/2025
Status: Merged
Merged: 12/19/2025
Merged by: @catherine-langchain

Base: mainHead: deploy-other-framework


📝 Commits (4)

  • 5eb7347 Reworked example of deploying with strands using Functional API
  • cf7d310 Merge branch 'main' into deploy-other-framework
  • 4b9eda4 Incorporating suggestions from review
  • 3e3b1e2 Added strands agent sdk link and redirects from other pages

📊 Changes

5 files changed (+109 additions, -331 deletions)

View changed files

📝 src/docs.json (+1 -1)
📝 src/langsmith/app-development.mdx (+2 -2)
src/langsmith/autogen-integration.mdx (+0 -327)
src/langsmith/deploy-other-frameworks.mdx (+105 -0)
📝 src/oss/langgraph/use-functional-api.mdx (+1 -1)

📄 Description

Overview

Type of change

Type: [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other]

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

(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/1946 **Author:** [@catherine-langchain](https://github.com/catherine-langchain) **Created:** 12/16/2025 **Status:** ✅ Merged **Merged:** 12/19/2025 **Merged by:** [@catherine-langchain](https://github.com/catherine-langchain) **Base:** `main` ← **Head:** `deploy-other-framework` --- ### 📝 Commits (4) - [`5eb7347`](https://github.com/langchain-ai/docs/commit/5eb73472c55c55455fd03f53e167d6bb508c032e) Reworked example of deploying with strands using Functional API - [`cf7d310`](https://github.com/langchain-ai/docs/commit/cf7d310eb84da3d5b8e3a171a9789d645fd76cf9) Merge branch 'main' into deploy-other-framework - [`4b9eda4`](https://github.com/langchain-ai/docs/commit/4b9eda482ccad05fd43a2d05845d20e0a2ad4ac7) Incorporating suggestions from review - [`3e3b1e2`](https://github.com/langchain-ai/docs/commit/3e3b1e2c022354324d7964d997a345d940d2bd11) Added strands agent sdk link and redirects from other pages ### 📊 Changes **5 files changed** (+109 additions, -331 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+1 -1) 📝 `src/langsmith/app-development.mdx` (+2 -2) ➖ `src/langsmith/autogen-integration.mdx` (+0 -327) ➕ `src/langsmith/deploy-other-frameworks.mdx` (+105 -0) 📝 `src/oss/langgraph/use-functional-api.mdx` (+1 -1) </details> ### 📄 Description ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** [Replace with: New documentation page / Update existing documentation / Fix typo/bug/link/formatting / Remove outdated content / Other] ## 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) --> - GitHub issue: - Feature PR: <!-- For LangChain employees, if applicable: --> - Linear issue: - Slack thread: ## Checklist <!-- Put an 'x' in all boxes that apply --> - [ ] I have read the [contributing guidelines](README.md) - [ ] 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](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:22:57 -05:00
yindo closed this issue 2026-02-17 17:22:57 -05:00
yindo changed title from [PR #1946] Reworked example of deploying with strands using Functional API to [PR #1946] [MERGED] Reworked example of deploying with strands using Functional API 2026-06-05 18:16:05 -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#1997