Skip to main content

Module plan

Module plan 

Source
Expand description

The plan for installing a model: which files will be fetched, and where.

Structs§

ActiveInstall
A running install: identity, what’s being fetched, live progress, and when it started (epoch milliseconds).
InstallBrowseResult
The outcome of browsing for a model: the hits found, plus a hint when the lookup failed (kept separate so a partial/failed browse can still show hits).
InstallPlan
A resolved install: the provider and reference, the files to fetch (and their total/remaining bytes), where they land, and whether authentication is needed.
InstallPlanFile
One file an install will fetch, with its size when the provider reported it.
InstallSearchHit
A search result: a model the user could install, with its popularity signals.