agentforge-scorer 0.1.10

Trace analyzer and scorer (F-04): deterministic assertions, LLM-as-judge, failure clustering
Documentation
1
2
3
4
5
6
7
pub mod clusters;
pub mod deterministic;
pub mod judge;
pub mod scorer;

pub use clusters::classify_failure_cluster;
pub use scorer::{score_run, score_trace, ScorerConfig, TraceScorer};