[PR #145] [MERGED] chore: remove request and on request #148

Closed
opened 2026-02-16 03:16:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/145
Author: @thucpn
Created: 8/25/2025
Status: Merged
Merged: 8/27/2025
Merged by: @marcusschiesser

Base: mainHead: tp/remove-request-and-on-request


📝 Commits (10+)

📊 Changes

12 files changed (+196 additions, -338 deletions)

View changed files

.changeset/gentle-suits-camp.md (+5 -0)
📝 README.md (+3 -2)
📝 demo/express/server.ts (+2 -2)
📝 demo/hono/app.ts (+14 -12)
📝 demo/node/name-ask-readline.ts (+4 -3)
📝 demo/node/workflow-with-state.ts (+2 -3)
📝 demo/workflows/human-in-the-loop.ts (+15 -11)
docs/workflows/human-in-the-loop.mdx (+53 -0)
📝 docs/workflows/meta.json (+2 -1)
📝 packages/core/src/middleware/state.ts (+36 -168)
📝 packages/core/tests/middleware/state-with-snapshot.spec.ts (+15 -16)
📝 packages/core/tests/middleware/with-snapshot.spec.ts (+45 -120)

📄 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/run-llama/workflows-ts/pull/145 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 8/25/2025 **Status:** ✅ Merged **Merged:** 8/27/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `tp/remove-request-and-on-request` --- ### 📝 Commits (10+) - [`7987968`](https://github.com/run-llama/workflows-ts/commit/79879680ee5def6c12bcfadb639aa3b088ec80b8) feat: add express example - [`2cae71d`](https://github.com/run-llama/workflows-ts/commit/2cae71d7830ef46cac754f5b63fbfb6d1924e391) add unit tests - [`0231545`](https://github.com/run-llama/workflows-ts/commit/02315454a2e639c617dc16d125ba63a47f175f80) Merge branch 'main' into ms/add-express - [`0e5534a`](https://github.com/run-llama/workflows-ts/commit/0e5534a4f7a8b04d4ea38c1e6afc00bfe869fb76) Merge branch 'main' into ms/add-express - [`bc6d471`](https://github.com/run-llama/workflows-ts/commit/bc6d471d90a63c2f462f94dc7bd4dfdd0b912bc7) use context param - [`164bf54`](https://github.com/run-llama/workflows-ts/commit/164bf54a28a44dd1702ba5ad2d5aa4cc607adb60) refactor example code - [`0c95e6d`](https://github.com/run-llama/workflows-ts/commit/0c95e6d5e41913d0e556e32b454d5beb09df34c6) make resume stateless - [`b18ade7`](https://github.com/run-llama/workflows-ts/commit/b18ade7694c7d7bc3b56403589c4c719682df756) clean up snapshot - [`ca16d75`](https://github.com/run-llama/workflows-ts/commit/ca16d7536e597876e69fb9bf2f56aecfc233ae86) update example - [`1170002`](https://github.com/run-llama/workflows-ts/commit/1170002ef28e36fb7806dbe595dea0b8720254ad) fix race issue when waiting for request event ### 📊 Changes **12 files changed** (+196 additions, -338 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/gentle-suits-camp.md` (+5 -0) 📝 `README.md` (+3 -2) 📝 `demo/express/server.ts` (+2 -2) 📝 `demo/hono/app.ts` (+14 -12) 📝 `demo/node/name-ask-readline.ts` (+4 -3) 📝 `demo/node/workflow-with-state.ts` (+2 -3) 📝 `demo/workflows/human-in-the-loop.ts` (+15 -11) ➕ `docs/workflows/human-in-the-loop.mdx` (+53 -0) 📝 `docs/workflows/meta.json` (+2 -1) 📝 `packages/core/src/middleware/state.ts` (+36 -168) 📝 `packages/core/tests/middleware/state-with-snapshot.spec.ts` (+15 -16) 📝 `packages/core/tests/middleware/with-snapshot.spec.ts` (+45 -120) </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-16 03:16:18 -05:00
yindo closed this issue 2026-02-16 03:16:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/workflows-ts#148