Skip to main content

Module eval

Module eval 

Source
Expand description

Plan evaluation against a model request, producing a response and event trace.

Structs§

PlanEvalEvent
A single event recorded during plan evaluation, such as a branch start or end.
PlanEvalReport
Result of evaluating a plan: the final response expression and the trace of branch events recorded during evaluation.

Functions§

eval_plan
Evaluates a plan against a request and returns only the final response expression.
eval_plan_report
Evaluates a plan and returns the response together with its event trace.
eval_plan_report_with_cache
Evaluates a plan with a plan cache available for plan/cache combinators.
eval_plan_report_with_cache_and_runners
Evaluates a plan with both a plan cache and a runner registry for local inference.
eval_plan_report_with_cache_runners_and_federation
Evaluates a plan with a plan cache, runner registry, and federation handle all available.
eval_plan_report_with_federation
Evaluates a plan with a federation handle for gateway/* remote atoms.