-
Notifications
You must be signed in to change notification settings - Fork 70
chore[bc]: LLM addon interface refactor - remove BaseInference and WeightsProvider #1494
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
gianni-cor
merged 53 commits into
tetherto:main
from
donriddo:chore/llm-addon-interface-refactor
Apr 17, 2026
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
541e3a4
chore[bc]: remove BaseInference inheritance and WeightsProvider from β¦
donriddo 7494997
fix: correct FinetuneProgress and finetune terminal handling in outpuβ¦
donriddo ace7b57
fix: update all LLM examples and model-loading test to new constructoβ¦
donriddo 91c2375
fix: update sharded model test to download shards to disk first
donriddo 502be84
fix: update LLM benchmark tooling to new constructor shape
donriddo b3dc214
fix: update LLM perf benchmark sweep and judge to new constructor shape
donriddo a087ffd
docs: update LLM README, finetuning, and afriquegemma docs for new coβ¦
donriddo ebcf734
fix: update LLM prepare-prompts and verify-prompts to new constructor
donriddo 0ada4a5
fix: update LLM finetuning unit tests to new constructor and exclusivβ¦
donriddo 26bb3c0
docs: update LLM architecture, data-flows, finetuning, README shardedβ¦
donriddo 2e8d063
docs: align LLM finetuning docs and mobile README with new constructor
donriddo c9cfb3e
chore[bc]: address PR #1494 review findings and bump to 0.15.0
donriddo bca021d
refactor: move LLM C++ event normalization into addon.js
donriddo 90a07d3
fix: address PR #1494 second-round review findings
donriddo 61350ae
Merge remote-tracking branch 'origin/main' into chore/llm-addon-interβ¦
donriddo 4388126
fix: extract pickPrimaryGgufPath, restore multiModal example, fix docs
donriddo 9088c9e
fix: correct version in architecture.md and remove stale dl-filesysteβ¦
donriddo 187e694
fix: align _hasActiveResponse clearing with embed pattern
donriddo 754da22
fix: throw on second load(), log rejected responses, add mapAddonEvenβ¦
donriddo 334950a
Merge remote-tracking branch 'upstream/main' into chore/llm-addon-intβ¦
donriddo b0a6d08
fix: restore JSDoc on run() that was dropped during BaseInference remβ¦
donriddo 80c63a8
Merge remote-tracking branch 'upstream/main' into chore/llm-addon-intβ¦
donriddo 8131641
fix: migrate afriquegemma-edge-cases test to new addon constructor
donriddo b51ca89
fix: make load() idempotent when already loaded
donriddo f6b17c0
Merge remote-tracking branch 'upstream/main' into chore/llm-addon-intβ¦
donriddo 408506d
test: regenerate mobile integration auto.cjs
donriddo bc7414b
Merge remote-tracking branch 'upstream/main' into chore/llm-addon-intβ¦
donriddo 39455e5
doc: document missing breaking changes from BaseInference removal
donriddo 24f0a6c
fix: address lifecycle, validation, and CI-surface review findings
donriddo b5d9c96
doc: add CHANGELOG entries for load() serialization and absolute-pathβ¦
donriddo e9b0b27
fix[ci]: run test:unit via run-lint-and-unit-tests action
donriddo 979a070
doc: fix mermaid parsing errors in architecture.md and finetuning.md
donriddo e578002
Merge remote-tracking branch 'upstream/main' into chore/llm-addon-intβ¦
donriddo 18c1d7e
chore[ci]: rename step to reflect what the action actually runs
donriddo 87ece27
fix: readme, finetune lifecycle, multimodal type
donriddo e320f00
fix: preserve LogMsg event name in mapAddonEvent
donriddo 3ba64ab
doc: restore class JSDoc, method JSDoc, and media-separation comments
donriddo 3d219ca
doc: shorten pickPrimaryGgufPath JSDoc in d.ts to a single line
donriddo 89649c6
doc: trim verbose comments added during the refactor
donriddo 123337a
doc: drop narration comment on _addonOutputCallback
donriddo c95afd0
doc: restore FinetuneOptions JSDoc to pre-refactor forms
donriddo b855c60
doc: restore pre-refactor load/createAddon logs and JSDoc
donriddo b77629c
chore: drop unused 'test' script, inline into 'test:all'
donriddo 94e4d27
doc: correct pre-refactor constructor marker to <= 0.15.x
donriddo 64d4a52
test: run AfriqueGemma tests on mobile, matching main
donriddo 98d52cd
doc, test: fix _createAddon JSDoc and cover string-path media content
donriddo 06384c0
build: promote @qvac/logging to runtime dependency
donriddo f6170e0
doc: finish finetuning.md mermaid fix
donriddo de3d93e
Merge branch 'main' into chore/llm-addon-interface-refactor
donriddo 196ac82
fix: move addon construction into crash-safe try block
donriddo 25d37c2
Merge branch 'main' into chore/llm-addon-interface-refactor
donriddo 24eb15c
Merge branch 'main' into chore/llm-addon-interface-refactor
donriddo a1dfe8f
Merge branch 'main' into chore/llm-addon-interface-refactor
gianni-cor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.