AQIT 0.1.0
Loading...
Searching...
No Matches
eval_check.py File Reference

Go to the source code of this file.

Namespaces

namespace  aquin
namespace  aquin.eval_check

Functions

dict[str, Any] aquin.eval_check._normalize_eval_result (dict[str, Any] result)
bool aquin.eval_check.has_eval_payload (dict[str, Any] result)
tuple[Path, Path] aquin.eval_check.write_eval_check (dict[str, Any] result, *, str|None tool_name, str|Path cwd)
None aquin.eval_check._plot_eval_check (dict[str, Any] result, Path png_path)
None aquin.eval_check._plot_prompt_scores (Any ax, list[dict[str, Any]] rows, float threshold)
None aquin.eval_check._plot_summary_panel (Any ax, float mean_score, float pass_rate, float threshold, list[dict[str, Any]] rows)
str aquin.eval_check._score_color (float val)
str aquin.eval_check._trunc (str text, int limit)

Variables

str aquin.eval_check._JSON_NAME = "eval-check.json"
str aquin.eval_check._PNG_NAME = "eval-check.png"