adk_eval (erlang_adk v0.2.1)
View Sourceadk_eval - Evaluation framework for ADK 2.0.
Allows defining datasets and running them against an agent to calculate metrics.
Summary
Types
Functions
-spec run(AgentRef :: term(), Dataset :: dataset(), MetricFn :: metric_fn()) -> {ok, map()} | {error, term()}.
Run an evaluation.
-spec run(AgentRef :: term(), Dataset :: dataset(), MetricFn :: metric_fn(), Opts :: map()) -> {ok, map()} | {error, term()}.
Run an evaluation with options (e.g. concurrency).