[PR #252] [MERGED] docs: better how-tos structure + add streaming how-tos #608

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/252
Author: @vbarda
Created: 7/11/2024
Status: Merged
Merged: 7/11/2024
Merged by: @vbarda

Base: mainHead: vb/better-structure


📝 Commits (3)

  • 4371a88 docs: better how-tos structure + add streaming how-tos
  • b855111 add streaming
  • 105853b Format notebooks

📊 Changes

23 files changed (+1155 additions, -193 deletions)

View changed files

📝 _scripts/run_notebook.py (+17 -4)
📝 docs/docs/how-tos/index.md (+39 -19)
📝 docs/mkdocs.yml (+20 -16)
📝 examples/agent_executor/base.ipynb (+1 -1)
📝 examples/chat_agent_executor_with_function_calling/base.ipynb (+1 -1)
📝 examples/how-tos/branching.ipynb (+1 -1)
📝 examples/how-tos/configuration.ipynb (+1 -1)
📝 examples/how-tos/dynamically-returning-directly.ipynb (+1 -1)
📝 examples/how-tos/force-calling-a-tool-first.ipynb (+1 -1)
📝 examples/how-tos/human-in-the-loop.ipynb (+1 -1)
📝 examples/how-tos/manage-ecosystem-dependencies.ipynb (+29 -9)
📝 examples/how-tos/managing-agent-steps.ipynb (+1 -1)
📝 examples/how-tos/persistence.ipynb (+1 -1)
📝 examples/how-tos/respond-in-format.ipynb (+1 -1)
📝 examples/how-tos/stream-tokens.ipynb (+10 -14)
examples/how-tos/stream-updates.ipynb (+380 -0)
examples/how-tos/stream-values.ipynb (+441 -0)
📝 examples/how-tos/subgraph.ipynb (+1 -1)
📝 examples/how-tos/time-travel.ipynb (+1 -1)
📝 examples/how-tos/use-in-web-environments.ipynb (+51 -43)

...and 3 more files

📄 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/252 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 7/11/2024 **Status:** ✅ Merged **Merged:** 7/11/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/better-structure` --- ### 📝 Commits (3) - [`4371a88`](https://github.com/langchain-ai/langgraphjs/commit/4371a881a57bc6a216aca68fa00bfefecee20101) docs: better how-tos structure + add streaming how-tos - [`b855111`](https://github.com/langchain-ai/langgraphjs/commit/b855111ff510dd630e8d12c2315f901788c81b3a) add streaming - [`105853b`](https://github.com/langchain-ai/langgraphjs/commit/105853b807c11d8c971fd098ed9997df79906e45) Format notebooks ### 📊 Changes **23 files changed** (+1155 additions, -193 deletions) <details> <summary>View changed files</summary> 📝 `_scripts/run_notebook.py` (+17 -4) 📝 `docs/docs/how-tos/index.md` (+39 -19) 📝 `docs/mkdocs.yml` (+20 -16) 📝 `examples/agent_executor/base.ipynb` (+1 -1) 📝 `examples/chat_agent_executor_with_function_calling/base.ipynb` (+1 -1) 📝 `examples/how-tos/branching.ipynb` (+1 -1) 📝 `examples/how-tos/configuration.ipynb` (+1 -1) 📝 `examples/how-tos/dynamically-returning-directly.ipynb` (+1 -1) 📝 `examples/how-tos/force-calling-a-tool-first.ipynb` (+1 -1) 📝 `examples/how-tos/human-in-the-loop.ipynb` (+1 -1) 📝 `examples/how-tos/manage-ecosystem-dependencies.ipynb` (+29 -9) 📝 `examples/how-tos/managing-agent-steps.ipynb` (+1 -1) 📝 `examples/how-tos/persistence.ipynb` (+1 -1) 📝 `examples/how-tos/respond-in-format.ipynb` (+1 -1) 📝 `examples/how-tos/stream-tokens.ipynb` (+10 -14) ➕ `examples/how-tos/stream-updates.ipynb` (+380 -0) ➕ `examples/how-tos/stream-values.ipynb` (+441 -0) 📝 `examples/how-tos/subgraph.ipynb` (+1 -1) 📝 `examples/how-tos/time-travel.ipynb` (+1 -1) 📝 `examples/how-tos/use-in-web-environments.ipynb` (+51 -43) _...and 3 more files_ </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:12 -05:00
yindo closed this issue 2026-02-15 19:15:12 -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#608