Expand description
The plan for installing a model: which files will be fetched, and where.
Structs§
- Active
Install - A running install: identity, what’s being fetched, live progress, and when it started (epoch milliseconds).
- Install
Browse Result - 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).
- Install
Plan - A resolved install: the provider and reference, the files to fetch (and their total/remaining bytes), where they land, and whether authentication is needed.
- Install
Plan File - One file an install will fetch, with its size when the provider reported it.
- Install
Search Hit - A search result: a model the user could install, with its popularity signals.