assay-core 2.10.0

High-performance evaluation framework for LLM agents (Core)
Documentation
1
2
3
4
// Placeholder for state capture
pub fn capture_state(_pid: u32) -> anyhow::Result<()> {
    Ok(())
}