[PR #1704] [MERGED] ci: add VCR caching to the notebooks #2247

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

📋 Pull Request Information

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

Base: mainHead: vb/vcr-caching


📝 Commits (3)

📊 Changes

135 files changed (+32406 additions, -25 deletions)

View changed files

📝 .github/workflows/codespell.yml (+1 -1)
📝 .github/workflows/run_notebooks.yml (+9 -3)
📝 docs/_scripts/prepare_notebooks_for_ci.py (+108 -20)
docs/cassettes/add-summary-conversation-history_048805a4-3d97-4e76-ac45-8d80d4364c46.yaml (+190 -0)
docs/cassettes/add-summary-conversation-history_0a1a0fda-5309-45f0-9465-9f3dff604d74.yaml (+233 -0)
docs/cassettes/add-summary-conversation-history_40e5db8e-9db9-4ac7-9d76-a99fd4034bf3.yaml (+103 -0)
docs/cassettes/add-summary-conversation-history_57b27553-21be-43e5-ac48-d1d0a3aa0dca.yaml (+233 -0)
docs/cassettes/add-summary-conversation-history_7094c5ab-66f8-42ff-b1c3-90c8a9468e62.yaml (+96 -0)
docs/cassettes/async_4b369a6f.yaml (+223 -0)
docs/cassettes/async_8edb04b9-40b6-46f1-a7a8-4b2d8aba7752.yaml (+158 -0)
docs/cassettes/async_cfd140f0-a5a6-4697-8115-322242f197b5.yaml (+269 -0)
docs/cassettes/async_f544977e-31f7-41f0-88c4-ec9c27b8cecb.yaml (+156 -0)
docs/cassettes/branching_1d0e6c56.yaml (+244 -0)
docs/cassettes/branching_66f52a20.yaml (+208 -0)
docs/cassettes/branching_83320227-8ab3-44c0-b6cf-064a7a425b9f.yaml (+233 -0)
docs/cassettes/branching_932c497e.yaml (+244 -0)
docs/cassettes/breakpoints_51923913-20f7-4ee1-b9ba-d01f5fb2869b.yaml (+98 -0)
docs/cassettes/breakpoints_6098e5cb.yaml (+264 -0)
docs/cassettes/breakpoints_9b53f191-1e86-4881-a667-d46a3d66958b.yaml (+248 -0)
docs/cassettes/breakpoints_cfd140f0-a5a6-4697-8115-322242f197b5.yaml (+90 -0)

...and 80 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/langgraph/pull/1704 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 9/12/2024 **Status:** ✅ Merged **Merged:** 9/12/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/vcr-caching` --- ### 📝 Commits (3) - [`89eb26f`](https://github.com/langchain-ai/langgraph/commit/89eb26fea108c0c971074fd2f0e9986eea59c4ed) ci: add VCR caching to the notebooks - [`d4425b9`](https://github.com/langchain-ai/langgraph/commit/d4425b99f11c1517d616b68e3bf4ec6067f6891a) update - [`f7fbdce`](https://github.com/langchain-ai/langgraph/commit/f7fbdcef2db5925a6bcf54eb8e22cabd71b5b81e) update ### 📊 Changes **135 files changed** (+32406 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/codespell.yml` (+1 -1) 📝 `.github/workflows/run_notebooks.yml` (+9 -3) 📝 `docs/_scripts/prepare_notebooks_for_ci.py` (+108 -20) ➕ `docs/cassettes/add-summary-conversation-history_048805a4-3d97-4e76-ac45-8d80d4364c46.yaml` (+190 -0) ➕ `docs/cassettes/add-summary-conversation-history_0a1a0fda-5309-45f0-9465-9f3dff604d74.yaml` (+233 -0) ➕ `docs/cassettes/add-summary-conversation-history_40e5db8e-9db9-4ac7-9d76-a99fd4034bf3.yaml` (+103 -0) ➕ `docs/cassettes/add-summary-conversation-history_57b27553-21be-43e5-ac48-d1d0a3aa0dca.yaml` (+233 -0) ➕ `docs/cassettes/add-summary-conversation-history_7094c5ab-66f8-42ff-b1c3-90c8a9468e62.yaml` (+96 -0) ➕ `docs/cassettes/async_4b369a6f.yaml` (+223 -0) ➕ `docs/cassettes/async_8edb04b9-40b6-46f1-a7a8-4b2d8aba7752.yaml` (+158 -0) ➕ `docs/cassettes/async_cfd140f0-a5a6-4697-8115-322242f197b5.yaml` (+269 -0) ➕ `docs/cassettes/async_f544977e-31f7-41f0-88c4-ec9c27b8cecb.yaml` (+156 -0) ➕ `docs/cassettes/branching_1d0e6c56.yaml` (+244 -0) ➕ `docs/cassettes/branching_66f52a20.yaml` (+208 -0) ➕ `docs/cassettes/branching_83320227-8ab3-44c0-b6cf-064a7a425b9f.yaml` (+233 -0) ➕ `docs/cassettes/branching_932c497e.yaml` (+244 -0) ➕ `docs/cassettes/breakpoints_51923913-20f7-4ee1-b9ba-d01f5fb2869b.yaml` (+98 -0) ➕ `docs/cassettes/breakpoints_6098e5cb.yaml` (+264 -0) ➕ `docs/cassettes/breakpoints_9b53f191-1e86-4881-a667-d46a3d66958b.yaml` (+248 -0) ➕ `docs/cassettes/breakpoints_cfd140f0-a5a6-4697-8115-322242f197b5.yaml` (+90 -0) _...and 80 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-20 17:46:38 -05:00
yindo closed this issue 2026-02-20 17:46:38 -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#2247