adk_eval_dev_api (erlang_adk v0.10.0)
View SourceSafe Developer UI facade for durable evaluation authoring/history.
Browser input can select only an already-registered agent and first-party metric IDs. Adapter/metric modules, store handles, nodes, and credentials are fixed by this module and can never be supplied in JSON.
Summary
Functions
Fetch and render the canonical result persisted for one completed job. This is the only stored-result formatting surface used by the Developer HTTP API; CLI report retrieval consumes the same response bytes.
Functions
-spec report(gen_server:server_ref(), adk_eval_store:scope(), binary(), binary(), map()) -> {ok, binary()} | {error, term()}.
Fetch and render the canonical result persisted for one completed job. This is the only stored-result formatting surface used by the Developer HTTP API; CLI report retrieval consumes the same response bytes.
-spec submit(gen_server:server_ref(), adk_eval_store:scope(), map()) -> {ok, map()} | {error, term()}.