[PR #1520] [CLOSED] Add Agent Execution Flow section with diagram #1612

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/1520
Author: @dudududukim
Created: 11/18/2025
Status: Closed

Base: mainHead: patch-1


📝 Commits (3)

  • 5a1ddfc Add Agent Execution Flow section with diagram
  • da128d3 Add agent middleware flow diagram (SVG)
  • ae68566 Fix image path and format for agent middleware flow diagram

📊 Changes

2 files changed (+9 additions, -0 deletions)

View changed files

src/images/agent-middleware-flow.svg (+2 -0)
📝 src/oss/langchain/agents.mdx (+7 -0)

📄 Description

This PR adds a new "Agent Execution Flow" section with a detailed diagram showing the middleware support in LangChain agents.

Overview

Added a new section explaining the agent execution flow with a visual diagram that illustrates how middleware integrates with the agent's execution graph.

Type of change

  • New documentation page
  • Update existing documentation
  • Fix typo/bug/link/formatting
  • Remove outdated content
  • Other

Related issues/PRs

N/A

Additional notes

The diagram image reference is included in the markdown but the actual image file needs to be uploaded separately.


🔄 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/1520 **Author:** [@dudududukim](https://github.com/dudududukim) **Created:** 11/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`5a1ddfc`](https://github.com/langchain-ai/docs/commit/5a1ddfcc4f923321bc351ce780b902bbfa7013b2) Add Agent Execution Flow section with diagram - [`da128d3`](https://github.com/langchain-ai/docs/commit/da128d31376621e85897a80a1cd3d9f6b9867d86) Add agent middleware flow diagram (SVG) - [`ae68566`](https://github.com/langchain-ai/docs/commit/ae68566582fb11f5548a5ea73924f06687a88fcb) Fix image path and format for agent middleware flow diagram ### 📊 Changes **2 files changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/images/agent-middleware-flow.svg` (+2 -0) 📝 `src/oss/langchain/agents.mdx` (+7 -0) </details> ### 📄 Description This PR adds a new "Agent Execution Flow" section with a detailed diagram showing the middleware support in LangChain agents. ## Overview Added a new section explaining the agent execution flow with a visual diagram that illustrates how middleware integrates with the agent's execution graph. ## Type of change - [x] New documentation page - [ ] Update existing documentation - [ ] Fix typo/bug/link/formatting - [ ] Remove outdated content - [ ] Other ## Related issues/PRs N/A ## Additional notes The diagram image reference is included in the markdown but the actual image file needs to be uploaded separately. --- <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:32 -05:00
yindo closed this issue 2026-02-17 17:22:32 -05:00
yindo changed title from [PR #1520] Add Agent Execution Flow section with diagram to [PR #1520] [CLOSED] Add Agent Execution Flow section with diagram 2026-06-05 18:13:56 -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#1612