postprocess

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2025 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Result

type Result struct {
	Step    string
	Success bool
	Output  string
	Error   error
}

Result holds the result of a post-processing step

type Runner

type Runner struct {
	// contains filtered or unexported fields
}

Runner handles post-processing tasks after agents complete

func NewRunner

func NewRunner(cfg *config.Config, verbose bool) *Runner

NewRunner creates a new post-processing runner

func (*Runner) Run

func (r *Runner) Run() []Result

Run executes all configured post-processing steps

Jump to

Keyboard shortcuts

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