[PR #28] [MERGED] feat: add stream utilities #43

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

📋 Pull Request Information

Original PR: https://github.com/run-llama/workflows-ts/pull/28
Author: @himself65
Created: 4/6/2025
Status: Merged
Merged: 4/6/2025
Merged by: @himself65

Base: mainHead: stream


📝 Commits (2)

📊 Changes

11 files changed (+254 additions, -225 deletions)

View changed files

📝 README.md (+9 -2)
📝 packages/fluere/package.json (+1 -0)
packages/fluere/src/stream/consumer.ts (+35 -0)
📝 packages/fluere/src/stream/filter.ts (+4 -1)
📝 packages/fluere/src/stream/until.ts (+31 -27)
📝 packages/fluere/tests/context-api.spec.ts (+22 -31)
📝 packages/fluere/tests/full-workflow.spec.ts (+11 -8)
packages/fluere/tests/node-stream.spec.ts (+0 -27)
📝 packages/fluere/tests/readable-stream.spec.ts (+55 -129)
packages/fluere/tests/stream-library.spec.ts (+78 -0)
📝 pnpm-lock.yaml (+8 -0)

📄 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/28 **Author:** [@himself65](https://github.com/himself65) **Created:** 4/6/2025 **Status:** ✅ Merged **Merged:** 4/6/2025 **Merged by:** [@himself65](https://github.com/himself65) **Base:** `main` ← **Head:** `stream` --- ### 📝 Commits (2) - [`c5ca2bb`](https://github.com/run-llama/workflows-ts/commit/c5ca2bbc6cd0abded55ccb115734eb16f8f20696) feat: add stream utilities - [`87e2d1a`](https://github.com/run-llama/workflows-ts/commit/87e2d1aa6af2fe594e31a67b5f7c70c9034ad9d8) test: `stream-chain` ### 📊 Changes **11 files changed** (+254 additions, -225 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+9 -2) 📝 `packages/fluere/package.json` (+1 -0) ➕ `packages/fluere/src/stream/consumer.ts` (+35 -0) 📝 `packages/fluere/src/stream/filter.ts` (+4 -1) 📝 `packages/fluere/src/stream/until.ts` (+31 -27) 📝 `packages/fluere/tests/context-api.spec.ts` (+22 -31) 📝 `packages/fluere/tests/full-workflow.spec.ts` (+11 -8) ➖ `packages/fluere/tests/node-stream.spec.ts` (+0 -27) 📝 `packages/fluere/tests/readable-stream.spec.ts` (+55 -129) ➕ `packages/fluere/tests/stream-library.spec.ts` (+78 -0) 📝 `pnpm-lock.yaml` (+8 -0) </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:01 -05:00
yindo closed this issue 2026-02-16 03:16:01 -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#43