mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-16 05:31:48 -04:00
[PR #92] [MERGED] feat: add WorkflowStream.fromResponse/toResponse API
#98
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/workflows-ts/pull/92
Author: @himself65
Created: 4/26/2025
Status: ✅ Merged
Merged: 4/26/2025
Merged by: @himself65
Base:
main← Head:from/send📝 Commits (5)
d0c0529feat: addWorkflowStream.fromResponseandWorkflowStream.toResponseAPI40ac3e4Create olive-phones-invite.md7eac9ddfix: type3715cc7fix: type7019ab9fix: type📊 Changes
16 files changed (+208 additions, -44 deletions)
View changed files
➕
.changeset/olive-phones-invite.md(+5 -0)📝
demo/deno/deno.lock(+7 -3)📝
demo/deno/main_test.ts(+1 -1)📝
packages/core/src/core/context.ts(+1 -1)📝
packages/core/src/core/index.ts(+2 -0)📝
packages/core/src/core/stream.ts(+97 -19)📝
packages/core/src/core/utils.ts(+3 -0)📝
packages/core/src/observable.ts(+2 -2)📝
packages/core/src/stream/consumer.ts(+13 -5)📝
packages/core/src/stream/filter.ts(+7 -3)📝
packages/core/src/stream/find.ts(+6 -2)📝
packages/core/src/stream/until.ts(+8 -4)➕
packages/core/tests/core/shared/events.ts(+6 -0)➕
packages/core/tests/core/stream.spec.ts(+40 -0)📝
packages/core/tests/middleware/with-trace-events.spec.ts(+7 -2)📝
packages/llamaindex/src/index.ts(+3 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.