mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-21 14:15:24 -04:00
[PR #6] [MERGED] refactor: stream oriented workflow #20
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/6
Author: @himself65
Created: 3/19/2025
Status: ✅ Merged
Merged: 4/1/2025
Merged by: @himself65
Base:
main← Head:sync-impl📝 Commits (10+)
0e8d72brefactor: iterator implementation51f0a8bfeat: testcafc65cfix: still remove eventb582ae1test: fix3792c8afix: code27bdb6bfix: remove the preparing stepbf0e3aftest: enable skipped tests and update event expectations461765afeat: fix send event90b105dfix: edge case with agent call7d08a00feat: rename fn📊 Changes
48 files changed (+1363 additions, -1657 deletions)
View changed files
📝
.gitignore(+1 -0)📝
README.md(+78 -66)📝
demo/cloudflare/src/index.ts(+1 -1)📝
demo/hono/app.ts(+1 -1)📝
demo/node/file-parse-promise.ts(+2 -2)➕
demo/node/file-parse-rxjs.ts(+19 -0)📝
demo/node/llama-parse-workflow.ts(+4 -8)📝
demo/node/tool-call-agent.ts(+3 -2)📝
demo/package.json(+1 -0)📝
demo/tsconfig.json(+1 -0)📝
demo/workflows/file-parse-agent.ts(+53 -25)📝
demo/workflows/llama-parse-workflow.ts(+6 -4)📝
demo/workflows/tool-call-agent.ts(+5 -4)📝
packages/fluere/package.json(+8 -2)➖
packages/fluere/shared/package.json(+0 -8)📝
packages/fluere/src/core/event.ts(+10 -4)➖
packages/fluere/src/core/executor.ts(+0 -547)📝
packages/fluere/src/core/index.ts(+5 -1)➕
packages/fluere/src/core/internal/context.ts(+17 -0)➕
packages/fluere/src/core/internal/executor.ts(+116 -0)...and 28 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.