|
AQIT 0.1.0
|
Go to the source code of this file.
Namespaces | |
| namespace | aquin |
| namespace | aquin.trace_check |
Functions | |
| dict[str, Any] | aquin.trace_check._flatten_trace_result (dict[str, Any] result) |
| tuple[Path, Path] | aquin.trace_check.write_trace_check (dict[str, Any] result, *, str|None tool_name, str|Path cwd) |
| None | aquin.trace_check._plot_trace_check (dict[str, Any] result, Path png_path) |
| None | aquin.trace_check._plot_top_features (Any ax, list[dict[str, Any]] features) |
| None | aquin.trace_check._plot_logit_lens (Any ax, list[dict[str, Any]] logit_lens, str trace_target) |
| None | aquin.trace_check._plot_trace (Any ax, list[dict[str, Any]] trace_results) |
| None | aquin.trace_check._plot_summary (Any ax, str prompt, str response, list[dict[str, Any]] attribution) |
Variables | |
| str | aquin.trace_check._JSON_NAME = "trace-check.json" |
| str | aquin.trace_check._PNG_NAME = "trace-check.png" |