[PR #440] [MERGED] docs: Adds versions page, updates docstrings, fix typos #761

Closed
opened 2026-02-15 19:15:48 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/440
Author: @jacoblee93
Created: 9/3/2024
Status: Merged
Merged: 9/3/2024
Merged by: @jacoblee93

Base: mainHead: jacob/docs


📝 Commits (2)

  • 4fdf540 Adds versions page, updates docstrings, fix typos
  • b647ada Merge

📊 Changes

10 files changed (+261 additions, -55 deletions)

View changed files

docs/docs/versions/.meta.yml (+4 -0)
docs/docs/versions/index.md (+56 -0)
📝 docs/mkdocs.yml (+2 -0)
📝 examples/how-tos/create-react-agent.ipynb (+13 -15)
📝 examples/how-tos/dynamically-returning-directly.ipynb (+4 -6)
📝 examples/how-tos/force-calling-a-tool-first.ipynb (+4 -5)
📝 examples/how-tos/tool-calling.ipynb (+16 -19)
📝 libs/langgraph/src/prebuilt/react_agent_executor.ts (+49 -10)
📝 libs/langgraph/src/prebuilt/tool_executor.ts (+2 -0)
📝 libs/langgraph/src/prebuilt/tool_node.ts (+111 -0)

📄 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/langgraphjs/pull/440 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 9/3/2024 **Status:** ✅ Merged **Merged:** 9/3/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/docs` --- ### 📝 Commits (2) - [`4fdf540`](https://github.com/langchain-ai/langgraphjs/commit/4fdf540151f5dabc63155dd63c08face20837411) Adds versions page, updates docstrings, fix typos - [`b647ada`](https://github.com/langchain-ai/langgraphjs/commit/b647ada9a8590451dc29b7b558e6db152860047d) Merge ### 📊 Changes **10 files changed** (+261 additions, -55 deletions) <details> <summary>View changed files</summary> ➕ `docs/docs/versions/.meta.yml` (+4 -0) ➕ `docs/docs/versions/index.md` (+56 -0) 📝 `docs/mkdocs.yml` (+2 -0) 📝 `examples/how-tos/create-react-agent.ipynb` (+13 -15) 📝 `examples/how-tos/dynamically-returning-directly.ipynb` (+4 -6) 📝 `examples/how-tos/force-calling-a-tool-first.ipynb` (+4 -5) 📝 `examples/how-tos/tool-calling.ipynb` (+16 -19) 📝 `libs/langgraph/src/prebuilt/react_agent_executor.ts` (+49 -10) 📝 `libs/langgraph/src/prebuilt/tool_executor.ts` (+2 -0) 📝 `libs/langgraph/src/prebuilt/tool_node.ts` (+111 -0) </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-15 19:15:48 -05:00
yindo closed this issue 2026-02-15 19:15:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#761