agentcarousel 0.6.0

Unit tests for AI agents. Run behavioral tests in CI, score with an LLM judge, and export signed evidence your auditors accept.
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub const INDEX_HTML: &str =
    include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/dashboard/index.html"));
pub const RUN_HTML: &str = include_str!(concat!(env!("CARGO_MANIFEST_DIR"), "/dashboard/run.html"));
pub const COMPARE_HTML: &str = include_str!(concat!(
    env!("CARGO_MANIFEST_DIR"),
    "/dashboard/compare.html"
));
pub const REVIEW_HTML: &str = include_str!(concat!(
    env!("CARGO_MANIFEST_DIR"),
    "/dashboard/review.html"
));