Versions in this module Expand all Collapse all v0 v0.5.0 Aug 20, 2026 Changes in this version + const LinkVarsJobName + const LinksFromCollectionsJobName + const LinksFromResourcesJobName + func Lib() (fs.FS, error) + type Input struct + Force bool + Limit int + Model string + Out string + Progress inference.Progress + Spec string + WorkDir string + type LinkVarsJob struct + func NewLinkVarsJob(renderer inference.BundleRenderer) *LinkVarsJob + func (j *LinkVarsJob) Build(ctx context.Context, spec inference.SpecDocument, previous inference.Results) ([]inference.Task, error) + func (j *LinkVarsJob) Name() string + type LinksFromCollectionsJob struct + func NewLinksFromCollectionsJob(renderer inference.BundleRenderer) *LinksFromCollectionsJob + func (j *LinksFromCollectionsJob) Build(ctx context.Context, spec inference.SpecDocument, previous inference.Results) ([]inference.Task, error) + func (j *LinksFromCollectionsJob) Name() string + type LinksFromResourcesJob struct + func NewLinksFromResourcesJob(renderer inference.BundleRenderer) *LinksFromResourcesJob + func (j *LinksFromResourcesJob) Build(ctx context.Context, spec inference.SpecDocument, previous inference.Results) ([]inference.Task, error) + func (j *LinksFromResourcesJob) Name() string + type Output struct + Files []string + Out string + WorkDir string + func Exec(ctx context.Context, in Input) (Output, error) + type Progress = inference.Progress