Chapter 59

stub/pipeline

github.com/openfluke/welvet/stub/pipeline🚧


Why it exists

Decoder wavefront stats helpers — not a full Lucy-style pipeline runner yet.

What it is

PipelineForwardStats, TokenTimelineSummary.

Go example

examples/59-stub-pipeline/main.go

Run:cd welvet/examples/59-stub-pipeline && source ../env.sh && go run .
package main

import (
	"fmt"

	"github.com/openfluke/welvet/stub/pipeline"
)

func main() {
	var s pipeline.PipelineForwardStats
	fmt.Printf("%+v\n", s)
}

Output

Run python3 _gen_welvet_book.py --run to capture output.