feat(nodes): add pluggable routing pipeline - #11200
Open
localai-org-maint-bot wants to merge 1 commit into
Open
Conversation
Route prefix-cache replica selection through composable filters, weighted scorers, and a replaceable picker. Preserve the existing load guard and deterministic selection policy while exposing per-model scorer weights through scheduling configuration. Assisted-by: Codex:gpt-5 [go-vet]
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
scorer_weightsthrough scheduling YAML/JSON, REST persistence, and the database modelprefix_cachescorerCloses #10066.
Verification
go test -count=1 ./core/services/nodes/prefixcachego test -count=1 ./core/services/nodes -ginkgo.focus=ParseSchedulingSeedgo test -run "^$" ./core/services/nodes/... ./core/http/endpoints/localaigo vet ./core/services/nodes/prefixcache ./core/services/nodesgit diff HEAD^ --checkThe full nodes integration suite was also attempted: 254 specs passed, while 200 database-backed specs failed at setup because this host has no rootless Docker provider/PostgreSQL test container.
Checklist