-
Notifications
You must be signed in to change notification settings - Fork 327
[fel] normalize fel and waterflow modules #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
CodeCasterX
merged 42 commits into
ModelEngine-Group:3.5.x
from
loveTsong:improvement-unique-fel-waterflow
Jun 10, 2025
Merged
[fel] normalize fel and waterflow modules #150
CodeCasterX
merged 42 commits into
ModelEngine-Group:3.5.x
from
loveTsong:improvement-unique-fel-waterflow
Jun 10, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
4b8559d to
0f28ecc
Compare
CodeCasterX
reviewed
Jun 9, 2025
...community/model-openai/src/main/java/modelengine/fel/community/model/openai/OpenAiModel.java
Outdated
Show resolved
Hide resolved
framework/fel/java/fel-core/src/main/java/modelengine/fel/core/chat/ChatOption.java
Show resolved
Hide resolved
framework/fel/java/fel-core/src/main/java/modelengine/fel/core/chat/ChatOption.java
Show resolved
Hide resolved
...va/fel-core/src/main/java/modelengine/fel/core/document/support/RerankDocumentProcessor.java
Outdated
Show resolved
Hide resolved
...src/main/java/modelengine/fit/waterflow/domain/context/repo/flowsession/FlowSessionRepo.java
Outdated
Show resolved
Hide resolved
...low/java/waterflow-core/src/main/java/modelengine/fit/waterflow/domain/flow/ProcessFlow.java
Show resolved
Hide resolved
...terflow/java/waterflow-core/src/main/java/modelengine/fit/waterflow/domain/states/State.java
Show resolved
Hide resolved
...flow/java/waterflow-core/src/main/java/modelengine/fit/waterflow/domain/stream/nodes/To.java
Show resolved
Hide resolved
...flow/java/waterflow-core/src/main/java/modelengine/fit/waterflow/domain/utils/FlowDebug.java
Outdated
Show resolved
Hide resolved
CodeCasterX
reviewed
Jun 9, 2025
...work/waterflow/java/waterflow-common/src/main/java/modelengine/fit/waterflow/ErrorCodes.java
Show resolved
Hide resolved
...work/waterflow/java/waterflow-common/src/main/java/modelengine/fit/waterflow/ErrorCodes.java
Show resolved
Hide resolved
.../waterflow/java/waterflow-common/src/main/java/modelengine/fit/waterflow/utils/Entities.java
Show resolved
Hide resolved
- Fix null session in AiDataStart delivery - Prevent premature session cleanup during emission - Fix single-item termination in delegate subflows - Add complete handling for subflow emitter data - Fix listener leaks in delegate subflow connections - Add session completion detection mechanism - Ensure session order inheritance in flatMap startSession - Fix missing startSession in FlowPattern delegate flows - Remove deprecated windows in FlatMapSourceWindow - Prevent interference in FlowPattern subflow listeners - Enable default conversation ordering in fel
…multi-subscribed subflows
3de458d to
788fbe2
Compare
Closed
4 tasks
8c208b3 to
59c6aaa
Compare
CodeCasterX
approved these changes
Jun 10, 2025
Yager-42
pushed a commit
to Yager-42/fit-framework
that referenced
this pull request
Aug 16, 2025
* [fel] chore: merge fel codebase * [fel] chore: update pom configuration * [fel] chore: adapt build directory * [fel] feat: add context passing for agent interface * [fel] refactor: optimize chat option validation position * [fel] refactor: replace LLM emitter streaming with reduce * [waterflow] fix: multiple critical issues - Fix null session in AiDataStart delivery - Prevent premature session cleanup during emission - Fix single-item termination in delegate subflows - Add complete handling for subflow emitter data - Fix listener leaks in delegate subflow connections - Add session completion detection mechanism - Ensure session order inheritance in flatMap startSession - Fix missing startSession in FlowPattern delegate flows - Remove deprecated windows in FlatMapSourceWindow - Prevent interference in FlowPattern subflow listeners - Enable default conversation ordering in fel * [waterflow] if data is null, the next session is useless. * [waterflow] fix fake stream for FitBoundedEmitter * [waterflow] fix the wrong usage of session for the process operator * [waterflow] refactor: adapt emitter in SimpleFlowPattern * [fel] fix: enforce ordering in AbstractFlowPattern sync calls * [fel] feat: adapt delegate AiProcessFlow scenarios * [waterflow] clean processingSessions * [fel] support multi offer for the one conversation * [waterflow] fix the acc group order leak * [waterflow] ensure thread safety for emitter listeners * [waterflow] replace direct completion check with callback-based window done handling * [waterflow] support multi onDoneHandlers for window * [waterflow] less lock scope for to listeners * [fel] apply onDone to AbstractFlowPattern * [fel] enable agent tool call * [fel] remove nonNull * [fel] adapter llm stream output * [waterflow] fix: flatMap-reduce occasionally not terminating * [waterflow] chore: remove unused consumeAction * [fel] refactor: unify FlowPattern handling and fix listener leaks in multi-subscribed subflows * [fel] remove logs and more * [fel] unique h2 version * [fel] adapter llm chat reasoning_content * [fel] add null check for isLatest field * [waterflow] fix: concurrent resource cleanup at termination nodes * [waterflow] fix: memory leak in ConditionFrom * [waterflow] remove useless dependency * [waterflow] fix: clean flow locks * [fel] handle toolCalls when extracting reasoningContent * [fel] should not sync the code node tools code * [fel] fix: adapter JacksonObjectSerializer modification * [fel] clean code * [waterflow] clean code * [waterflow] clean code * [waterflow] clean code --------- Co-authored-by: songyongtan <271667068@qq.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: fel
Issues in FEL(FIT Expression for LLM) modules
in: waterflow
Issues in Waterflow modules
type: task
A general task
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔗 相关问题 / Related Issue
Issue 链接 / Issue Link: #51
📋 变更类型 / Type of Change
📝 变更目的 / Purpose of the Change
合并 fel 和 waterflow 的代码 / Merge code from fel and waterflow.
📋 主要变更 / Brief Changelog
🧪 验证变更 / Verifying this Change
测试步骤 / Test Steps
测试覆盖 / Test Coverage
📸 截图 / Screenshots
✅ 贡献者检查清单 / Contributor Checklist
请确保你的 Pull Request 符合以下要求 / Please ensure your Pull Request meets the following requirements:
基本要求 / Basic Requirements:
代码质量 / Code Quality:
测试要求 / Testing Requirements:
mvn -B clean package -Dmaven.test.skip=true,elsa README 中的编译检查 / Basic checks passmvn clean install/ Unit tests pass文档和兼容性 / Documentation and Compatibility:
📋 附加信息 / Additional Notes
审查者注意事项 / Reviewer Notes: