[PR #903] [MERGED] docs: cicd example guide #1131

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/903
Author: @itsperini
Created: 10/15/2025
Status: Merged
Merged: 10/22/2025
Merged by: @lnhsingh

Base: mainHead: marco/cicd-example


📝 Commits (10+)

  • cb5ddb2 docs: cicd example guide
  • 60ace92 Update src/langsmith/cicd-pipeline-example.mdx
  • 2ef300b Update src/langsmith/cicd-pipeline-example.mdx
  • ff81677 Update src/langsmith/cicd-pipeline-example.mdx
  • bb2d417 Update src/langsmith/cicd-pipeline-example.mdx
  • ace2699 Update src/langsmith/cicd-pipeline-example.mdx
  • e410301 Update src/langsmith/cicd-pipeline-example.mdx
  • ebd89c4 Update src/langsmith/cicd-pipeline-example.mdx
  • a80f717 Update src/langsmith/cicd-pipeline-example.mdx
  • ef2f262 Update src/langsmith/cicd-pipeline-example.mdx

📊 Changes

5 files changed (+327 additions, -1 deletions)

View changed files

📝 src/docs.json (+2 -1)
src/langsmith/cicd-pipeline-example.mdx (+325 -0)
src/langsmith/images/cicd-new-lgp-revision.png (+0 -0)
src/langsmith/images/cicd-studio-cli.png (+0 -0)
src/langsmith/images/cicd-test-with-results.png (+0 -0)

📄 Description

Overview

New section under LangSmith>Deployments>Configure for deployment with an example of cicd pipeline for a langgraph agent. It is built on top of this repo

Type of change

Type: New documentation page

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

🔄 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/903 **Author:** [@itsperini](https://github.com/itsperini) **Created:** 10/15/2025 **Status:** ✅ Merged **Merged:** 10/22/2025 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `marco/cicd-example` --- ### 📝 Commits (10+) - [`cb5ddb2`](https://github.com/langchain-ai/docs/commit/cb5ddb242dd322934ceadb7c84ae41f4273d0e3b) docs: cicd example guide - [`60ace92`](https://github.com/langchain-ai/docs/commit/60ace92c899a1bc4965fc231e71b43cd58c0e28c) Update src/langsmith/cicd-pipeline-example.mdx - [`2ef300b`](https://github.com/langchain-ai/docs/commit/2ef300bea819054d9d518ef7475b82a312bca3a0) Update src/langsmith/cicd-pipeline-example.mdx - [`ff81677`](https://github.com/langchain-ai/docs/commit/ff816778d41f0b63c21cca13234014865f016b2b) Update src/langsmith/cicd-pipeline-example.mdx - [`bb2d417`](https://github.com/langchain-ai/docs/commit/bb2d417f07704266467b0c05a7e6265c3d123bee) Update src/langsmith/cicd-pipeline-example.mdx - [`ace2699`](https://github.com/langchain-ai/docs/commit/ace2699e1916a34861be82d5b695bd3fc71479b5) Update src/langsmith/cicd-pipeline-example.mdx - [`e410301`](https://github.com/langchain-ai/docs/commit/e410301f6d3e7fb9c045c91656b51face99a22d7) Update src/langsmith/cicd-pipeline-example.mdx - [`ebd89c4`](https://github.com/langchain-ai/docs/commit/ebd89c446f5d493b82ccfa0d6afdfa6081747f55) Update src/langsmith/cicd-pipeline-example.mdx - [`a80f717`](https://github.com/langchain-ai/docs/commit/a80f717a2bf841d47e95c03ee44ae0668e59945c) Update src/langsmith/cicd-pipeline-example.mdx - [`ef2f262`](https://github.com/langchain-ai/docs/commit/ef2f262633f641eb5eada52f06423c3796cc18ec) Update src/langsmith/cicd-pipeline-example.mdx ### 📊 Changes **5 files changed** (+327 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -1) ➕ `src/langsmith/cicd-pipeline-example.mdx` (+325 -0) ➕ `src/langsmith/images/cicd-new-lgp-revision.png` (+0 -0) ➕ `src/langsmith/images/cicd-studio-cli.png` (+0 -0) ➕ `src/langsmith/images/cicd-test-with-results.png` (+0 -0) </details> ### 📄 Description ## Overview New section under `LangSmith>Deployments>Configure for deployment` with an example of cicd pipeline for a langgraph agent. It is built on top of [this repo](https://github.com/langchain-ai/cicd-pipeline-example) ## Type of change **Type:** New documentation page ## Checklist <!-- Put an 'x' in all boxes 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 --- <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:47 -05:00
yindo closed this issue 2026-02-17 17:21:47 -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#1131