assay-core 2.17.0

High-performance evaluation framework for LLM agents (Core)
Documentation
pub mod audit;
pub mod decision;
pub mod identity;
pub mod jcs;
pub mod jsonrpc;
pub mod lifecycle;
pub mod mapper_v2;
pub mod parser;
pub mod policy;
pub mod proxy;
pub mod runtime_features;
pub mod signing;
pub mod tool_call_handler;
pub mod trust_policy;
pub mod types;

pub use mapper_v2::*;
pub use parser::*;
pub use signing::{sign_tool, verify_tool, ToolSignature, VerifyError, VerifyResult};
pub use trust_policy::TrustPolicy;
pub use types::*;

#[cfg(test)]
pub mod tests;