[PR #99] [MERGED] feat: improve WorkflowSteam type #106

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/99
Author: @himself65
Created: 5/1/2025
Status: Merged
Merged: 5/1/2025
Merged by: @himself65

Base: mainHead: stream-type-impl


📝 Commits (10+)

📊 Changes

4 files changed (+165 additions, -120 deletions)

View changed files

📝 packages/core/src/core/context.ts (+2 -2)
📝 packages/core/src/core/event.ts (+12 -0)
📝 packages/core/src/core/index.ts (+2 -0)
📝 packages/core/src/core/stream.ts (+149 -118)

📄 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/99 **Author:** [@himself65](https://github.com/himself65) **Created:** 5/1/2025 **Status:** ✅ Merged **Merged:** 5/1/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `main` ← **Head:** `stream-type-impl` --- ### 📝 Commits (10+) - [`758c850`](https://github.com/run-llama/workflows-ts/commit/758c850014a85e0f004e891a275ac03902e5fd85) feat: add stream helper - [`cebc75d`](https://github.com/run-llama/workflows-ts/commit/cebc75d8febe4c2032cb2e22dc88963526b27e04) docs: update - [`c893261`](https://github.com/run-llama/workflows-ts/commit/c893261968fb7e68632fa81fa7cb73d46b1b502c) feat: add `take` - [`073fbe3`](https://github.com/run-llama/workflows-ts/commit/073fbe3d6288cdaf28d6a225d631275a184fcc0a) fix: api - [`6e38caf`](https://github.com/run-llama/workflows-ts/commit/6e38caf3043055fb169689637abd252436b547f2) fix: test - [`853c8e2`](https://github.com/run-llama/workflows-ts/commit/853c8e24794a05e62eeb9d6261d7777904a2ebfb) fix: api - [`71a6044`](https://github.com/run-llama/workflows-ts/commit/71a6044c0e2a1ff09a909b9cbf3b91d0bcd4e60d) fix: type - [`99cfef8`](https://github.com/run-llama/workflows-ts/commit/99cfef8f0fa9bcb31d4e7c25a35f9a27642e5116) docs: update - [`514f019`](https://github.com/run-llama/workflows-ts/commit/514f019e014c47596c53b2e949bc6c06d5f56adf) chore: update doc - [`6e19580`](https://github.com/run-llama/workflows-ts/commit/6e1958034551b9cbb796968ca24a565e93d015ba) Create wicked-ladybugs-stare.md ### 📊 Changes **4 files changed** (+165 additions, -120 deletions) <details> <summary>View changed files</summary> 📝 `packages/core/src/core/context.ts` (+2 -2) 📝 `packages/core/src/core/event.ts` (+12 -0) 📝 `packages/core/src/core/index.ts` (+2 -0) 📝 `packages/core/src/core/stream.ts` (+149 -118) </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:11 -05:00
yindo closed this issue 2026-02-16 03:16:11 -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#106