[PR #455] [CLOSED] Update set_start|finish examples to just use edges #1479

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/455
Author: @hinthornw
Created: 5/14/2024
Status: Closed

Base: mainHead: wfh/update_start_end_recs


📝 Commits (9)

📊 Changes

62 files changed (+585 additions, -178 deletions)

View changed files

📝 Makefile (+1 -1)
📝 README.md (+5 -5)
📝 docs/docs/concepts/index.md (+14 -14)
📝 docs/docs/index.md (+1 -1)
📝 docs/docs/reference/graphs.md (+1 -1)
📝 docs/docs/reference/prebuilt.md (+16 -6)
📝 examples/agent_executor/base.ipynb (+1 -1)
📝 examples/agent_executor/force-calling-a-tool-first.ipynb (+1 -1)
📝 examples/agent_executor/human-in-the-loop.ipynb (+1 -1)
📝 examples/agent_executor/managing-agent-steps.ipynb (+1 -1)
📝 examples/async.ipynb (+1 -1)
📝 examples/branching.ipynb (+6 -6)
📝 examples/chat_agent_executor_with_function_calling/anthropic.ipynb (+1 -1)
📝 examples/chat_agent_executor_with_function_calling/base.ipynb (+1 -1)
📝 examples/chat_agent_executor_with_function_calling/dynamically-returning-directly.ipynb (+1 -1)
📝 examples/chat_agent_executor_with_function_calling/force-calling-a-tool-first.ipynb (+1 -1)
📝 examples/chat_agent_executor_with_function_calling/human-in-the-loop.ipynb (+1 -1)
📝 examples/chat_agent_executor_with_function_calling/managing-agent-steps.ipynb (+1 -1)
📝 examples/chat_agent_executor_with_function_calling/prebuilt-tool-node.ipynb (+1 -1)
📝 examples/chat_agent_executor_with_function_calling/respond-in-format.ipynb (+1 -1)

...and 42 more files

📄 Description

No description provided


🔄 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/455 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `wfh/update_start_end_recs` --- ### 📝 Commits (9) - [`2d7414c`](https://github.com/langchain-ai/langgraph/commit/2d7414c65e24681042520b66cdcfa207e9ca8a40) Update the start nodes - [`695d1ca`](https://github.com/langchain-ai/langgraph/commit/695d1caa743a95bf42b6a31328f616c9d4ddf611) Update finish nodes - [`3fdb883`](https://github.com/langchain-ai/langgraph/commit/3fdb883b77554d9a2a76fc5d9e0734d5d3d9cceb) Update the edge prefs - [`6653744`](https://github.com/langchain-ai/langgraph/commit/66537441a5069fcb04b603fea3c267b3c6a268cd) start - [`7dd9a1b`](https://github.com/langchain-ai/langgraph/commit/7dd9a1be42918915cbe8e464befa42b9f9a8d4be) Merge branch 'main' into wfh/update_start_end_recs - [`5736a79`](https://github.com/langchain-ai/langgraph/commit/5736a794953e2027b22d162957ed241fd440b5aa) Export START (#467) - [`2cb7c65`](https://github.com/langchain-ai/langgraph/commit/2cb7c65734ea9cb88f405fcb7b99b5ff7ef2dff4) Rm __end__ in lats (#469) - [`f43a260`](https://github.com/langchain-ai/langgraph/commit/f43a26043ad166800a61382f0808ba6d43d53ff5) Tool Validator Node (#468) - [`b763939`](https://github.com/langchain-ai/langgraph/commit/b7639398c6b7aad956dbc0522a8879e11c617e52) Cleanup spacing in docstring (#470) ### 📊 Changes **62 files changed** (+585 additions, -178 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+1 -1) 📝 `README.md` (+5 -5) 📝 `docs/docs/concepts/index.md` (+14 -14) 📝 `docs/docs/index.md` (+1 -1) 📝 `docs/docs/reference/graphs.md` (+1 -1) 📝 `docs/docs/reference/prebuilt.md` (+16 -6) 📝 `examples/agent_executor/base.ipynb` (+1 -1) 📝 `examples/agent_executor/force-calling-a-tool-first.ipynb` (+1 -1) 📝 `examples/agent_executor/human-in-the-loop.ipynb` (+1 -1) 📝 `examples/agent_executor/managing-agent-steps.ipynb` (+1 -1) 📝 `examples/async.ipynb` (+1 -1) 📝 `examples/branching.ipynb` (+6 -6) 📝 `examples/chat_agent_executor_with_function_calling/anthropic.ipynb` (+1 -1) 📝 `examples/chat_agent_executor_with_function_calling/base.ipynb` (+1 -1) 📝 `examples/chat_agent_executor_with_function_calling/dynamically-returning-directly.ipynb` (+1 -1) 📝 `examples/chat_agent_executor_with_function_calling/force-calling-a-tool-first.ipynb` (+1 -1) 📝 `examples/chat_agent_executor_with_function_calling/human-in-the-loop.ipynb` (+1 -1) 📝 `examples/chat_agent_executor_with_function_calling/managing-agent-steps.ipynb` (+1 -1) 📝 `examples/chat_agent_executor_with_function_calling/prebuilt-tool-node.ipynb` (+1 -1) 📝 `examples/chat_agent_executor_with_function_calling/respond-in-format.ipynb` (+1 -1) _...and 42 more files_ </details> ### 📄 Description _No description provided_ --- <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:44:49 -05:00
yindo closed this issue 2026-02-20 17:44:49 -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#1479