[PR #191] [MERGED] [Docs] Run TSC on HOWTOs + README #563

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/191
Author: @hinthornw
Created: 5/30/2024
Status: Merged
Merged: 5/30/2024
Merged by: @hinthornw

Base: mainHead: wfh/more_tutorials


📝 Commits (10+)

  • 48c5c62 COMPILE THAT TSC
  • 2d5d79e oOoOOo it has to be oOoptoinal
  • 5e34bd6 Unneded arg name coooooooool ts
  • 9cbedf0 All hail the powerful typing typedy types
  • b4769e9 Oh that one actually was a bug
  • b268e9a More typedy typing types of the exception types
  • 87d9919 more dup import removing. it's notebooks for goodness sakes but do it for the types
  • d764318 I guess we need prefixes now. Sure. Perfect sense.
  • b93b57e Finixh the compilation of this shtuff
  • ffdb6b0 Script checkin

📊 Changes

15 files changed (+242 additions, -179 deletions)

View changed files

_scripts/run_notebook.py (+85 -0)
📝 examples/how-tos/branching.ipynb (+12 -12)
📝 examples/how-tos/configuration.ipynb (+25 -11)
📝 examples/how-tos/dynamically-returning-directly.ipynb (+22 -20)
📝 examples/how-tos/force-calling-a-tool-first.ipynb (+9 -9)
📝 examples/how-tos/human-in-the-loop.ipynb (+15 -48)
📝 examples/how-tos/managing-agent-steps.ipynb (+29 -20)
📝 examples/how-tos/persistence.ipynb (+3 -4)
📝 examples/how-tos/respond-in-format.ipynb (+7 -17)
📝 examples/how-tos/stream-tokens.ipynb (+7 -12)
📝 examples/how-tos/subgraph.ipynb (+14 -14)
📝 examples/how-tos/time-travel.ipynb (+10 -8)
📝 examples/multi_agent/hierarchical_agent_teams.ipynb (+2 -2)
📝 examples/rag/langgraph_crag_mistral.ipynb (+1 -1)
📝 examples/rag/langgraph_self_rag.ipynb (+1 -1)

📄 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/191 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/30/2024 **Status:** ✅ Merged **Merged:** 5/30/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/more_tutorials` --- ### 📝 Commits (10+) - [`48c5c62`](https://github.com/langchain-ai/langgraphjs/commit/48c5c62cab10e743361d285f8f875ec12cc24d9b) COMPILE THAT TSC - [`2d5d79e`](https://github.com/langchain-ai/langgraphjs/commit/2d5d79e1af24d87a74a15c77a538d1edf6a9ecee) oOoOOo it has to be oOoptoinal - [`5e34bd6`](https://github.com/langchain-ai/langgraphjs/commit/5e34bd6d243591ce87bc52722d647b75dc4677d2) Unneded arg name coooooooool ts - [`9cbedf0`](https://github.com/langchain-ai/langgraphjs/commit/9cbedf0529f48c4d1978bf4315ae42c04a8d6628) All hail the powerful typing typedy types - [`b4769e9`](https://github.com/langchain-ai/langgraphjs/commit/b4769e99d3f8448c8830e6c679e1231f8c3d2d02) Oh that one actually was a bug - [`b268e9a`](https://github.com/langchain-ai/langgraphjs/commit/b268e9a2e833659d306278eae2bb307e69c47acd) More typedy typing types of the exception types - [`87d9919`](https://github.com/langchain-ai/langgraphjs/commit/87d99195c0a348103de802814da306aa832474ed) more dup import removing. it's notebooks for goodness sakes but do it for the types - [`d764318`](https://github.com/langchain-ai/langgraphjs/commit/d7643182692fb889f2d4954302b426fea21dc90f) I guess we need prefixes now. Sure. Perfect sense. - [`b93b57e`](https://github.com/langchain-ai/langgraphjs/commit/b93b57e9be1af40296e959bc8b1ab8debae4d9d5) Finixh the compilation of this shtuff - [`ffdb6b0`](https://github.com/langchain-ai/langgraphjs/commit/ffdb6b001672f280638f618b7d21569ef83c832e) Script checkin ### 📊 Changes **15 files changed** (+242 additions, -179 deletions) <details> <summary>View changed files</summary> ➕ `_scripts/run_notebook.py` (+85 -0) 📝 `examples/how-tos/branching.ipynb` (+12 -12) 📝 `examples/how-tos/configuration.ipynb` (+25 -11) 📝 `examples/how-tos/dynamically-returning-directly.ipynb` (+22 -20) 📝 `examples/how-tos/force-calling-a-tool-first.ipynb` (+9 -9) 📝 `examples/how-tos/human-in-the-loop.ipynb` (+15 -48) 📝 `examples/how-tos/managing-agent-steps.ipynb` (+29 -20) 📝 `examples/how-tos/persistence.ipynb` (+3 -4) 📝 `examples/how-tos/respond-in-format.ipynb` (+7 -17) 📝 `examples/how-tos/stream-tokens.ipynb` (+7 -12) 📝 `examples/how-tos/subgraph.ipynb` (+14 -14) 📝 `examples/how-tos/time-travel.ipynb` (+10 -8) 📝 `examples/multi_agent/hierarchical_agent_teams.ipynb` (+2 -2) 📝 `examples/rag/langgraph_crag_mistral.ipynb` (+1 -1) 📝 `examples/rag/langgraph_self_rag.ipynb` (+1 -1) </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:03 -05:00
yindo closed this issue 2026-02-15 19:15:03 -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#563