-
Notifications
You must be signed in to change notification settings - Fork 89
Add Url variant to AgentDesiredModel for generic HTTP model downloads #234
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
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
55231e6
Add Url variant to AgentDesiredModel for generic HTTP model downloads
mcharytoniuk a58ebd9
Route off-HuggingFace http(s) URLs to the Url strategy in the JS disp…
mcharytoniuk 1535744
Extract paddler_cache_dir into its own workspace crate
mcharytoniuk a74a11f
Add paddler_download_manager crate with cross-platform cache_dir split
mcharytoniuk 058c93a
Drop coverage-driven clippy suppressions and rename stream_to_partial…
mcharytoniuk d531a4b
Rename URL cache subdir to downloaded-models
mcharytoniuk 66f4442
Specialize AgentIssue variants and drop retry plumbing from download …
mcharytoniuk f58dd42
Add cross-process download lock primitive to paddler_cache_dir
mcharytoniuk 26d6ca1
Add connect_timeout and indeterminate-size signal to download manager
mcharytoniuk a1cef96
Wire URL resolver and indeterminate download progress through paddler
mcharytoniuk 57a53b4
Allow unwrap in tests and raise crate coverage gates
mcharytoniuk 428c2e3
Reorder import groups in HuggingFace resolver
mcharytoniuk 2585909
resolve copilot comments
mcharytoniuk bcc5949
Reset download_total when download progress becomes indeterminate
mcharytoniuk 7868cce
Harden DownloadManager: reject non-http(s) schemes, 10s read timeout,…
mcharytoniuk 3f75c6c
Mirror download_indeterminate in Python and JS client schemas
mcharytoniuk dcbf9ca
Run JS client tests in CI
mcharytoniuk dfe15ce
Use PADDLER_SOURCES for paddler_gui target
mcharytoniuk dd4b512
Use if let to satisfy clippy::single_match_else in set_download_status
mcharytoniuk 070ca34
Add download_indeterminate to Python test fixtures
mcharytoniuk 3c9d1c8
Gate concurrent in-process cluster lifecycle test behind tests_that_u…
mcharytoniuk 182a3ca
add missing inference parameters to Python InferenceParameters, count…
malzag f21cf59
Restore Unknown issue fallback in AgentIssues render
mcharytoniuk 772004d
Reject unsupported URL schemes in resolver before creating cache state
mcharytoniuk 894511e
Bump JS CI Node to 24 to satisfy rust-coverage-check engines
mcharytoniuk 6dd7a08
Merge remote-tracking branch 'origin/agent-desired-model-url-source' …
mcharytoniuk c337cd0
Use SHA-256 hex as flat cache filename; drop URL path parsing
mcharytoniuk 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| allow-expect-in-tests = true | ||
| allow-unwrap-in-tests = true |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.