[PR #4001] [MERGED] docs: add langgraph-state-machine to community middleware table #4009

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4001
Author: @mahmoud661
Created: 5/13/2026
Status: Merged
Merged: 5/28/2026
Merged by: @npentrel

Base: mainHead: main


📝 Commits (2)

  • 82b9275 docs: add langgraph-state-machine to community middleware table
  • ce78ac5 Merge branch 'main' into main

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 src/oss/python/integrations/middleware/index.mdx (+1 -0)

📄 Description

Overview

Adds langgraph-state-machine to the community middleware table. A section-based flow control middleware for LangGraph React agents that divides conversations into discrete phases, each with scoped tools, prompts, auto-transitions, branching support, and optional per-section LLM override.

Type of change

Type: Update existing documentation

Related issues/PRs

  • GitHub issue: N/A
  • Feature PR: N/A

Checklist

  • I have read the contributing guidelines
  • All code examples have been tested and work correctly

Additional notes

Repo: https://github.com/mahmoud661/langgraph-state-machine


🔄 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/4001 **Author:** [@mahmoud661](https://github.com/mahmoud661) **Created:** 5/13/2026 **Status:** ✅ Merged **Merged:** 5/28/2026 **Merged by:** [@npentrel](https://github.com/npentrel) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (2) - [`82b9275`](https://github.com/langchain-ai/docs/commit/82b927540fa879e4d498b0b8bc5ab2f604a6ad89) docs: add langgraph-state-machine to community middleware table - [`ce78ac5`](https://github.com/langchain-ai/docs/commit/ce78ac5b02f995150e932bdd585cdbdc24d367e5) Merge branch 'main' into main ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/oss/python/integrations/middleware/index.mdx` (+1 -0) </details> ### 📄 Description ## Overview Adds langgraph-state-machine to the community middleware table. A section-based flow control middleware for LangGraph React agents that divides conversations into discrete phases, each with scoped tools, prompts, auto-transitions, branching support, and optional per-section LLM override. ## Type of change **Type:** Update existing documentation ## Related issues/PRs - GitHub issue: N/A - Feature PR: N/A ## Checklist - [x] I have read the contributing guidelines - [x] All code examples have been tested and work correctly ## Additional notes Repo: https://github.com/mahmoud661/langgraph-state-machine --- <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:53:53 -04:00
yindo closed this issue 2026-06-05 18:53:53 -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#4009