Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@tooling@ai_workflow_Evaluation.hrl
Raw

include/lightspeed@tooling@ai_workflow_Evaluation.hrl

-record(evaluation, {
plan :: lightspeed@tooling@ai_workflow:plan(),
passed :: boolean(),
quality_score :: integer(),
policy_score :: integer(),
violations :: list(binary()),
evidence :: list(lightspeed@tooling@ai_workflow:evidence()),
signature :: binary()
}).