assay-core 3.9.1

High-performance evaluation framework for LLM agents (Core)
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Trace explanation and visualization
//!
//! Stable facade for the Wave4 Step3 split. Public symbols remain under
//! `crate::explain::*` while implementation lives in `explain_next/*`.

#[path = "explain_next/mod.rs"]
mod explain_next;

pub use explain_next::{
    ExplainedStep, RuleEvaluation, StepVerdict, ToolCall, TraceExplainer, TraceExplanation,
};