[PR #135] [MERGED] wip docs rewrite #139

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/135
Author: @logan-markewich
Created: 7/22/2025
Status: Merged
Merged: 8/28/2025
Merged by: @marcusschiesser

Base: mainHead: logan/docs_rewrite_v2


📝 Commits (10+)

📊 Changes

49 files changed (+2261 additions, -1611 deletions)

View changed files

.changeset/slow-pumas-sniff.md (+6 -0)
📝 .github/workflows/preview.yml (+5 -2)
📝 .github/workflows/release.yml (+3 -0)
demo/express/2a-agent-loop.ts (+104 -0)
demo/express/2b-agent-loop-workflow.ts (+190 -0)
demo/express/3-adding-state.ts (+205 -0)
📝 demo/express/4-adding-hitl.ts (+8 -3)
📝 demo/express/5-client.ts (+0 -0)
📝 demo/express/5-server.ts (+0 -0)
demo/express/CHANGELOG.md (+0 -20)
📝 demo/express/README.md (+2 -2)
📝 demo/express/package.json (+6 -4)
📝 demo/tsconfig.json (+1 -1)
docs/.gitignore (+2 -0)
docs/workflows/advanced-events.mdx (+0 -520)
docs/workflows/api-reference/meta.json (+4 -0)
docs/workflows/basic-workflow.mdx (+0 -351)
docs/workflows/common_patterns/branching.mdx (+47 -0)
📝 docs/workflows/common_patterns/human_in_the_loop.mdx (+0 -0)
docs/workflows/common_patterns/loops.mdx (+6 -0)

...and 29 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/135 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 7/22/2025 **Status:** ✅ Merged **Merged:** 8/28/2025 **Merged by:** [@marcusschiesser](https://github.com/marcusschiesser) **Base:** `main` ← **Head:** `logan/docs_rewrite_v2` --- ### 📝 Commits (10+) - [`c3643ab`](https://github.com/run-llama/workflows-ts/commit/c3643ab8b5ea0afbbdfd42691d256e98e3083680) wip - [`0cf6a8c`](https://github.com/run-llama/workflows-ts/commit/0cf6a8c4d0d9dea5027f56e3008b675831c57bc2) add titles - [`33aca37`](https://github.com/run-llama/workflows-ts/commit/33aca370356eefe2f82d1ad3bc7aa2fbb48a0277) meta.json - [`2e60d63`](https://github.com/run-llama/workflows-ts/commit/2e60d63fb194ad73e066a5265e440e9a4c1d5654) wip - [`0dfcf8c`](https://github.com/run-llama/workflows-ts/commit/0dfcf8c46f21e3f6ce5939b6bbb1d44e203baab4) wip - [`cec52f9`](https://github.com/run-llama/workflows-ts/commit/cec52f9dfa6f72a61544a5341731005cd6123e60) remove auto-gen docs - [`f66a226`](https://github.com/run-llama/workflows-ts/commit/f66a226f163abb486c919486eeda33a78c9996a7) linting - [`776cf42`](https://github.com/run-llama/workflows-ts/commit/776cf422eb25338cf0ec9a29aebfb6703a83edba) revert unintended type changes - [`9f45ee2`](https://github.com/run-llama/workflows-ts/commit/9f45ee2203472e53da552084a77761ad90189907) try to better link - [`06237d2`](https://github.com/run-llama/workflows-ts/commit/06237d29a4e3017aa06e449f2869e57d916f943f) try to better link ### 📊 Changes **49 files changed** (+2261 additions, -1611 deletions) <details> <summary>View changed files</summary> ➕ `.changeset/slow-pumas-sniff.md` (+6 -0) 📝 `.github/workflows/preview.yml` (+5 -2) 📝 `.github/workflows/release.yml` (+3 -0) ➕ `demo/express/2a-agent-loop.ts` (+104 -0) ➕ `demo/express/2b-agent-loop-workflow.ts` (+190 -0) ➕ `demo/express/3-adding-state.ts` (+205 -0) 📝 `demo/express/4-adding-hitl.ts` (+8 -3) 📝 `demo/express/5-client.ts` (+0 -0) 📝 `demo/express/5-server.ts` (+0 -0) ➖ `demo/express/CHANGELOG.md` (+0 -20) 📝 `demo/express/README.md` (+2 -2) 📝 `demo/express/package.json` (+6 -4) 📝 `demo/tsconfig.json` (+1 -1) ➕ `docs/.gitignore` (+2 -0) ➖ `docs/workflows/advanced-events.mdx` (+0 -520) ➕ `docs/workflows/api-reference/meta.json` (+4 -0) ➖ `docs/workflows/basic-workflow.mdx` (+0 -351) ➕ `docs/workflows/common_patterns/branching.mdx` (+47 -0) 📝 `docs/workflows/common_patterns/human_in_the_loop.mdx` (+0 -0) ➕ `docs/workflows/common_patterns/loops.mdx` (+6 -0) _...and 29 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:16 -05:00
yindo closed this issue 2026-02-16 03:16:16 -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#139