[PR #419] [MERGED] Add Spellcheck #1456

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/419
Author: @hinthornw
Created: 5/8/2024
Status: Merged
Merged: 5/8/2024
Merged by: @hinthornw

Base: mainHead: wfh/spelling


📝 Commits (9)

📊 Changes

39 files changed (+272 additions, -82 deletions)

View changed files

.github/workflows/codespell.yml (+40 -0)
.github/workflows/extract_ignored_words_list.py (+10 -0)
📝 README.md (+2 -2)
📝 examples/agent_executor/base.ipynb (+2 -2)
📝 examples/agent_executor/force-calling-a-tool-first.ipynb (+2 -2)
📝 examples/chat_agent_executor_with_function_calling/high-level-tools.ipynb (+1 -1)
📝 examples/chat_agent_executor_with_function_calling/respond-in-format.ipynb (+140 -0)
📝 examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb (+1 -1)
📝 examples/chatbot-simulation-evaluation/langsmith-agent-simulation-evaluation.ipynb (+2 -2)
📝 examples/code_assistant/langgraph_code_assistant.ipynb (+2 -2)
📝 examples/configuration.ipynb (+1 -1)
📝 examples/customer-support/customer-support.ipynb (+12 -12)
📝 examples/docs/quickstart.ipynb (+2 -2)
📝 examples/introduction.ipynb (+5 -5)
📝 examples/lats/lats.ipynb (+1 -1)
📝 examples/llm-compiler/LLMCompiler.ipynb (+1 -1)
📝 examples/llm-compiler/math_tools.py (+2 -2)
📝 examples/multi_agent/agent_supervisor.ipynb (+1 -1)
📝 examples/multi_agent/hierarchical_agent_teams.ipynb (+3 -3)
📝 examples/multi_agent/multi-agent-collaboration.ipynb (+4 -4)

...and 19 more files

📄 Description

becaws aparintly i cant typ

:)


🔄 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/419 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/8/2024 **Status:** ✅ Merged **Merged:** 5/8/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/spelling` --- ### 📝 Commits (9) - [`26a967f`](https://github.com/langchain-ai/langgraph/commit/26a967fdd3e57d5b77773a5bb04e8ce3945c7d84) spelling - [`d5d874c`](https://github.com/langchain-ai/langgraph/commit/d5d874c23a9992cf589623f24c9bed8e2a76ca04) codespell - [`c8c735e`](https://github.com/langchain-ai/langgraph/commit/c8c735e49146a8a96195bb0a9b1f18f5e706af60) Update codespell.yml - [`e98d7ca`](https://github.com/langchain-ai/langgraph/commit/e98d7caf0adc6f904dc484dcc0c4a96b769387da) ignore words - [`43a7daf`](https://github.com/langchain-ai/langgraph/commit/43a7daf8e40a642c023f9e01abbc0d1e5f79b02b) copypasta - [`412fd52`](https://github.com/langchain-ai/langgraph/commit/412fd529c0113a246a30e599929941b862adac1e) Spelling mistakes - [`859ed1d`](https://github.com/langchain-ai/langgraph/commit/859ed1d34567385c1ca4a493861796a669f00552) Avoid checks on outputs - [`f27de08`](https://github.com/langchain-ai/langgraph/commit/f27de082b8f32aaaa2213e17cd32ab268de05c43) codespell updates - [`d54be9b`](https://github.com/langchain-ai/langgraph/commit/d54be9b7802d5098b61f81adaba71ed31db5277d) Ignore ### 📊 Changes **39 files changed** (+272 additions, -82 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/codespell.yml` (+40 -0) ➕ `.github/workflows/extract_ignored_words_list.py` (+10 -0) 📝 `README.md` (+2 -2) 📝 `examples/agent_executor/base.ipynb` (+2 -2) 📝 `examples/agent_executor/force-calling-a-tool-first.ipynb` (+2 -2) 📝 `examples/chat_agent_executor_with_function_calling/high-level-tools.ipynb` (+1 -1) 📝 `examples/chat_agent_executor_with_function_calling/respond-in-format.ipynb` (+140 -0) 📝 `examples/chatbot-simulation-evaluation/agent-simulation-evaluation.ipynb` (+1 -1) 📝 `examples/chatbot-simulation-evaluation/langsmith-agent-simulation-evaluation.ipynb` (+2 -2) 📝 `examples/code_assistant/langgraph_code_assistant.ipynb` (+2 -2) 📝 `examples/configuration.ipynb` (+1 -1) 📝 `examples/customer-support/customer-support.ipynb` (+12 -12) 📝 `examples/docs/quickstart.ipynb` (+2 -2) 📝 `examples/introduction.ipynb` (+5 -5) 📝 `examples/lats/lats.ipynb` (+1 -1) 📝 `examples/llm-compiler/LLMCompiler.ipynb` (+1 -1) 📝 `examples/llm-compiler/math_tools.py` (+2 -2) 📝 `examples/multi_agent/agent_supervisor.ipynb` (+1 -1) 📝 `examples/multi_agent/hierarchical_agent_teams.ipynb` (+3 -3) 📝 `examples/multi_agent/multi-agent-collaboration.ipynb` (+4 -4) _...and 19 more files_ </details> ### 📄 Description becaws aparintly i cant typ :) --- <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:46 -05:00
yindo closed this issue 2026-02-20 17:44:46 -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#1456