[PR #645] [MERGED] [Docs] Lint #1586

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/645
Author: @hinthornw
Created: 6/11/2024
Status: Merged
Merged: 6/11/2024
Merged by: @hinthornw

Base: mainHead: wfh/format


📝 Commits (10+)

📊 Changes

67 files changed (+737 additions, -846 deletions)

View changed files

📝 docs/_scripts/copy_notebooks.py (+4 -0)
📝 docs/docs/tutorials/index.md (+4 -0)
📝 docs/mkdocs.yml (+2 -0)
📝 examples/agent_executor/base.ipynb (+6 -4)
📝 examples/agent_executor/force-calling-a-tool-first.ipynb (+6 -4)
📝 examples/agent_executor/human-in-the-loop.ipynb (+6 -4)
📝 examples/agent_executor/managing-agent-steps.ipynb (+6 -4)
📝 examples/async.ipynb (+5 -3)
📝 examples/branching.ipynb (+20 -17)
📝 examples/chat_agent_executor_with_function_calling/anthropic.ipynb (+4 -3)
📝 examples/chat_agent_executor_with_function_calling/base.ipynb (+7 -5)
📝 examples/chat_agent_executor_with_function_calling/dynamically-returning-directly.ipynb (+8 -6)
📝 examples/chat_agent_executor_with_function_calling/force-calling-a-tool-first.ipynb (+6 -4)
📝 examples/chat_agent_executor_with_function_calling/high-level-tools.ipynb (+4 -3)
📝 examples/chat_agent_executor_with_function_calling/human-in-the-loop.ipynb (+7 -5)
📝 examples/chat_agent_executor_with_function_calling/managing-agent-steps.ipynb (+7 -5)
📝 examples/chat_agent_executor_with_function_calling/prebuilt-tool-node.ipynb (+4 -3)
📝 examples/chat_agent_executor_with_function_calling/respond-in-format.ipynb (+12 -7)
📝 examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb (+1 -5)
📝 examples/chatbots/information-gather-prompting.ipynb (+7 -6)

...and 47 more files

📄 Description

Caught a few unbound locals, missing imports, etc.

Gotta tighten up this ship.


🔄 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/645 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 6/11/2024 **Status:** ✅ Merged **Merged:** 6/11/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/format` --- ### 📝 Commits (10+) - [`494f99a`](https://github.com/langchain-ai/langgraph/commit/494f99a00e10e260d604a5f04dc13d12cebd4205) Format - [`d2f3d51`](https://github.com/langchain-ai/langgraph/commit/d2f3d5119b3beb78cd087d15ad37e593e91ebb50) format - [`556fe64`](https://github.com/langchain-ai/langgraph/commit/556fe644801c1323e854d05e0fc0d5c4ad0dacaf) format - [`f3ea248`](https://github.com/langchain-ai/langgraph/commit/f3ea248062856f140d7173c6fbc48209b3f65d92) Run Ruff Check - [`712aaee`](https://github.com/langchain-ai/langgraph/commit/712aaee1ef9dbf32cd836dab4f32b8edf4cb6957) fixup - [`4c592ae`](https://github.com/langchain-ai/langgraph/commit/4c592ae859bd509b87ca6e85d1b3ed3120ecf8f2) Merge branch 'main' into wfh/format - [`9bcaa25`](https://github.com/langchain-ai/langgraph/commit/9bcaa25c23015338ea269ad8d8d2aee66fdc3caa) format - [`c52e491`](https://github.com/langchain-ai/langgraph/commit/c52e4915299370c321593140877e967a19c46533) Lint + format - [`960993a`](https://github.com/langchain-ai/langgraph/commit/960993a2d781dc50cbef897677426ec503dda03a) Merge branch 'main' into wfh/format - [`18b2770`](https://github.com/langchain-ai/langgraph/commit/18b2770c582c2d57cfc199af606bb24000c54e4e) why not ### 📊 Changes **67 files changed** (+737 additions, -846 deletions) <details> <summary>View changed files</summary> 📝 `docs/_scripts/copy_notebooks.py` (+4 -0) 📝 `docs/docs/tutorials/index.md` (+4 -0) 📝 `docs/mkdocs.yml` (+2 -0) 📝 `examples/agent_executor/base.ipynb` (+6 -4) 📝 `examples/agent_executor/force-calling-a-tool-first.ipynb` (+6 -4) 📝 `examples/agent_executor/human-in-the-loop.ipynb` (+6 -4) 📝 `examples/agent_executor/managing-agent-steps.ipynb` (+6 -4) 📝 `examples/async.ipynb` (+5 -3) 📝 `examples/branching.ipynb` (+20 -17) 📝 `examples/chat_agent_executor_with_function_calling/anthropic.ipynb` (+4 -3) 📝 `examples/chat_agent_executor_with_function_calling/base.ipynb` (+7 -5) 📝 `examples/chat_agent_executor_with_function_calling/dynamically-returning-directly.ipynb` (+8 -6) 📝 `examples/chat_agent_executor_with_function_calling/force-calling-a-tool-first.ipynb` (+6 -4) 📝 `examples/chat_agent_executor_with_function_calling/high-level-tools.ipynb` (+4 -3) 📝 `examples/chat_agent_executor_with_function_calling/human-in-the-loop.ipynb` (+7 -5) 📝 `examples/chat_agent_executor_with_function_calling/managing-agent-steps.ipynb` (+7 -5) 📝 `examples/chat_agent_executor_with_function_calling/prebuilt-tool-node.ipynb` (+4 -3) 📝 `examples/chat_agent_executor_with_function_calling/respond-in-format.ipynb` (+12 -7) 📝 `examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb` (+1 -5) 📝 `examples/chatbots/information-gather-prompting.ipynb` (+7 -6) _...and 47 more files_ </details> ### 📄 Description Caught a few unbound locals, missing imports, etc. Gotta tighten up this ship. --- <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:05 -05:00
yindo closed this issue 2026-02-20 17:45:05 -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#1586