[PR #902] [MERGED] [Docs] Update notebooks to use START #1772

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/902
Author: @hinthornw
Created: 7/1/2024
Status: Merged
Merged: 7/2/2024
Merged by: @hinthornw

Base: mainHead: wfh/run_migrations


📝 Commits (5)

📊 Changes

67 files changed (+1059 additions, -20258 deletions)

View changed files

📝 docs/docs/concepts/low_level.md (+6 -11)
📝 examples/agent_executor/base.ipynb (+9 -140)
📝 examples/agent_executor/force-calling-a-tool-first.ipynb (+11 -162)
📝 examples/agent_executor/human-in-the-loop.ipynb (+10 -143)
📝 examples/agent_executor/managing-agent-steps.ipynb (+10 -143)
📝 examples/async.ipynb (+15 -165)
📝 examples/branching.ipynb (+15 -235)
📝 examples/chat_agent_executor_with_function_calling/anthropic.ipynb (+11 -125)
📝 examples/chat_agent_executor_with_function_calling/base.ipynb (+15 -177)
📝 examples/chat_agent_executor_with_function_calling/dynamically-returning-directly.ipynb (+18 -203)
📝 examples/chat_agent_executor_with_function_calling/force-calling-a-tool-first.ipynb (+14 -210)
📝 examples/chat_agent_executor_with_function_calling/human-in-the-loop.ipynb (+13 -183)
📝 examples/chat_agent_executor_with_function_calling/managing-agent-steps.ipynb (+15 -171)
📝 examples/chat_agent_executor_with_function_calling/prebuilt-tool-node.ipynb (+13 -141)
📝 examples/chat_agent_executor_with_function_calling/respond-in-format.ipynb (+18 -227)
📝 examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb (+12 -148)
📝 examples/chatbot-simulation-evaluation/simulation_utils.py (+2 -2)
📝 examples/code_assistant/langgraph_code_assistant.ipynb (+17 -487)
📝 examples/code_assistant/langgraph_code_assistant_mistral.ipynb (+16 -395)
📝 examples/configuration.ipynb (+9 -95)

...and 47 more files

📄 Description

Migrated using gritql to use START instead of the set_entry_point

So we advertise one way of doing things


🔄 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/902 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 7/1/2024 **Status:** ✅ Merged **Merged:** 7/2/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/run_migrations` --- ### 📝 Commits (5) - [`a794f47`](https://github.com/langchain-ai/langgraph/commit/a794f47035f74f4a1c19751d353d3526bded29ec) Update notebooks - [`f45a0ab`](https://github.com/langchain-ai/langgraph/commit/f45a0ab8369e9ad4de17fb3cdb233a08f03eb0f4) entry - [`49f75e6`](https://github.com/langchain-ai/langgraph/commit/49f75e61dbd4933fa543f1fe6bb5b2351a251096) dup - [`d0e1ab4`](https://github.com/langchain-ai/langgraph/commit/d0e1ab443be7d3b4546aa207981b58ef8fc16cdc) concepts - [`53f4fe0`](https://github.com/langchain-ai/langgraph/commit/53f4fe00d7d9c500d5f45c649006087763a739cf) reword ### 📊 Changes **67 files changed** (+1059 additions, -20258 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/concepts/low_level.md` (+6 -11) 📝 `examples/agent_executor/base.ipynb` (+9 -140) 📝 `examples/agent_executor/force-calling-a-tool-first.ipynb` (+11 -162) 📝 `examples/agent_executor/human-in-the-loop.ipynb` (+10 -143) 📝 `examples/agent_executor/managing-agent-steps.ipynb` (+10 -143) 📝 `examples/async.ipynb` (+15 -165) 📝 `examples/branching.ipynb` (+15 -235) 📝 `examples/chat_agent_executor_with_function_calling/anthropic.ipynb` (+11 -125) 📝 `examples/chat_agent_executor_with_function_calling/base.ipynb` (+15 -177) 📝 `examples/chat_agent_executor_with_function_calling/dynamically-returning-directly.ipynb` (+18 -203) 📝 `examples/chat_agent_executor_with_function_calling/force-calling-a-tool-first.ipynb` (+14 -210) 📝 `examples/chat_agent_executor_with_function_calling/human-in-the-loop.ipynb` (+13 -183) 📝 `examples/chat_agent_executor_with_function_calling/managing-agent-steps.ipynb` (+15 -171) 📝 `examples/chat_agent_executor_with_function_calling/prebuilt-tool-node.ipynb` (+13 -141) 📝 `examples/chat_agent_executor_with_function_calling/respond-in-format.ipynb` (+18 -227) 📝 `examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb` (+12 -148) 📝 `examples/chatbot-simulation-evaluation/simulation_utils.py` (+2 -2) 📝 `examples/code_assistant/langgraph_code_assistant.ipynb` (+17 -487) 📝 `examples/code_assistant/langgraph_code_assistant_mistral.ipynb` (+16 -395) 📝 `examples/configuration.ipynb` (+9 -95) _...and 47 more files_ </details> ### 📄 Description Migrated using gritql to use START instead of the set_entry_point So we advertise one way of doing things --- <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:45:31 -05:00
yindo closed this issue 2026-02-20 17:45:31 -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#1772