Structs§
- RunAttestation
Options - RunInterrupt
Tokens - RunOutcome
- Captured outcome of an in-process
execute_runinvocation. Tests use this instead of spawning theharnbinary; the binary entry point translates it into real stdout/stderr writes +process::exit. - RunProfile
Options - Opt-in profiling. When
textis true the run prints a categorical breakdown to stderr after execution; whenjson_pathis set the same rollup is serialized to that path. Either flag enables span tracing (i.e.harn_vm::tracing::set_tracing_enabled(true)).
Enums§
Functions§
- execute_
explain_ cost - execute_
run - In-process equivalent of
run_file_with_skill_dirs. Returns the captured stdout, stderr, and what exit code the binary entry would have used, instead of writing to real stdout/stderr or callingprocess::exit. - install_
cli_ llm_ mock_ mode - persist_
cli_ llm_ mock_ recording