adk_eval_report (erlang_adk v0.7.0)

View Source

Deterministic evaluation reports and baseline regression comparison.

Summary

Functions

Validate the canonical baseline-comparison schema without rendering.

Functions

compare(Baseline0, Current0, Opts)

-spec compare(map(), map(), map()) -> {ok, map()} | {error, term()}.

render(Value, _)

-spec render(map(), json | markdown) -> {ok, binary()} | {error, term()}.

validate_comparison(Value)

-spec validate_comparison(map()) -> ok | {error, term()}.

Validate the canonical baseline-comparison schema without rendering.

This is shared by the public report API and the developer UI boundary so a malformed nested diff is rejected before any formatter can dereference it.