aether-evals 0.2.10

Dockerized eval harness for Aether AI agents
Documentation
1
2
3
4
5
6
7
mod container;
mod error;
mod image;

pub use container::*;
pub use error::*;
pub use image::*;