[PR #1485] [MERGED] [docs]: remove agent executor #2102

Closed
opened 2026-02-20 17:46:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1485
Author: @isahers1
Created: 8/26/2024
Status: Merged
Merged: 8/28/2024
Merged by: @vbarda

Base: mainHead: isaac/removeagentexecutor


📝 Commits (3)

📊 Changes

31 files changed (+917 additions, -342 deletions)

View changed files

📝 examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb (+0 -8)
📝 examples/chatbot-simulation-evaluation/langsmith-agent-simulation-evaluation.ipynb (+0 -8)
📝 examples/cloud_examples/configuration_cloud.ipynb (+0 -8)
📝 examples/cloud_examples/same-thread.ipynb (+0 -8)
📝 examples/create-react-agent-hitl.ipynb (+0 -8)
📝 examples/create-react-agent-memory.ipynb (+0 -8)
📝 examples/create-react-agent-system-prompt.ipynb (+0 -8)
📝 examples/extraction/retries.ipynb (+0 -8)
📝 examples/human_in_the_loop/edit-graph-state.ipynb (+0 -8)
📝 examples/human_in_the_loop/wait-user-input.ipynb (+2 -10)
📝 examples/input_output_schema.ipynb (+0 -8)
📝 examples/llm-compiler/LLMCompiler.ipynb (+0 -8)
📝 examples/map-reduce.ipynb (+0 -8)
📝 examples/memory/add-summary-conversation-history.ipynb (+0 -8)
📝 examples/memory/delete-messages.ipynb (+1 -9)
📝 examples/memory/manage-conversation-history.ipynb (+0 -8)
📝 examples/multi_agent/agent_supervisor.ipynb (+162 -53)
📝 examples/multi_agent/hierarchical_agent_teams.ipynb (+730 -40)
📝 examples/multi_agent/multi-agent-collaboration.ipynb (+20 -20)
📝 examples/pass_private_state.ipynb (+0 -8)

...and 11 more files

📄 Description

also removed a bunch of empty python cells to make docs look slightly nicer


🔄 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/langgraph/pull/1485 **Author:** [@isahers1](https://github.com/isahers1) **Created:** 8/26/2024 **Status:** ✅ Merged **Merged:** 8/28/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `isaac/removeagentexecutor` --- ### 📝 Commits (3) - [`cb961a1`](https://github.com/langchain-ai/langgraph/commit/cb961a14aab904f6f606a739e4524a4e3fd48214) wip - [`561471a`](https://github.com/langchain-ai/langgraph/commit/561471af53b7662eac9dd60d54d3f5c3bdf81663) vadym comments - [`f2e1413`](https://github.com/langchain-ai/langgraph/commit/f2e1413b26965f921af5acac4d65a3a301dda858) vadym comment ### 📊 Changes **31 files changed** (+917 additions, -342 deletions) <details> <summary>View changed files</summary> 📝 `examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb` (+0 -8) 📝 `examples/chatbot-simulation-evaluation/langsmith-agent-simulation-evaluation.ipynb` (+0 -8) 📝 `examples/cloud_examples/configuration_cloud.ipynb` (+0 -8) 📝 `examples/cloud_examples/same-thread.ipynb` (+0 -8) 📝 `examples/create-react-agent-hitl.ipynb` (+0 -8) 📝 `examples/create-react-agent-memory.ipynb` (+0 -8) 📝 `examples/create-react-agent-system-prompt.ipynb` (+0 -8) 📝 `examples/extraction/retries.ipynb` (+0 -8) 📝 `examples/human_in_the_loop/edit-graph-state.ipynb` (+0 -8) 📝 `examples/human_in_the_loop/wait-user-input.ipynb` (+2 -10) 📝 `examples/input_output_schema.ipynb` (+0 -8) 📝 `examples/llm-compiler/LLMCompiler.ipynb` (+0 -8) 📝 `examples/map-reduce.ipynb` (+0 -8) 📝 `examples/memory/add-summary-conversation-history.ipynb` (+0 -8) 📝 `examples/memory/delete-messages.ipynb` (+1 -9) 📝 `examples/memory/manage-conversation-history.ipynb` (+0 -8) 📝 `examples/multi_agent/agent_supervisor.ipynb` (+162 -53) 📝 `examples/multi_agent/hierarchical_agent_teams.ipynb` (+730 -40) 📝 `examples/multi_agent/multi-agent-collaboration.ipynb` (+20 -20) 📝 `examples/pass_private_state.ipynb` (+0 -8) _...and 11 more files_ </details> ### 📄 Description also removed a bunch of empty python cells to make docs look slightly nicer --- <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-20 17:46:17 -05:00
yindo closed this issue 2026-02-20 17:46:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#2102