adk_eval_criteria (erlang_adk v0.7.0)

View Source

Deterministic full-case evaluation criteria.

These criteria deliberately operate on canonical invocation and trajectory facts. They do not call a model and are therefore reproducible in EUnit, CI, and offline conformance runs.

Summary

Functions

score_case(Input, Config)

-spec score_case(map(), map()) -> {ok, number(), map()} | {not_evaluated, map()} | {error, term()}.

validate_config(Config)

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