[PR #101] [MERGED] Add diagram for agent executor example #490

Closed
opened 2026-02-15 18:17:10 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/101
Author: @ric9176
Created: 3/26/2024
Status: Merged
Merged: 3/26/2024
Merged by: @jacoblee93

Base: mainHead: main


📝 Commits (1)

  • c707e37 Add diagram for agent executor example

📊 Changes

2 files changed (+3 additions, -1 deletions)

View changed files

📝 examples/agent_executor/base.ipynb (+3 -1)
examples/agent_executor/img/agent-executor-diagram.png (+0 -0)

📄 Description

This PR adds a basic diagram for the agent executor example. I've used the same colors and style as in other diagrams and lined up the naming with the code.

I just thought I'd PR this as I sketched it while working through the examples.

Using a diagrams as code solution such as mermaid could be a good way to iterate more easily on diagrams and make them all uniform in terms of styling 😀

Really enjoying the work the team is doing here!


🔄 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/langgraphjs/pull/101 **Author:** [@ric9176](https://github.com/ric9176) **Created:** 3/26/2024 **Status:** ✅ Merged **Merged:** 3/26/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`c707e37`](https://github.com/langchain-ai/langgraphjs/commit/c707e372f282abf57f6948b56c5d12f0586467fa) Add diagram for agent executor example ### 📊 Changes **2 files changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `examples/agent_executor/base.ipynb` (+3 -1) ➕ `examples/agent_executor/img/agent-executor-diagram.png` (+0 -0) </details> ### 📄 Description This PR adds a basic diagram for the agent executor example. I've used the same colors and style as in other diagrams and lined up the naming with the code. I just thought I'd PR this as I sketched it while working through the examples. Using a diagrams as code solution such as [mermaid](https://mermaid.js.org/) could be a good way to iterate more easily on diagrams and make them all uniform in terms of styling 😀 Really enjoying the work the team is doing here! --- <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-15 18:17:10 -05:00
yindo closed this issue 2026-02-15 18:17:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#490