feat: add rec scheduler master and engine for rec framework[3/8]. #557
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.
This PR is a follow-up to #440 and continues the work by introducing the orchestration layer for the generative recommendation scenario.
What’s included
Rec Engine Master: the control-plane component that coordinates the rec process.
Scheduler: scheduling logic to dispatch/coordinate recommendation tasks.
Out of scope (planned follow-ups)
The following pieces are intentionally not included in this PR and will be delivered incrementally:
Next PR: Rec Worker + input/output processors (for request ingestion and result emission).
Future PR: OneRec model implementation + ATB graph building/integration.
Later PR: Pure NPU inference path
Roadmap checklist
RecTypeplumbing + rec batch input builder layering feat: add rec_type and onerec batch input builder for rec framework[4/8]. #565