[PR #1920] [CLOSED] state machine wip #1974

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1920
Author: @eyurtsev
Created: 12/15/2025
Status: Closed

Base: mainHead: eugene/state_machine


📝 Commits (10+)

📊 Changes

7 files changed (+3937 additions, -286 deletions)

View changed files

📝 pyproject.toml (+2 -0)
📝 src/docs.json (+2 -0)
src/oss/langchain/customer-support-state-machine.mdx (+815 -0)
📝 src/oss/langchain/multi-agent.mdx (+1346 -114)
src/oss/langchain/progressive-disclosure-skills.mdx (+1000 -0)
📝 src/oss/learn.mdx (+8 -0)
📝 uv.lock (+764 -172)

📄 Description

  • x
  • x
  • x
  • x
  • x
  • x
  • x
  • x
  • x
  • x
  • updates
  • edits
  • consolidate
  • initial pass
  • removing crap
  • refactoring
  • back to this
  • more
  • another
  • better
  • intro
  • headings
  • fix CI
  • another revision
  • new
  • update tutorials for handoffs (#1874)
  • update wording to use state machine (#1884)
  • more improvements (#1887)
  • concepts docs rework (wip) (#1895)
  • x

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/1920 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 12/15/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `eugene/state_machine` --- ### 📝 Commits (10+) - [`0b05597`](https://github.com/langchain-ai/docs/commit/0b055971e7861f25d07512d878b672c976a4ee64) x - [`05370e8`](https://github.com/langchain-ai/docs/commit/05370e81a7ecb575ed39ee3c7fd612bfb0c65c76) x - [`e5e84b6`](https://github.com/langchain-ai/docs/commit/e5e84b6fd7855f01e45f5de30c3cfc0667c021ae) x - [`f416958`](https://github.com/langchain-ai/docs/commit/f416958a987b86df197df9d837b757752e7e92e0) x - [`bb85dd7`](https://github.com/langchain-ai/docs/commit/bb85dd78e026a9411228fecd3de2b1a757f939ab) x - [`6b7a67f`](https://github.com/langchain-ai/docs/commit/6b7a67f49992e4a0f525c7427ff77823d4b1a512) x - [`eaabda0`](https://github.com/langchain-ai/docs/commit/eaabda00ca17ae253498fb845a77a2b7c54ec732) x - [`8372808`](https://github.com/langchain-ai/docs/commit/8372808d55025ca3e6cec623d74feefea0bf8528) x - [`2ea2760`](https://github.com/langchain-ai/docs/commit/2ea27601900c0ffd28494564d27b4db7b4e13038) x - [`8447841`](https://github.com/langchain-ai/docs/commit/84478417c1549017863a4e3b4653c700e8bdcb73) x ### 📊 Changes **7 files changed** (+3937 additions, -286 deletions) <details> <summary>View changed files</summary> 📝 `pyproject.toml` (+2 -0) 📝 `src/docs.json` (+2 -0) ➕ `src/oss/langchain/customer-support-state-machine.mdx` (+815 -0) 📝 `src/oss/langchain/multi-agent.mdx` (+1346 -114) ➕ `src/oss/langchain/progressive-disclosure-skills.mdx` (+1000 -0) 📝 `src/oss/learn.mdx` (+8 -0) 📝 `uv.lock` (+764 -172) </details> ### 📄 Description - x - x - x - x - x - x - x - x - x - x - updates - edits - consolidate - initial pass - removing crap - refactoring - back to this - more - another - better - intro - headings - fix CI - another revision - new - update tutorials for handoffs (#1874) - update wording to use state machine (#1884) - more improvements (#1887) - concepts docs rework (wip) (#1895) - x ## 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:55 -05:00
yindo closed this issue 2026-02-17 17:22:55 -05:00
yindo changed title from [PR #1920] state machine wip to [PR #1920] [CLOSED] state machine wip 2026-06-05 18:15:57 -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#1974