services

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Apr 27, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RenderAgentBriefText

func RenderAgentBriefText(result AgentBriefResult) string

Types

type AgentBriefOptions

type AgentBriefOptions struct {
	Question   string
	Evidence   modes.CompareResult
	MaxBullets int
}

type AgentBriefResult

type AgentBriefResult struct {
	Question             string            `json:"question"`
	Bullets              []string          `json:"bullets"`
	PixelDiffPercent     float64           `json:"pixelDiffPercent"`
	ChangedPropertyCount int               `json:"changedPropertyCount"`
	Artifacts            map[string]string `json:"artifacts,omitempty"`
}

func BuildAgentBrief

func BuildAgentBrief(opts AgentBriefOptions) AgentBriefResult

Jump to

Keyboard shortcuts

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