Expand description
Community runtime manifests: the manifest.toml that describes a
user-installed runtime — what it can serve, how it launches (a [serve]
sidecar or a one-shot [invoke] command, optionally inside a [vm]), and
its permissions. Parsing uses the toml crate; the validation is the meat.
Structs§
- Manifest
Detect - How a runtime is auto-detected for a model: a weight-file extension, or a marker file (optionally containing a string) beside the model.
- Manifest
Env - The Python environment a runtime needs.
- Manifest
Invoke - A one-shot command template.
- Manifest
Permissions - What the runtime is allowed to touch.
- Manifest
Serve - A long-running sidecar entrypoint.
- Manifest
Validation Error - A manifest that failed validation. Its message is available via
Display. - Manifest
Vm - A digest-pinned VM image the runtime runs inside.
- Runtime
Manifest - A validated community runtime manifest.
- Runtime
Provenance - The provenance of an installed runtime.