Versions in this module Expand all Collapse all v0 v0.4.0 Aug 12, 2026 v0.3.1 Jul 24, 2026 Changes in this version + const ListDetailJobName + const VarsJobName + func Lib() (fs.FS, error) + type Input struct + Force bool + Limit int + Model string + Out string + Progress inference.Progress + Spec string + WorkDir string + type ListDetailJob struct + func NewListDetailJob(renderer inference.BundleRenderer) *ListDetailJob + func (j *ListDetailJob) Build(ctx context.Context, spec inference.SpecDocument, previous inference.Results) ([]inference.Task, error) + func (j *ListDetailJob) Name() string + type Output struct + Files []string + Out string + WorkDir string + func Exec(ctx context.Context, in Input) (Output, error) + type Progress = inference.Progress + type VarsJob struct + func NewVarsJob(renderer inference.BundleRenderer) *VarsJob + func (j *VarsJob) Build(ctx context.Context, spec inference.SpecDocument, previous inference.Results) ([]inference.Task, error) + func (j *VarsJob) Name() string