[PR #185] [MERGED] chore: clean up demo #183

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/185
Author: @thucpn
Created: 9/15/2025
Status: Merged
Merged: 9/16/2025
Merged by: @marcusschiesser

Base: mainHead: tp/clean-up-examples


📝 Commits (10+)

📊 Changes

85 files changed (+5690 additions, -2683 deletions)

View changed files

📝 .github/workflows/preview.yml (+1 -1)
📝 README.md (+4 -0)
demo/README.md (+60 -0)
📝 demo/biome.json (+1 -4)
📝 demo/browser/package.json (+4 -4)
📝 demo/browser/src/App.tsx (+7 -10)
📝 demo/browser/src/main.tsx (+1 -1)
demo/cloudflare/README.md (+113 -0)
📝 demo/cloudflare/package.json (+1 -2)
📝 demo/cloudflare/wrangler.jsonc (+1 -0)
demo/deno/README.md (+41 -0)
📝 demo/express/4-adding-hitl.ts (+6 -3)
📝 demo/express/5-client.ts (+2 -2)
📝 demo/express/5-server.ts (+5 -2)
📝 demo/express/package.json (+7 -11)
demo/express/tsconfig.json (+20 -0)
demo/hono/README.md (+125 -0)
📝 demo/hono/app.ts (+14 -8)
📝 demo/hono/human-in-the-loop.ts (+1 -1)
demo/hono/package.json (+20 -0)

...and 65 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/run-llama/workflows-ts/pull/185 **Author:** [@thucpn](https://github.com/thucpn) **Created:** 9/15/2025 **Status:** ✅ Merged **Merged:** 9/16/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `tp/clean-up-examples` --- ### 📝 Commits (10+) - [`4d75903`](https://github.com/run-llama/workflows-ts/commit/4d759036abb14fe76ce348b0ad9d2f50ae30b7d8) chore: clean up demo - [`7142dd4`](https://github.com/run-llama/workflows-ts/commit/7142dd4b9fb58926f8b0f4fd05fa2627d142003a) format - [`69c4f6d`](https://github.com/run-llama/workflows-ts/commit/69c4f6db8a65f19e5961207ed9afff653ef90edf) ensure examples standalone - [`7f591e0`](https://github.com/run-llama/workflows-ts/commit/7f591e0742eca8648ba9c37377cfcdf73d3565db) update pnpm workspace - [`de691b9`](https://github.com/run-llama/workflows-ts/commit/de691b9624c0fa280e1fe0508f3edb9e02a0bcdc) update main readme - [`ae72482`](https://github.com/run-llama/workflows-ts/commit/ae72482887b9ee03f55fc1187a2a0fb7fa3d39b7) fix type check - [`abc08e5`](https://github.com/run-llama/workflows-ts/commit/abc08e50cc3283a70dd22f12f0fdcb5db979e639) fix import - [`d756895`](https://github.com/run-llama/workflows-ts/commit/d7568952fa5da7da3567e04292010327ecb64f52) remove waku - [`079fba6`](https://github.com/run-llama/workflows-ts/commit/079fba69d706cfb262a6cbbb83a520a413a992ca) fix zod - [`fc0e850`](https://github.com/run-llama/workflows-ts/commit/fc0e8504e09e60c329c64ebca8443e23940be9d5) Merge branch 'main' into tp/clean-up-examples ### 📊 Changes **85 files changed** (+5690 additions, -2683 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/preview.yml` (+1 -1) 📝 `README.md` (+4 -0) ➕ `demo/README.md` (+60 -0) 📝 `demo/biome.json` (+1 -4) 📝 `demo/browser/package.json` (+4 -4) 📝 `demo/browser/src/App.tsx` (+7 -10) 📝 `demo/browser/src/main.tsx` (+1 -1) ➕ `demo/cloudflare/README.md` (+113 -0) 📝 `demo/cloudflare/package.json` (+1 -2) 📝 `demo/cloudflare/wrangler.jsonc` (+1 -0) ➕ `demo/deno/README.md` (+41 -0) 📝 `demo/express/4-adding-hitl.ts` (+6 -3) 📝 `demo/express/5-client.ts` (+2 -2) 📝 `demo/express/5-server.ts` (+5 -2) 📝 `demo/express/package.json` (+7 -11) ➕ `demo/express/tsconfig.json` (+20 -0) ➕ `demo/hono/README.md` (+125 -0) 📝 `demo/hono/app.ts` (+14 -8) 📝 `demo/hono/human-in-the-loop.ts` (+1 -1) ➕ `demo/hono/package.json` (+20 -0) _...and 65 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-16 03:16:24 -05:00
yindo closed this issue 2026-02-16 03:16:24 -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#183