report

package
v0.0.0-...-6a7d141 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2026 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	RootPath               string
	Scenarios              []string
	Agents                 []string
	Models                 []string
	Version                string
	Limit                  int
	After                  *time.Time
	Before                 *time.Time
	LatestAgentVersionOnly bool
	IncludeTokens          bool
}

type Report

type Report struct {
	IncludeTokens bool
	Rows          []Row
}

func Run

func Run(opts Options) (*Report, error)

func (*Report) WriteCSV

func (r *Report) WriteCSV(w io.Writer) error

type Row

type Row struct {
	Agent              string
	Model              string
	AgentVersion       string
	UniqueScenarios    int
	Count              int
	Success            int
	PartialScoreSum    float64
	SuccessRate        float64
	PartialSuccessRate float64
	AvgCost            float64
	AvgTimeSeconds     float64
	AvgTokInput        float64
	AvgTokCachedInput  float64
	AvgTokWriteCached  float64
	AvgTokOutput       float64
	AvgTokTotal        float64
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL