mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-13 21:42:00 -04:00
[PR #12] [MERGED] feat: workflow event revamp #26
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/12
Author: @himself65
Created: 4/3/2025
Status: ✅ Merged
Merged: 4/3/2025
Merged by: @himself65
Base:
main← Head:remove-start-stop📝 Commits (10+)
d0b2480feat: removestartEventandstopEventin workflow91d8b54test: fix10a2577fix: do not require start/stopd0bfbf1docs: update8f49e90fix: bundler4d3df81fix: typeaa2d14b0.3.0-alpha.02cbace7fix: no "development" exports condition1c389a80.3.0-alpha.10c22639Merge branch 'main' into remove-start-stop📊 Changes
36 files changed (+477 additions, -403 deletions)
View changed files
📝
README.md(+18 -19)📝
demo/browser/src/App.tsx(+3 -6)📝
demo/cloudflare/src/index.ts(+7 -6)📝
demo/hono/app.ts(+10 -2)📝
demo/node/file-parse-promise.ts(+10 -4)📝
demo/node/file-parse-rxjs.ts(+2 -1)📝
demo/node/llama-parse-workflow.ts(+13 -5)📝
demo/node/mcp-file-parse-tool.ts(+7 -10)📝
demo/node/tool-call-agent.ts(+7 -2)📝
demo/workflows/file-parse-agent.ts(+11 -14)📝
demo/workflows/llama-parse-workflow.ts(+6 -9)📝
demo/workflows/tool-call-agent.ts(+8 -11)📝
packages/fluere/package.json(+3 -1)📝
packages/fluere/src/core/event.ts(+29 -26)📝
packages/fluere/src/core/internal/context.ts(+1 -1)📝
packages/fluere/src/core/internal/executor.ts(+12 -10)📝
packages/fluere/src/core/internal/handler.ts(+1 -1)📝
packages/fluere/src/core/workflow.ts(+4 -17)📝
packages/fluere/src/interrupter/hono.ts(+5 -7)📝
packages/fluere/src/interrupter/mcp.ts(+5 -3)...and 16 more files
📄 Description
from feedback:
workflowEvent(data)->workflowEvent.with(data)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.