orka-reasoning icon indicating copy to clipboard operation
orka-reasoning copied to clipboard

Expose boolean/deterministic scoring audit trail per path candidate

Open marcosomma opened this issue 5 months ago • 0 comments

Current scoring is still float-based aggregates. For some compliance and auditable use cases, users want to know which criteria were discretely passed or failed by a given candidate path. Add:

  • Option to output, per-candidate, a matrix or list of boolean pass/fail for each major scoring/validation criterion (input readiness, safety, domain fit, etc.)
  • Ability to link these logs/outputs to final decision trace
  • Configurable audit mode in PathScorer/GraphScoutAgent This will support production and regulatory needs where float scores or fuzzy explanations are insufficient.

marcosomma avatar Nov 15 '25 14:11 marcosomma