[PR #159] [MERGED] How to travel through time and space #539

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

📋 Pull Request Information

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

Base: mainHead: wfh/httt


📝 Commits (10+)

📊 Changes

11 files changed (+1989 additions, -230 deletions)

View changed files

📝 deno.json (+4 -4)
📝 docs/_scripts/copy_notebooks.py (+1 -1)
📝 docs/docs/how-tos/index.md (+3 -1)
📝 docs/docs/index.md (+1 -1)
📝 docs/mkdocs.yml (+2 -0)
examples/how-tos/configuration.ipynb (+368 -0)
📝 examples/how-tos/persistence.ipynb (+116 -51)
📝 examples/how-tos/stream-tokens.ipynb (+59 -160)
examples/how-tos/time-travel.ipynb (+1376 -0)
📝 package.json (+6 -2)
📝 yarn.lock (+53 -10)

📄 Description

  • other things like configuration and streaming of the tokens.

🔄 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/159 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/17/2024 **Status:** ✅ Merged **Merged:** 5/17/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/httt` --- ### 📝 Commits (10+) - [`58cbf86`](https://github.com/langchain-ai/langgraphjs/commit/58cbf8680b40bd757c7af8a757b8877f2601ec5e) snippet - [`bb30a0f`](https://github.com/langchain-ai/langgraphjs/commit/bb30a0fa2c45391d376828f7ca079b7853159240) tmp - [`8162997`](https://github.com/langchain-ai/langgraphjs/commit/81629970d1047e4dd3d6bc6f17c67a6885884434) tt - [`9f533bb`](https://github.com/langchain-ai/langgraphjs/commit/9f533bbfa67da6daef7e282c7e7eb75788e40546) merge - [`590c184`](https://github.com/langchain-ai/langgraphjs/commit/590c1847a8ec0c9e23073b38aecb2489ad805cd3) bump lgv - [`cb6773b`](https://github.com/langchain-ai/langgraphjs/commit/cb6773bf93676c8e8efda43d2619d5fe5b7db10f) Fix link - [`2f54b4d`](https://github.com/langchain-ai/langgraphjs/commit/2f54b4d3376da4c6a49269c6111f5c7b1da64f15) persist - [`6378fe0`](https://github.com/langchain-ai/langgraphjs/commit/6378fe06c7ad847517d20249fe4e9de898a3618d) 🤷🏻 - [`bbace02`](https://github.com/langchain-ai/langgraphjs/commit/bbace0250f5f7ff628392475de47fb6c02956a94) Update - [`ccd7834`](https://github.com/langchain-ai/langgraphjs/commit/ccd7834e7d7fab212672def90c7abe8456aeb184) dn ### 📊 Changes **11 files changed** (+1989 additions, -230 deletions) <details> <summary>View changed files</summary> 📝 `deno.json` (+4 -4) 📝 `docs/_scripts/copy_notebooks.py` (+1 -1) 📝 `docs/docs/how-tos/index.md` (+3 -1) 📝 `docs/docs/index.md` (+1 -1) 📝 `docs/mkdocs.yml` (+2 -0) ➕ `examples/how-tos/configuration.ipynb` (+368 -0) 📝 `examples/how-tos/persistence.ipynb` (+116 -51) 📝 `examples/how-tos/stream-tokens.ipynb` (+59 -160) ➕ `examples/how-tos/time-travel.ipynb` (+1376 -0) 📝 `package.json` (+6 -2) 📝 `yarn.lock` (+53 -10) </details> ### 📄 Description + other things like configuration and streaming of the tokens. --- <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:14:58 -05:00
yindo closed this issue 2026-02-15 19:14:58 -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#539