assay-core 2.10.0

High-performance evaluation framework for LLM agents (Core)
Documentation
1
2
3
4
5
6
7
8
pub mod config_files;
pub mod processes;
pub mod types;

// Re-export for easier use
pub use types::*;

mod tests;