assay-core 3.0.0

High-performance evaluation framework for LLM agents (Core)
Documentation
pub mod attachments;
pub mod attempts;
pub mod baseline;
pub mod cache;
pub mod calibration;
pub mod config;
pub mod coverage;
pub mod embeddings;
pub mod engine;
pub mod errors;

pub mod explain;
pub mod fingerprint;
pub mod judge;
pub mod mcp;
pub mod metrics_api;
pub mod model;
pub mod on_error;
pub mod otel;
pub mod policy_engine;
pub mod providers;
pub mod quarantine;
pub mod redaction;

pub mod doctor;
pub mod validate;

pub mod agent_assertions;

pub mod agentic;
pub mod fix;
pub mod replay;
pub mod report;
pub mod runtime;
pub mod storage;
pub mod thresholds;
pub mod trace;
pub mod vcr;

#[cfg(feature = "discovery")]
pub mod discovery;
#[cfg(feature = "kill-switch")]
pub mod kill_switch;

#[cfg(unix)]
pub mod incident;