[PR #1694] [MERGED] ci: add GHA to execute how-to notebooks #2236

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/1694
Author: @vbarda
Created: 9/11/2024
Status: Merged
Merged: 9/12/2024
Merged by: @vbarda

Base: mainHead: vb/ci-for-notebooks


📝 Commits (10+)

📊 Changes

11 files changed (+404 additions, -65 deletions)

View changed files

.github/workflows/run_notebooks.yml (+53 -0)
📝 Makefile (+7 -1)
docs/_scripts/prepare_notebooks_for_ci.py (+44 -0)
📝 docs/docs/how-tos/human_in_the_loop/wait-user-input.ipynb (+12 -4)
📝 docs/docs/how-tos/many-tools.ipynb (+15 -3)
📝 docs/docs/how-tos/map-reduce.ipynb (+13 -2)
📝 docs/docs/how-tos/memory/manage-conversation-history.ipynb (+1 -3)
📝 docs/docs/how-tos/pass-run-time-values-to-tools.ipynb (+12 -2)
docs/test-compose.yml (+25 -0)
📝 poetry.lock (+210 -47)
📝 pyproject.toml (+12 -3)

📄 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/langgraph/pull/1694 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 9/11/2024 **Status:** ✅ Merged **Merged:** 9/12/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/ci-for-notebooks` --- ### 📝 Commits (10+) - [`dd4923d`](https://github.com/langchain-ai/langgraph/commit/dd4923de61a52a3f5015fe9f104962b31af158e8) ci: add GHA to execute how-to notebooks - [`9f41a83`](https://github.com/langchain-ai/langgraph/commit/9f41a83590a7d5feee52bb979d0f1011f2d334a3) lint - [`1dea7bb`](https://github.com/langchain-ai/langgraph/commit/1dea7bb5d0e89c49c9937fc1799246b2bdb2921e) test - [`2a18e08`](https://github.com/langchain-ai/langgraph/commit/2a18e0825581b5f6099d6631dd971ee2f928756f) install jupyter - [`15d67fe`](https://github.com/langchain-ai/langgraph/commit/15d67fec1dd8a067c7927b4ad7826cb1b5df8260) poetry - [`514f2cd`](https://github.com/langchain-ai/langgraph/commit/514f2cd754e1f9625a33f2d666c70be3212d57b4) simplify - [`a12989a`](https://github.com/langchain-ai/langgraph/commit/a12989af41fbd0b57184b4875f7333ade950ba74) add test dependencies - [`feb0810`](https://github.com/langchain-ai/langgraph/commit/feb0810c85e87f088068b09596b444b5dc002cb5) run latest - [`6f65852`](https://github.com/langchain-ai/langgraph/commit/6f658524b6bd870d674e5e3017bc22227c767000) bring back dev - [`8781caa`](https://github.com/langchain-ai/langgraph/commit/8781caa30cc10d54ddac2b1131a4b7c2b62d92cb) update more notebooks for pydantic ### 📊 Changes **11 files changed** (+404 additions, -65 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/run_notebooks.yml` (+53 -0) 📝 `Makefile` (+7 -1) ➕ `docs/_scripts/prepare_notebooks_for_ci.py` (+44 -0) 📝 `docs/docs/how-tos/human_in_the_loop/wait-user-input.ipynb` (+12 -4) 📝 `docs/docs/how-tos/many-tools.ipynb` (+15 -3) 📝 `docs/docs/how-tos/map-reduce.ipynb` (+13 -2) 📝 `docs/docs/how-tos/memory/manage-conversation-history.ipynb` (+1 -3) 📝 `docs/docs/how-tos/pass-run-time-values-to-tools.ipynb` (+12 -2) ➕ `docs/test-compose.yml` (+25 -0) 📝 `poetry.lock` (+210 -47) 📝 `pyproject.toml` (+12 -3) </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-20 17:46:37 -05:00
yindo closed this issue 2026-02-20 17:46:37 -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#2236