Expand description
Validation spec model (parsed from the TOML the agent points the harness at).
Mirrors tools/scx_forge_agent/spec.toml: [scheduler] (what to build and run),
[system] (host/runtime settings), [ai] (model selection), [tracing]
(optional perf profiling, event list, and size cap), [workload]
(the load to apply, the numeric metric to emit, and how many times to repeat
the measurement), and [goal] (what the number means, which direction is
better, and the accept threshold).
Defaults match the previous Python harnessβs .get(...) fallbacks.
StructsΒ§
ConstantsΒ§
FunctionsΒ§
- default_
accept_ πthreshold_ stddev - default_
build_ πfix_ attempts - default_
direction π - default_
duration π - default_
max_ πtool_ iterations - default_
max_ πtrace_ size - default_
max_ πturn_ seconds - default_
profile π - default_
rounds π - default_
runs π - default_
runtime_ πfix_ attempts - default_
stats_ πinterval - default_
trace_ πevents - default_
true π - default_
warmup_ πtime - parse_
size π - Parse a size string into bytes: a plain integer, or an integer with a binary
suffix
K/M/G(case-insensitive, optional trailingB). 1 K = 1024.