- Notifications
You must be signed in to change notification settings - Fork2.7k
Pull requests: langchain-ai/langgraph
Author
Uh oh!
There was an error while loading.Please reload this page.
Label
Uh oh!
There was an error while loading.Please reload this page.
Projects
Uh oh!
There was an error while loading.Please reload this page.
Milestones
Uh oh!
There was an error while loading.Please reload this page.
Reviews
Assignee
Assigned to nobodyLoading
Uh oh!
There was an error while loading.Please reload this page.
Sort
Pull requests list
Fix: Handle END node specially in _control_branch to prevent unknown …
#5586 openedJul 19, 2025 byVirtuoso461Loading…
The warning was caused by the _control_branch function in langgraph/graph/state.py not handling the END node specially. When processing Command(goto=END, ...), it was generating "branch:to:__end__" as a channel name, but END is a special terminal node, not a regular channel.Fix: Handle END node specially in _control_branch to prevent unknown …
#5585 openedJul 19, 2025 byVirtuoso461Loading…
fix(docs): Change of condition arguments in Command API example for ease of reading.
#5571 openedJul 18, 2025 byyagneshmbLoading…
[open-swe] fix: Add node validation for Command goto targets open-swe
#5567 openedJul 17, 2025 byopen-swebotLoading…
[open-swe] docs: Create AGENTS.md with repository guidelines open-swe
#5553 openedJul 17, 2025 byopen-swebotLoading…
docs(docs): fix image in "Run graph nodes in parallel" section of N Graph API how-to
#5527 openedJul 16, 2025 bydonMichaelLLoading…
fix(langgraph): preserve run_id and run_name in RemoteGraph config sanitization
#5516 openedJul 15, 2025 byjitokimLoading…
fix(docs): Add missing imports to make examples runnable
#5477 openedJul 14, 2025 byKai-WendelLoading…
ProTip! What’s not been updated in a month:updated:<2025-06-19.