[PR #430] [MERGED] [docs]: more how-tos #753

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/430
Author: @isahers1
Created: 8/30/2024
Status: Merged
Merged: 8/30/2024
Merged by: @jacoblee93

Base: jacob/0.2Head: isaac/moredocs


📝 Commits (10+)

📊 Changes

11 files changed (+3600 additions, -1 deletions)

View changed files

📝 docs/docs/how-tos/index.md (+12 -0)
📝 docs/mkdocs.yml (+10 -1)
examples/how-tos/create-react-agent.ipynb (+266 -0)
examples/how-tos/node-retry-policies.ipynb (+101 -0)
examples/how-tos/pass-config-to-tools.ipynb (+693 -0)
examples/how-tos/pass-graph-state-to-tools.ipynb (+650 -0)
examples/how-tos/react-human-in-the-loop.ipynb (+348 -0)
examples/how-tos/react-memory.ipynb (+320 -0)
examples/how-tos/react-system-prompt.ipynb (+176 -0)
examples/how-tos/review-tool-calls.ipynb (+712 -0)
examples/how-tos/stream-multiple.ipynb (+312 -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/430 **Author:** [@isahers1](https://github.com/isahers1) **Created:** 8/30/2024 **Status:** ✅ Merged **Merged:** 8/30/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `jacob/0.2` ← **Head:** `isaac/moredocs` --- ### 📝 Commits (10+) - [`85473da`](https://github.com/langchain-ai/langgraphjs/commit/85473da341e23b24b1394607f69c0c92b0a1255f) wip - [`03ee521`](https://github.com/langchain-ai/langgraphjs/commit/03ee521395215e8b27ff932b6b3d5e1e16b66ab7) z - [`f5e3f2e`](https://github.com/langchain-ai/langgraphjs/commit/f5e3f2ef081e676d61c6103619e91327140bac6d) vadym comments - [`30b6187`](https://github.com/langchain-ai/langgraphjs/commit/30b6187a5dac4a93483803266bfbbcddc3566459) [docs]: add react agent guides (#422) - [`b654d8b`](https://github.com/langchain-ai/langgraphjs/commit/b654d8bd672c38b9a622bbbb6c7091f5364c45d5) Merge branch 'main' into isaac/moredocs - [`9e8b9e1`](https://github.com/langchain-ai/langgraphjs/commit/9e8b9e174be70a2f22834aeec78d00e23d0efee9) changes - [`f2a7535`](https://github.com/langchain-ai/langgraphjs/commit/f2a75356481183b4cc09dd62d9cf76439d87a510) z - [`74e0161`](https://github.com/langchain-ai/langgraphjs/commit/74e0161fa7c3d5fc3193317002e83b410ff20ee3) x - [`4e9aa32`](https://github.com/langchain-ai/langgraphjs/commit/4e9aa32608a55992b109a3c0927b6c1c6701db27) z - [`1a22484`](https://github.com/langchain-ai/langgraphjs/commit/1a22484478206e3e703d43a3b632b73acb9a8f47) docs: review tool calls (#428) ### 📊 Changes **11 files changed** (+3600 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/how-tos/index.md` (+12 -0) 📝 `docs/mkdocs.yml` (+10 -1) ➕ `examples/how-tos/create-react-agent.ipynb` (+266 -0) ➕ `examples/how-tos/node-retry-policies.ipynb` (+101 -0) ➕ `examples/how-tos/pass-config-to-tools.ipynb` (+693 -0) ➕ `examples/how-tos/pass-graph-state-to-tools.ipynb` (+650 -0) ➕ `examples/how-tos/react-human-in-the-loop.ipynb` (+348 -0) ➕ `examples/how-tos/react-memory.ipynb` (+320 -0) ➕ `examples/how-tos/react-system-prompt.ipynb` (+176 -0) ➕ `examples/how-tos/review-tool-calls.ipynb` (+712 -0) ➕ `examples/how-tos/stream-multiple.ipynb` (+312 -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:47 -05:00
yindo closed this issue 2026-02-15 19:15:47 -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#753