assay-core 3.29.0

High-performance evaluation framework for LLM agents (Core)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! summary.json output per SPEC-PR-Gate-Outputs-v1.
//!
//! This facade preserves the public `report::summary` module while Wave53 moves
//! implementation behind focused internal modules.

mod metrics;
mod types;
mod writer;

pub use metrics::judge_metrics_from_results;
pub use types::*;
pub use writer::write_summary;