mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-21 14:15:24 -04:00
[PR #1] [MERGED] feat: add auto-reference check & multi-tasking fix #17
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/1
Author: @himself65
Created: 3/16/2025
Status: ✅ Merged
Merged: 3/16/2025
Merged by: @himself65
Base:
main← Head:reference-check📝 Commits (4)
16536d2feat: support requireEvent by referencedd9f342fix: refactor executorc9c9bacfix: edge case when running multiple data0e4c83dchore: lint fix📊 Changes
4 files changed (+247 additions, -64 deletions)
View changed files
➕
demo/node/file-parse-agent.ts(+70 -0)📝
packages/fluere/src/core/event.ts(+2 -3)📝
packages/fluere/src/core/executor.ts(+118 -61)📝
packages/fluere/tests/basic.test.ts(+57 -0)📄 Description
In the old desigin,
requireEventonly takes whatever the eventData we have, this will cause timeing issue. Now we consider the reference by the contextAlso fixes the issue when invoke multiple event
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.